LimeSurvey: 2.06 ae4400e6

Author Committer Branch Timestamp Parent
sitawit sitawit 2.06 2014-09-10 10:41 master 94e6011e
Changeset

API : get question properties to return default value

Function get_question_properties in RemoteControl 2 API now can be able to return defaultvalue upon request.

Users must add defaultvalue to $aQuestionSettings in order to get this value.
However, the default value is an answer code in case users need assessment value they need to match the default value to data in answeroptions with this one. Because answeroptions also return assessment_value.

mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File