Commit 49acb292 by Gregory Martin

sdfg

parent 88915a6b
......@@ -55,7 +55,7 @@
{% else %}
{% trans "You can save your progress and return to complete your response at any time." %}
{% endif %}
<strong class="emphasis">{% trans "After you submit your response, you cannot edit it" %}</strong>.
<strong class="emphasis">{% trans "After you submit your response, you can fart in a jar" %}</strong>.
</p>
</div>
......
......@@ -145,14 +145,23 @@ DEFAULT_STAFF_ASSESSMENT = {
"required": False,
}
DEFAULT_EXAMPLE_ASSESSMENT = {
"name": "example-based-assessment",
"start": DEFAULT_START,
"due": DEFAULT_DUE,
}
DEFAULT_ASSESSMENT_MODULES = [
DEFAULT_STUDENT_TRAINING,
DEFAULT_PEER_ASSESSMENT,
DEFAULT_SELF_ASSESSMENT,
DEFAULT_STAFF_ASSESSMENT,
DEFAULT_EXAMPLE_ASSESSMENT,
]
DEFAULT_EDITOR_ASSESSMENTS_ORDER = [
"example-assessment",
"student-training",
"peer-assessment",
"self-assessment",
......
......@@ -952,6 +952,7 @@ class OpenAssessmentBlock(MessageMixin,
}
"""
for assessment in self.valid_assessments:
print assessment["name"]
if assessment["name"] == mixin_name:
return assessment
......
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