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
d8b4df64
Commit
d8b4df64
authored
Mar 29, 2017
by
Eric Fischer
Committed by
GitHub
Mar 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #994 from edx/efischer/ora_grades
no signal on reset
parents
60145925
cb9d51b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
openassessment/workflow/models.py
+2
-1
requirements/base.txt
+1
-1
No files found.
openassessment/workflow/models.py
View file @
d8b4df64
...
...
@@ -438,7 +438,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel):
sub_api
.
reset_score
(
sub_dict
[
'student_item'
][
'student_id'
],
self
.
course_id
,
self
.
item_id
self
.
item_id
,
emit_signal
=
False
)
sub_api
.
set_score
(
self
.
submission_uuid
,
...
...
requirements/base.txt
View file @
d8b4df64
...
...
@@ -6,7 +6,7 @@
git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12
# edx-submissions
git+https://github.com/edx/edx-submissions.git@1.
1.6#egg=edx-submissions==1.1.6
git+https://github.com/edx/edx-submissions.git@1.
2.0#egg=edx-submissions==1.2.0
# Third Party Requirements
boto>=2.32.1,<3.0.0
...
...
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