Add in answer unknown container/checkbox to pass back to controller

This commit is contained in:
Vik Paruchuri
2013-02-13 15:37:42 -05:00
parent b0e55df13e
commit 02b0bc2923
2 changed files with 7 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
<textarea name="feedback" placeholder="Feedback for student"
class="feedback-area" cols="70" ></textarea>
<p class="flag-student-container">Flag this submission for review by course staff (use if the submission contains inappropriate content): <input type="checkbox" class="flag-checkbox" value="student_is_flagged"></p>
<p class="answer-unknown-container">I do not know how to grade this question: <input type="checkbox" class="answer-unknown-checkbox" value="answer_is_unknown"></p>
</div>