Get the list of questions and possible answers for the individual lesson evaluation.
Extra Parameters: |
|
||||
HTTP Method |
GET | ||||
Requires authentication: |
No | ||||
Return Format: |
JSON | ||||
Return Example: |
{ success:true message:"" resultcount:11 result: [...] 0 {...} question: {...} id: 20 question: Which grade level was taught with this lesson? required: true type: {...} id: 8 title: multiple choice (dropdown) constant: M_CHOICE_SELECT automated: true options: [...] 0 {...} id: 110 answer: Kindergarden 1 {...} id: 120 answer: 1st Grade . . . 1 {...} . . . } |
Save the users' answers to the evaluation question.
Extra Parameters: |
|
||||||||||||||||||||||||||||||||||||||||
HTTP Method |
POST | ||||||||||||||||||||||||||||||||||||||||
Requires authentication: |
No | ||||||||||||||||||||||||||||||||||||||||
Return Format: |
JSON | ||||||||||||||||||||||||||||||||||||||||
Return Example: |
{ success:true message:"Saved" } |