Commit 05171974 by Waheed Ahmed Committed by Adam Palay

Fixed grades issue for progress page graph.

TNL-1022
parent eeb029dd
......@@ -91,7 +91,6 @@ def load(path):
@XBlock.needs("i18n")
class OpenAssessmentBlock(
XBlock,
MessageMixin,
SubmissionMixin,
PeerAssessmentMixin,
......@@ -102,7 +101,8 @@ class OpenAssessmentBlock(
StaffInfoMixin,
WorkflowMixin,
StudentTrainingMixin,
LmsCompatibilityMixin
LmsCompatibilityMixin,
XBlock,
):
"""Displays a prompt and provides an area where students can compose a response."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment