widget.addChoiceAnswer、widget.addFreeAnswerで追加された、回答済の回答内容を取得します。
回答内容によって動作を変更する等の用途で使用します。
Syntax:
widget.getAnsweredQuestion(question_id);Arguments:
Name | Type | Required | Default | Description |
|---|---|---|---|---|
question_id | String | ○ |
|
Return Value:
Name | Type | Description |
|---|---|---|
choices | `widget. | 選択式の回答の場合、 |
free_answer | String | 自由記述式の回答の場合、 |