This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
Possible bug - scores not in progress page before submission - missing max_score() method #7
Closed as not planned
The XBlock does not have a
max_scoremethod. AFAIK a scorable Xblock must have such a method.When I first set up an active table problem (on a system still running Ginkgo with many patches, and with persistent grading enabled) - the progress page showed "No problem scores in this section". Only after a submission did a score appear.
See:
BTW - maybe the XBlock should inherit from
ScorableXBlockMixin.