- 09 Sep, 2015 2 commits
-
-
Chris Dodge committed
-
Sarina Canelake committed
-
- 01 Sep, 2015 1 commit
-
-
Amir Qayyum Khan committed
-
- 27 Aug, 2015 1 commit
-
-
This change allows graded assignments to be added to a campus LMS regardless of the granularity at which the problem sits. Previously a grade could only be returned if the usage ID for the problem itself was specified in the LTI launch. The code assumes that courses taking advantage of this functionality are arranged in a hiearchy (with sections being parents to verticals, and verticals being parents to problems). When a grading event occurs it traverses the parent hiearchy to identify any previous graded LTI launches for which the new scoring event should generate a grade update. It then calculates and sends scores to each of those outcome services. Since grade calculation is an expensive operation, the code optimizes the case where a problem has been added only once as a leaf unit. In that case it is able to behave as before, just taking the grade from the signal without having to calculate grades for the whole course.
Phil McGachey committed
-
- 26 Aug, 2015 3 commits
-
-
David Ormsbee committed
-
timeline info.
Tim Krones committed -
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg committed
-
- 25 Aug, 2015 2 commits
-
-
Also added reset_test_case() and @modifies_courseware to SharedModuleStoreTestCase. Revert "More verbose test builds in Jenkins, for debugging." This reverts commit 58cade4cc4288335026649470a48b7bbca969ee8.
David Ormsbee committed -
Braden MacDonald committed
-
- 24 Aug, 2015 1 commit
-
-
modified: lms/djangoapps/instructor/tests/test_enrollment.py
unknown committed
-
- 21 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 19 Aug, 2015 1 commit
-
-
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
Chris Dodge committed
-
- 17 Aug, 2015 4 commits
-
-
problem from legacy instructor dash to new instructor dash.
Tim Krones committed -
Peter Fogg committed
-
Peter Fogg committed
-
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
Chris Dodge committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 31 Jul, 2015 1 commit
-
-
Info" tab of instructor dashboard.
Tim Krones committed
-
- 28 Jul, 2015 1 commit
-
-
This test failed on master because it saw "Loading" and did not wait.
Ben Patterson committed
-
- 24 Jul, 2015 1 commit
-
-
TNL-2848
cahrens committed
-
- 23 Jul, 2015 1 commit
-
-
Zia Fazal committed
-
- 20 Jul, 2015 3 commits
-
-
Sylvia Pearce committed
-
Change name of method to clear up confusion with the access.has_access method.
tlindaliu committed -
New classes for the return type, and changes to the has_access function and tests to make them compatible.
tlindaliu committed
-
- 17 Jul, 2015 1 commit
-
-
Adam committed
-
- 16 Jul, 2015 2 commits
-
-
Enable Student-Generated Certificates for HTML certs flow
Zia Fazal committed -
Waheed Ahmed committed
-
- 15 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 13 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
Skipped 'print' statement violations, as print() is Py3k syntax.
Sarina Canelake committed
-
- 08 Jul, 2015 1 commit
-
-
Matt Drayer committed
-
- 07 Jul, 2015 1 commit
-
-
Matt Drayer committed
-
- 02 Jul, 2015 3 commits
-
-
* added generate certificates task and bok choy tests * added unit tests * changes based feedback and improved acceptance test * Change header text * changes based on feedback on 24/6 * added task_id to api output * fixed broken test * Remove "Instructor" from strings, per Docs team * Fixed flaky entrance exam test
Zia Fazal committed -
Alison Hodges committed
-
Alison Hodges committed
-
- 01 Jul, 2015 2 commits
-
-
Alison Hodges committed
-
Alison Hodges committed
-
- 29 Jun, 2015 1 commit
-
-
Jonathan Piacenti committed
-