Question Feedback - HELP
Tutors can add feedback to any questions. Feedback corresponds to attempts !! et_question_answer stores both the feedback for this particular attempt ( response ) and the score students get for this response. ( Usually boolean 0 or 1 - correct or incorrect )
Adding Feedback to questions
- As a tutor, go to a page with questions set up. If you are logged on as a tutor, a link or button should appear below each question.
- Click this Add hint link and a pop-up form should appear.
- Write your hint and submit.
Question Feedback - DB Storage
- et_question_answer ans_feedback
Table et_question_answer "marks" each attempt as correct or not correct, or in some cases grades this attempt.
Feedback is feedback to a particular student's attempt to a question.
Feedback is not related to the question itself, and so can't be part of the fixQuestion() form.
there are two tutor data forms for questions:
- fixQuestionForm()
Edit the question and any question parts ( Multiple-choice or question parts )
- attemptFeedbackForm()
Provide feedback for a particular response. Note: If other students reponses match this response, they will also access this same feedack.