Rescore All Learners’ Submissions Not Working for Text Input Problem

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!

Problem-Grade-Report

Hi. Did you verify or check that the learners have the correct answer pre or post re-scoring? Re-scoring should be done if you updated the question on Studio. Additionally, you might be confusing this with Score Override where you can override the score of an individual learner. See the docs on more context on re-scoring Manage Learner Grades — Latest documentation.

@Syed_Muhammad_Dawoud Thanks for the reply! I now understand that rescoring is for when the question is updated in Studio. However, I’m looking to override the scores for all learners instead. The documentation indicates that score override is currently available for individual learners only. Is there a way to override scores for all learners at once?

If you’re just looking to give everyone a point for the problem, I’d update it in Studio to make all answers correct and then do the rescore.

This is a text input type of problem, and students have submitted many different answers. I want to make all answers correct so everyone gets a score, but I couldn’t find how to do this in the documentation. What’s the best way to do this in Studio?

Check out this: Edit Text Input Problems using the Advanced Editor — Latest documentation