- 20 Dec, 2013 1 commit
-
-
This restores functionality that has been broken since the introduction of XModuleDescriptor/XModule proxying (part of the XBlock transition). It generates a CSV of all answers for all content of type "problem" in a given course, with a row per (problem part, answer). The format is: url_name, display name, answer id, answer, count Example values: url_name = "7f1b1523a55848cd9f5c93eb8cbabcf7" display name = "Problem 1: Something Hard" answer id = i4x-JediAcdmy-LTSB304-problem-7f1b1523a55848cd9f5c93eb8cbabcf7_2_1 answer = "Use the Force" count = 1138 Since it only grabs things of type "problem", it will not return results for things like self/peer-assessments. Any Loncapa problem types will show up (so multiple choice, text input, numeric, etc.) Instead of crawling the course tree and instantiating the appropriate CapaModule objects to grab state, this version draws directly from StudentModule. This lets us skip a lot of processing and most importantly lets us generate the answer distribution without causing side-effects (since XBlocks auto-save state). It also lets us take advantage of a read-replica database if one is available, to minimize locking concerns. There are minor changes to the legacy dashboard around CSV charset encoding and a change to OptionResponseXMLFactory to make it more unicode friendly. Answer distribution output is now also sorted, to group together answers for the same content piece. Note that this does not introduce celery into the process. Answer distributions are still only available for small courses. This was originally created to fix [LMS-922], but it also addresses [LMS-811] and possibly other areas in the legacy dashboard where CSV downloads break due to character encoding issues.
David Ormsbee committed
-
- 26 Nov, 2013 1 commit
-
-
Jay Zoldak committed
-
- 06 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 18 Jun, 2013 5 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission.
Brian Wilson committed -
from client. Tasks.py remains the task implementations running on the celery worker. In particular, move status message generation out of task thread to client side.
Brian Wilson committed -
Add CourseTaskLog, and make calls to regrading. Add regrading implementation, and hack the marshalling of request.
Brian Wilson committed
-
- 04 Apr, 2013 1 commit
-
-
Calen Pennington committed
-
- 04 Mar, 2013 1 commit
-
-
David Ormsbee committed
-
- 15 Feb, 2013 1 commit
-
-
David Ormsbee committed
-
- 08 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 07 Feb, 2013 2 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
- 06 Feb, 2013 2 commits
-
-
Switch timed_module to store location, and use to navigate from timer when timer displays on non-exam course pages.
Brian Wilson committed -
Calen Pennington committed
-
- 05 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 04 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 03 Feb, 2013 1 commit
-
-
ichuang committed
-
- 23 Jan, 2013 1 commit
-
-
Calen Pennington committed
-
- 11 Jan, 2013 1 commit
-
-
ichuang committed
-
- 02 Jan, 2013 1 commit
-
-
Calen Pennington committed
-
- 28 Dec, 2012 3 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 06 Nov, 2012 1 commit
-
-
David Ormsbee committed
-
- 21 Aug, 2012 2 commits
-
-
* reorder index fields
Victor Shnayder committed -
* Update all uses.
Victor Shnayder committed
-
- 15 Aug, 2012 2 commits
- 14 Aug, 2012 1 commit
-
-
kimth committed
-
- 07 Aug, 2012 1 commit
-
-
Added stores_state attribute for xmoduledescriptors as a way to declare if the module stores state in the database.
Bridger Maxwell committed
-
- 06 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 03 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 12 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 02 Jul, 2012 1 commit
-
-
Make location into a named tuple, and use it more as a first class entity, rather than URL for identifying content
Calen Pennington committed
-
- 29 Jun, 2012 2 commits
-
-
Make user profiles work again after the switch to an XMLModuleStore. Staff user histograms are still broken
Calen Pennington committed -
Begin using a Keystore for XML parsing. Still broken: sequence icons, custom tags, problems, video js
Calen Pennington committed
-
- 06 Jun, 2012 1 commit
-
-
Calen Pennington committed
-