Does someone know why there is no 'add_question' funcrion an the remote control API?
How can I add a question to a surevy question group? (I don't want to import questions)
Since there isn't an add_question or create_question in the api, is it feasible to create an lsq file for a certain question type, import the same lsq several times (if the same question type) and then use set_question_properties to change the actual question text?
If it isn't possible to add an "add_question" call to the api, might it be easier and feasible to add a "copy_question" call and the use set_question_properties with the copied question?