I’m trying to rescore a Text Input problem in Open edX Redwood via Instructor > Student Admin > Adjust all enrolled learners’ grades for a specific problem > Rescore All Learners’ Submissions. The task status says “Problem successfully rescored for 2 students”, but when I generate the Problem Grade Report from Instructor > Data Download, the Earned Points still show as 0 instead of the expected 1 (the max possible).
Student Module State:
{"input_state": {"a139ceef411e4509a2503bfeb1c56799_2_1": {}}, "seed": 1, "score": {"raw_earned": 0, "raw_possible": 1}, "correct_map": {"a139ceef411e4509a2503bfeb1c56799_2_1": {"correctness": "incorrect", "npoints": null, "msg": "", "hint": "", "hintmode": null, "queuestate": null, "answervariable": null}}, "correct_map_history": [{"a139ceef411e4509a2503bfeb1c56799_2_1": {"correctness": "incorrect", "npoints": null, "msg": "", "hint": "", "hintmode": null, "queuestate": null, "answervariable": null}}], "student_answers": {"a139ceef411e4509a2503bfeb1c56799_2_1": "Test"}, "student_answers_history": [{"a139ceef411e4509a2503bfeb1c56799_2_1": "Test"}], "attempts": 1, "done": true, "score_history": [{"raw_earned": 0, "raw_possible": 1}], "last_submission_time": "2025-04-19T15:40:38Z"}
Has anyone experienced this issue or knows how to trigger the rescore properly? Any suggestions would be appreciated!
Thanks in advance for your help!