- 29 Jan, 2014 2 commits
-
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
- 27 Jan, 2014 2 commits
-
-
write failing tests
Adam Palay committed -
Alexander Kryklia committed
-
- 17 Jan, 2014 3 commits
-
-
Also pep8, pylint, and style fixes Covers: {capa_problem, correctmap, customerender, inputtypes, responsetypes, util, xqueue_interface}.py LMS-1744
Sarina Canelake committed -
[LMS-1597]
Ned Batchelder committed -
LoncapaProblem was using ModuleSystem directly, but we're about to need i18n passed in, so this gives LoncapaProblem its own LoncapaSystem object to better module its dependencies. This commit simply passes through the attributes of ModuleSystem that Loncapa needs. [LMS-1597]
Ned Batchelder committed
-
- 16 Jan, 2014 1 commit
-
-
And while I was in there, I made it a decorator, so it's nicer to use.
Ned Batchelder committed
-
- 15 Jan, 2014 2 commits
- 10 Jan, 2014 1 commit
-
-
STUD-893
zubiar-arbi committed
-
- 20 Dec, 2013 2 commits
-
-
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 -
Added JSInput template to Studio and a sop attribute to JSInput. Only if it's set to false, as in JSInput's template, will JSChannel be used to bypass it. In all other cases (attribute not present or set to something else), SOP is enforced. Compatibility with jsVGL is therefore maintained. Multiple JSInput are supported in a vertical. Also, save button now functions. [BLD-523, BLD-556, BLD-568]
jmclaus committed
-
- 17 Dec, 2013 2 commits
-
-
polesye committed
-
Valera Rozuvan committed
-
- 08 Dec, 2013 1 commit
-
-
Ned Batchelder committed
-
- 03 Dec, 2013 1 commit
-
-
Ned Batchelder committed
-
- 21 Nov, 2013 1 commit
-
-
polesye committed
-
- 19 Nov, 2013 1 commit
-
-
RobertMarks committed
-
- 14 Nov, 2013 1 commit
-
-
Oleg Marshev committed
-
- 13 Nov, 2013 2 commits
-
-
Sarina Canelake committed
-
LMS-469
Sarina Canelake committed
-
- 08 Nov, 2013 1 commit
-
-
Adds xblock handler_url support to the LMS, and makes handle_ajax use that code. [LMS-230] [LMS-229]
Calen Pennington committed
-
- 31 Oct, 2013 1 commit
-
-
Sarina Canelake committed
-
- 24 Oct, 2013 2 commits
-
-
Pavel Yushchenko committed
-
Pavel Yushchenko committed
-
- 09 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 04 Oct, 2013 2 commits
-
-
David Baumgold committed
-
ichuang committed
-
- 11 Sep, 2013 1 commit
-
-
Also added datadog application to commom django apps and set it to use a local statsd server by default.
Carlos Andrés Rocha committed
-
- 10 Sep, 2013 2 commits
-
-
Necessary for RFC compliance with oauthlib
David Baumgold committed -
David Baumgold committed
-
- 05 Sep, 2013 1 commit
-
-
ichuang committed
-
- 03 Sep, 2013 1 commit
-
-
Conflicts: cms/djangoapps/contentstore/views/course.py common/lib/xmodule/xmodule/tests/test_combined_open_ended.py lms/envs/common.py
Adam Palay committed
-
- 31 Aug, 2013 1 commit
-
-
ichuang committed
-
- 30 Aug, 2013 3 commits
-
-
Peter Baratta committed
-
Adam Palay committed
-
Affects: Choicegroups, option inputs, textline, and formula equation inputs
Peter Baratta committed
-
- 28 Aug, 2013 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-