In a MOOC-Grader personalized exercise, the teacher should be able to view and test all exercise instances via the A+ frontend #1254
Labels
area: exercises
Related to exercises. Use other labels to focus issue to UI/backend
area: UX teacher
User experience and usability for teachers
effort: days
Estimated to take less than one week, from the creation of a new branch to the merging
experience: moderate
required knowledge estimate
requester: CS
The issue is raised internally by a CS teacher
type: feature
New feature or change to a feature
Currently in personalized exercises set up in the MOOC-Grader, the teacher sees only one exercise instance in A+ just like students. The teacher needs a way to view and test all exercise instances.
The exercise instance selection is deterministic in the MOOC-Grader:
https://github.com/apluslms/mooc-grader/blob/c697bee96202999725bd08ce0b596012a1a2e674/util/personalized.py#L62-L86
Should there be extra parameters for testing specific exercises or should A+ manipulate the existing parameters that are sent to the grader when the teacher is testing the exercise?
A+ sets the parameters for the grader protocol mainly here:
a-plus/exercise/exercise_models.py
Lines 951 to 982 in a932c51
a-plus/exercise/exercise_models.py
Lines 1019 to 1035 in a932c51
The text was updated successfully, but these errors were encountered: