diff --git a/cms/templates/widgets/open-ended-edit.html b/cms/templates/widgets/open-ended-edit.html index 8b2e1e0e46..95c28b8393 100644 --- a/cms/templates/widgets/open-ended-edit.html +++ b/cms/templates/widgets/open-ended-edit.html @@ -85,7 +85,7 @@
The tasks define what feedback the student will get from the problem.
-Each task is defined with parentheses around it. Brackets (ie {2-5} above), specify the minimum and maximum score needed to attempt the given task.
+Each task is defined with parentheses around it. Brackets (ie {2-3} above), specify the minimum and maximum score needed to attempt the given task.
In the example above, the student will first be asked to self-assess. If they give themselves greater than or equal to a 1/3 and less than or equal to a 3/3 on the problem, then they will be moved to AI assessment. If they score themselves a 2/3 or 3/3 on AI assessment, they will move to peer assessment.
Students will be given feedback from each task, and their final score for a given attempt of the problem will be their score last task that is completed.