- 11 Jan, 2016 4 commits
-
-
Move focus within staff panels.
Christina Roberts committed -
TNL-3932
cahrens committed -
Make checkboxes accessible.
Christina Roberts committed -
TNL-3999
cahrens committed
-
- 07 Jan, 2016 8 commits
-
-
Andy Armstrong committed
-
The crux of this fix is that scored_only behavior in various api/peer.py methods is no longer needed, or correct. This value has been removed, so that assessments may be gotten (and medians found) when the assessments are not used in determining the final score (say, if a staff score exists). Also includes updates to the "waiting for steps" string as prescribed by @catong in https://github.com/edx/edx-ora2/pull/764, along with logic for that method, and updates to tests and get_wating_details logic in light of this simplification.
Eric Fischer committed -
TNL-3958
cahrens committed -
Diana Huang committed
-
Diana Huang committed
-
Diana Huang committed
-
Diana Huang committed
-
The refresh model in the staff grading form changed. Also add a "scrollToTop" call when continuing grading.
cahrens committed
-
- 23 Dec, 2015 1 commit
-
-
TNL-3870
cahrens committed
-
- 22 Dec, 2015 6 commits
-
-
Full staff grading UI
Christina Roberts committed -
Includes fixing my previous work on the staff assessment test to use the required flow, not the override. Also refactors full workflow tests and adds a new one to include a required staff grading step.
Eric Fischer committed -
Andy Armstrong committed
-
Part 2 (TNL-3493)
cahrens committed -
Andy Armstrong committed
-
TNL-3493
cahrens committed
-
- 17 Dec, 2015 2 commits
-
-
Minor doc tweak
Eric Fischer committed -
Per offline conversation with @catong, changing some wording in the user visible string for editing ORA assessment steps.
Eric Fischer committed
-
- 16 Dec, 2015 19 commits
-
-
Doc updates staff grading in Studio
Eric Fischer committed -
Updating a user-facing string to include staff grading. Also updating some dangerously outdated documentation in code that was unearthed during PR review.
Eric Fischer committed -
Able to enable full staff grading from studio, save without errors, and view the staff grading step as expected from LMS. Includes: -template additions, staff grading disabled by default -fetching real staff requirements -javascript to hook into the python backend -changing some default assumptions about assessment types -modifications to validation -small bugfix for scroll behaviorwith validation alert. -updates to existing unit tests -additional validation, serialization, and javascript tests -fix for staff requirements bug (no more duble-unpacking) -updates the bundled studio js file -moving StaffWorkflow initilization to api's on_init() method -acceptance tests (lms) -addition of "Staff Assessment Section" to test course for bokchoy tests -renaming `requirements` to `<type>_requirements` in assessment apis
Eric Fischer committed -
TNL-3889
cahrens committed -
cahrens committed
-
TNL-3465
Andy Armstrong committed -
Diana Huang committed
-
Diana Huang committed
-
TNL-3819
cahrens committed -
Diana Huang committed
-
Previously, api.update_from_assessments() would call model. update_from_assessments(), then api._serialized_with_details(reqs), which would duplicate the update work we *just* did as part of getting the status. Now, update() and get_details() are totally seperate operations, and _serialized_with_details() is a read-only method that does not need to have requirements passed in. I've also standardized student_training and peer, the two assessment types that do *not* auto-complete on None requirements, to return False if None, and error out if passed {}. This is to allow staff_assess to pass None to indicate "Update thyself, if you don't depend on requirements" to the other step types. Also adding test_requirements_changed(), to confirm that workflows are updated when requirements change, even though thoe requirements are no longer explicitly passed to the getter.
Eric Fischer committed -
Diana Huang committed
-
Fairly simple test, should help to provide some extra peace of mind.
Eric Fischer committed -
Diana Huang committed
-
I misunderstood what was happening in my cursory investigation earlier - all that needs to change here is the type of exception being caught.
Eric Fischer committed -
cahrens committed
-
cahrens committed
-
TNL-3464
cahrens committed -
Add a test to verify that it is working as expected.
Diana Huang committed
-