- 25 Oct, 2017 1 commit
-
-
* Add a handler to mark a block complete when a problem is scored. * Also handle marking incomplete when user problem state is deleted. * Add score_deleted to published providing_args for PROBLEM_{RAW,WEIGHTED}_SCORE_CHANGED OC-3089
J. Cliff Dyer committed
-
- 17 Oct, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 05 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 02 Oct, 2017 1 commit
-
-
EDUCATOR-1405 EDUCATOR-1451
Nimisha Asthagiri committed
-
- 28 Sep, 2017 1 commit
-
-
EDUCATOR-171
Nimisha Asthagiri committed
-
- 25 Sep, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 22 Sep, 2017 1 commit
-
-
EDUCATOR-1400
Nimisha Asthagiri committed
-
- 21 Sep, 2017 1 commit
-
-
Sanford Student committed
-
- 30 Aug, 2017 1 commit
-
-
Sanford Student committed
-
- 03 Aug, 2017 2 commits
-
-
Alex Dusenbery committed
-
Tyler Hallada committed
-
- 02 Aug, 2017 2 commits
-
-
Tyler Hallada committed
-
Tyler Hallada committed
-
- 31 Jul, 2017 1 commit
-
-
Tyler Hallada committed
-
- 18 Jul, 2017 1 commit
-
-
Sanford Student committed
-
- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 01 May, 2017 1 commit
-
-
for TNL-6594
J. Cliff Dyer committed
-
- 24 Apr, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 11 Apr, 2017 1 commit
-
-
Add a new waffle switch that allows us to assume zero grades for learners who have no entry previously recorded, and another to disable persisting grades for unengaged learners. TNL-6691
Nimisha Asthagiri committed
-
- 30 Mar, 2017 1 commit
-
-
Eric Fischer committed
-
- 16 Mar, 2017 1 commit
-
-
for TNL-6644
Sanford Student committed
-
- 09 Mar, 2017 1 commit
-
-
* Bump xblock version * Update rescore instructor task helper to handle generic rescore. * Add set_score to grade signal handler.
J. Cliff Dyer committed
-
- 22 Feb, 2017 1 commit
-
-
Eric Fischer committed
-
- 30 Jan, 2017 2 commits
-
-
Some old mongo courses do not have this field, and the team has opted to allow null values rather than inserting a default. This change affects both course and subsection grades. TNL-6408
Eric Fischer committed -
As discovered in load testing, if this task is run too quickly it can ask for a newly-recorded score prior to the active transaction finishing and writing to the database. TNL-6424
Eric Fischer committed
-
- 23 Jan, 2017 1 commit
-
-
TNL-6331
Nimisha Asthagiri committed
-
- 18 Jan, 2017 1 commit
-
-
TNL-6250
J. Cliff Dyer committed
-
- 09 Dec, 2016 1 commit
-
-
Also fixes issue where ORA grades were never updated, by including them in this check. TNL-5994 TNL-5995
Eric Fischer committed
-
- 07 Dec, 2016 1 commit
-
-
for TNL-5045
Sanford Student committed
-
- 30 Nov, 2016 2 commits
-
-
Remove deprecated SingleSectionGrader. TNL-5987 Remove display_name and module_id from Scores objects Update CourseGradeFactory.__init__ to not be user-specific Update some callers to use CourseGrade class instead of "summary" dict Remove no longer needed course_grades.py module. Renamed django signal from GRADES_UPDATED to COURSE_GRADE_CHANGED
Nimisha Asthagiri committed -
For TNL-5993
Sanford Student committed
-
- 18 Nov, 2016 2 commits
-
-
TNL-5817
J. Cliff Dyer committed -
Nimisha Asthagiri committed
-
- 09 Nov, 2016 1 commit
-
-
TNL-5909
Nimisha Asthagiri committed
-
- 08 Nov, 2016 1 commit
-
-
Update course grade query parameters and check scores when updating subsection grade For TNL-5861
Sanford Student committed
-
- 25 Oct, 2016 1 commit
-
-
Makes use of the new SUBSECTION_SCORE_CHANGED signal to trigger a task that updates persisted course grade values. We've also renamed SCORE_CHANGED to PROBLEM_SCORE_CHANGED to head off any issues with unclear signal names. TNL-5740
Eric Fischer committed
-
- 24 Oct, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Oct, 2016 1 commit
-
-
TNL-5046
Nimisha Asthagiri committed
-
- 13 Oct, 2016 1 commit
-
-
For better user-facing performance, the SCORE_CHANGED signal is now handled by enqueueing an async task to update the relevant stored grade, rather than making the request wait until that operation finishes. TNL-5738
Eric Fischer committed
-
- 04 Oct, 2016 1 commit
-
-
This reverts commit 31812141.
J. Cliff Dyer committed
-