Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
49acb292
Commit
49acb292
authored
Apr 13, 2017
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdfg
parent
88915a6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
+11
-1
openassessment/templates/openassessmentblock/response/oa_response.html
+1
-1
openassessment/xblock/defaults.py
+9
-0
openassessment/xblock/openassessmentblock.py
+1
-0
No files found.
openassessment/templates/openassessmentblock/response/oa_response.html
View file @
49acb292
...
...
@@ -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 can
not edit it
" %}
</strong>
.
<strong
class=
"emphasis"
>
{% trans "After you submit your response, you can
fart in a jar
" %}
</strong>
.
</p>
</div>
...
...
openassessment/xblock/defaults.py
View file @
49acb292
...
...
@@ -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"
,
...
...
openassessment/xblock/openassessmentblock.py
View file @
49acb292
...
...
@@ -952,6 +952,7 @@ class OpenAssessmentBlock(MessageMixin,
}
"""
for
assessment
in
self
.
valid_assessments
:
print
assessment
[
"name"
]
if
assessment
[
"name"
]
==
mixin_name
:
return
assessment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment