You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a hand-graded answer type, for answers which are not graded automatically, but are still submitted for the instructor to grade. When the user submits the the answer, the button should represent that the grade is pending. When the instructor grades it, the button could show the result (which some way to show any instructor feedback, such as a link to a page with more info).
Maybe something like <answer handGraded="true" /> which could be abbreviated as <answer handGraded />? I first thought it should be included in the type attribute, but we could have hand-graded answers of text, math or other types.
The text was updated successfully, but these errors were encountered:
We should have a hand-graded answer type, for answers which are not graded automatically, but are still submitted for the instructor to grade. When the user submits the the answer, the button should represent that the grade is pending. When the instructor grades it, the button could show the result (which some way to show any instructor feedback, such as a link to a page with more info).
Maybe something like
<answer handGraded="true" />
which could be abbreviated as<answer handGraded />
? I first thought it should be included in thetype
attribute, but we could have hand-graded answers of text, math or other types.The text was updated successfully, but these errors were encountered: