widget.getAnsweredQuestion

widget.addChoiceAnswerwidget.addFreeAnswerで追加された、回答済の回答内容を取得します。
回答内容によって動作を変更する等の用途で使用します。

Syntax:

widget.getAnsweredQuestion(question_id);

Arguments:

NameTypeRequiredDefaultDescription
question_idStringwidget.addChoiceAnswerwidget.addFreeAnswerで指定したquestion_idを指定します。
数値で入力すると、文字列型に変換されます。

Return Value:

NameTypeDescription
choices[String]選択式の回答の場合、choicesフィールドに回答内容が入ります。
free_answerString自由記述式の回答の場合、free_answerフィールドに回答内容が入ります。