Copying/Duplicating a Question

From Q
Jump to navigation Jump to search

Refer to Copy and Paste Variables and Questions for methods not involving writing code.

// Working on Phone.sav, this creates an exact copy of Q2 called "Q2 copy".
project.dataFiles[0].getQuestionByName('Q2').duplicate('Q2 copy');

See also