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
Picture question: Regular boxes for the question prompt and solution. Students respond by submitting a picture. The picture should be implemented the same way as it is for the profile picture upload, since that will just activate the phone camera on a mobile device (using the dropzone). When "showing correct", the solution box is displayed. The answer is graded correct manually (like SA).
Numerical question: Regular boxes for question prompt and solution. Students fill in a text box (similar to SA), but text box is limited to numbers (floats). When creating the question, one specifies the correct numerical value and a tolerance (by default, the tolerance is 1, so that the default is integer). The answer is graded correctly if the number submitted in the response is within the tolerance ( fabs(response-answer) <= tolerance).
The text was updated successfully, but these errors were encountered:
We should add the following question types
Picture question: Regular boxes for the question prompt and solution. Students respond by submitting a picture. The picture should be implemented the same way as it is for the profile picture upload, since that will just activate the phone camera on a mobile device (using the dropzone). When "showing correct", the solution box is displayed. The answer is graded correct manually (like SA).
Numerical question: Regular boxes for question prompt and solution. Students fill in a text box (similar to SA), but text box is limited to numbers (floats). When creating the question, one specifies the correct numerical value and a tolerance (by default, the tolerance is 1, so that the default is integer). The answer is graded correctly if the number submitted in the response is within the tolerance ( fabs(response-answer) <= tolerance).
The text was updated successfully, but these errors were encountered: