-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
5 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Initialization Information for Open Assessment Module | ||
""" | ||
|
||
__version__ = '6.0.19' | ||
__version__ = '6.0.20' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
openassessment/xblock/test/data/assessment_steps_reordered.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<openassessment> | ||
<title>Open Assessment Test</title> | ||
<prompts> | ||
<prompt> | ||
<description>Given the state of the world today, what do you think should be done to combat poverty?</description> | ||
</prompt> | ||
<prompt> | ||
<description>Given the state of the world today, what do you think should be done to combat pollution?</description> | ||
</prompt> | ||
</prompts> | ||
<rubric> | ||
<criterion> | ||
<name>𝓒𝓸𝓷𝓬𝓲𝓼𝓮</name> | ||
<prompt>How concise is it?</prompt> | ||
<option points="3"> | ||
<name>ﻉซƈﻉɭɭﻉกՇ</name> | ||
<explanation>Extremely concise</explanation> | ||
</option> | ||
<option points="2"> | ||
<name>Ġööḋ</name> | ||
<explanation>Concise</explanation> | ||
</option> | ||
<option points="1"> | ||
<name>ק๏๏г</name> | ||
<explanation>Wordy</explanation> | ||
</option> | ||
</criterion> | ||
<criterion> | ||
<name>Form</name> | ||
<prompt>How well-formed is it?</prompt> | ||
<option points="3"> | ||
<name>Good</name> | ||
<explanation>Good</explanation> | ||
</option> | ||
<option points="2"> | ||
<name>Fair</name> | ||
<explanation>Fair</explanation> | ||
</option> | ||
<option points="1"> | ||
<name>Poor</name> | ||
<explanation>Poor</explanation> | ||
</option> | ||
</criterion> | ||
</rubric> | ||
<assessments> | ||
<assessment name="staff-assessment" required="true"/> | ||
<assessment name="peer-assessment" must_grade="5" must_be_graded_by="3" /> | ||
</assessments> | ||
</openassessment> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters