Will Daly
|
c7d80a91ee
|
Changed name of survey_question to is_survey_question for clarity
|
2013-03-05 17:30:38 -05:00 |
|
Will Daly
|
43d8574e92
|
Refactored use of test_system in xmodule unit tests
so that a new one is created for each test
|
2013-03-05 17:26:15 -05:00 |
|
Will Daly
|
73281a43c9
|
Added tests for get_problem_html, including error conditions
|
2013-03-05 17:02:12 -05:00 |
|
Will Daly
|
40d7e8addf
|
Moved problem HTML error handling to its own function
|
2013-03-05 15:43:47 -05:00 |
|
Will Daly
|
608552429f
|
Refactored capa module HTML rendering, isolating logic for
determining which buttons to show
|
2013-03-05 15:35:14 -05:00 |
|
Will Daly
|
42043d2ccc
|
Added tests for capa module save_problem()
|
2013-03-05 12:01:04 -05:00 |
|
Will Daly
|
6ec3b94d0c
|
Added test for capa module closed() method; modified
closed() to handle edge cases
|
2013-03-05 11:47:41 -05:00 |
|
Will Daly
|
49784009d5
|
Fixed incorrect doc string
|
2013-03-05 11:23:14 -05:00 |
|
Will Daly
|
21af0493fd
|
Added unit tests for capa_module reset_problem()
|
2013-03-05 11:21:28 -05:00 |
|
Will Daly
|
9743f6bea9
|
Fixed indentation in capa module.
Added test of HTML output for successful check to capa module unit tests
|
2013-03-04 16:16:38 -05:00 |
|
Will Daly
|
d148906851
|
Added unit tests for capa module check_problem() method
|
2013-03-04 16:06:14 -05:00 |
|
Will Daly
|
1cc8950780
|
Added comments for make_dict_of_responses() in capa module
|
2013-03-04 12:45:13 -05:00 |
|
Will Daly
|
082216395c
|
Added unit test for conversion of GET parameters for capa module.
Added error checking for possible error cases
|
2013-03-04 12:38:11 -05:00 |
|
chrisndodge
|
c236b2c8a9
|
Merge pull request #1550 from MITx/feature/cdodge/add-test-delete
add another command line argument to allow users to only simulate a dele...
|
2013-03-01 13:29:06 -08:00 |
|
Victor Shnayder
|
88bfdd01ce
|
Merge pull request #1561 from MITx/feature/will/move_correct_mark_for_multiple_choice
Feature/will/move correct mark for multiple choice
|
2013-03-01 12:52:26 -08:00 |
|
Chris Dodge
|
0047295695
|
Merge branch 'master' of github.com:MITx/mitx into feature/cdodge/add-test-delete
|
2013-03-01 15:48:23 -05:00 |
|
VikParuchuri
|
d186e5d186
|
Merge pull request #1538 from MITx/diana/fix-import-export
Fix studio import and export for CombinedOpenEnded, PeerGrading XModules
|
2013-03-01 09:32:08 -08:00 |
|
David Ormsbee
|
d6957f3e7e
|
Merge pull request #1508 from MITx/feature/ichuang/fix-save-button-messages-and-add-capa-survey-mode
Fix capa save button msgs & add simple capa survey mode
|
2013-03-01 08:26:21 -08:00 |
|
Christina Roberts
|
1b9d105e35
|
Merge pull request #1568 from MITx/bug/christina/misc
Don't require text tag around multiple choice/checkbox answers.
|
2013-02-28 10:48:08 -08:00 |
|
cahrens
|
2be42b8f51
|
Don't require text tag around multiple choice/checkbox answers.
https://edx.lighthouseapp.com/projects/102637/tickets/196
|
2013-02-28 13:33:04 -05:00 |
|
Christina Roberts
|
69ef622afd
|
Merge pull request #1540 from MITx/feature/ichuang/fix-studio-latex-hls-editor
Fix latex high-level source editor in current version of cms / studio
|
2013-02-28 10:02:09 -08:00 |
|
Christina Roberts
|
1ebc3b314d
|
Merge pull request #1566 from MITx/fix/cdodge/optimize-metadata-tree-computation
Fix/cdodge/optimize metadata tree computation
|
2013-02-28 07:28:48 -08:00 |
|
Chris Dodge
|
8a7211da05
|
remove unused import commands (which were used for temporary profiling). Also change get_lms_link_for_item() to preserve the previous argument ordering. Apparently all callers may not use argument name conventions for the 'preview' argument.
|
2013-02-28 09:40:30 -05:00 |
|
ichuang
|
9fe9e2fbf6
|
upadte latex2edx url in latex-problem template
|
2013-02-28 04:21:50 +00:00 |
|
Chris Dodge
|
905199b5eb
|
restore metadata inheritance. Fix lms jump computation on the Studio index page. This gets expensive.
|
2013-02-27 22:37:13 -05:00 |
|
Chris Dodge
|
e42cdfbd29
|
turn off metadata inheritence for a quick test
|
2013-02-27 21:45:17 -05:00 |
|
Chris Dodge
|
d0bbb0f6c9
|
use a different query to get all collections. Also don't apply inheritance to course modules, because that's ultimately a no-op
|
2013-02-27 20:43:49 -05:00 |
|
cahrens
|
e47d11bedc
|
Bug fix for #214.
https://edx.lighthouseapp.com/projects/102637-studio/tickets/214-Via-Tender-Numerical-Input-answer-0-a-tolerance-is-not-accepted#ticket-214-4
|
2013-02-27 17:36:28 -05:00 |
|
cahrens
|
c0f0ef0cd2
|
Bug fix for #214.
https://edx.lighthouseapp.com/projects/102637-studio/tickets/214-Via-Tender-Numerical-Input-answer-0-a-tolerance-is-not-accepted#ticket-214-4
|
2013-02-27 17:34:08 -05:00 |
|
Will Daly
|
487afad50d
|
Merge branch 'master' into feature/will/move_correct_mark_for_multiple_choice
|
2013-02-27 16:58:35 -05:00 |
|
Will Daly
|
9fe305e02b
|
Modified ChoiceGroup to display correct/incorrect indicators
(check or x) next to the option the user selected (check boxes or radio
buttons).
|
2013-02-27 13:05:29 -05:00 |
|
VikParuchuri
|
df01064e77
|
Merge pull request #1536 from MITx/diana/rubric-hot-keys
Add in rubric hotkeys
|
2013-02-26 06:46:26 -08:00 |
|
Chris Dodge
|
816b0edfb0
|
add another command line argument to allow users to only simulate a delete (i.e. show what items would be deleted). This is a handy sanity checker.
|
2013-02-25 16:00:35 -05:00 |
|
Diana Huang
|
ae60661f94
|
Get previews to work in Studio and use the correct type of editors
for these XModules within Studio.
|
2013-02-25 11:42:06 -05:00 |
|
Diana Huang
|
f161bdd0a2
|
Fix studio import and export for CombinedOpenEnded and PeerGrading XModules
Also, fix a bug in the peer grading.
|
2013-02-25 11:42:06 -05:00 |
|
David Ormsbee
|
dde4fc981b
|
Merge pull request #1546 from MITx/fix/cdodge/make-jump-to-handle-lost-slash
add a 'missing slash' regular expression for Location patterns in order ...
|
2013-02-25 08:22:24 -08:00 |
|
Chris Dodge
|
752ff20cf5
|
add a 'missing slash' regular expression for Location patterns in order to account for dropped slash with the i4x:// pattern. Certain redirect cases will cause this 2nd slash to be dropped (I think via Nginx)
|
2013-02-25 10:45:00 -05:00 |
|
Victor Shnayder
|
01a38c29be
|
Add auto-cohorting functionality.
See changes in xml-format.md or wiki (dynamic cohorts v1) for spec.
|
2013-02-24 18:48:01 -05:00 |
|
Victor Shnayder
|
8e93e0770f
|
Merge pull request #1509 from MITx/feature/victor/capa-finished
Add showanswer="finished" option and tests
|
2013-02-24 13:24:34 -08:00 |
|
Vik Paruchuri
|
d5865e70b8
|
Merge remote-tracking branch 'origin/master' into feature/vik/oe-messages
|
2013-02-22 10:21:34 -05:00 |
|
Diana Huang
|
f9667849b8
|
Fix some minor bugs in event handling and add enter key support
|
2013-02-22 09:47:50 -05:00 |
|
Diana Huang
|
3ecafa9b42
|
Add hot keys to rubrics
|
2013-02-22 09:47:50 -05:00 |
|
Brian Wilson
|
d503fe3d79
|
Merge remote-tracking branch 'origin/master' into feature/brian/pdf_js
|
2013-02-21 15:38:28 -05:00 |
|
Victor Shnayder
|
8d76556729
|
Merge pull request #1531 from MITx/fix/cdodge/serializing-ints-as-empty-strings
Fix/cdodge/serializing ints as empty strings
|
2013-02-21 12:12:44 -08:00 |
|
Diana Huang
|
76c4007449
|
Merge pull request #1522 from MITx/diana/click-tracking
Add more click tracking and logging to the open ended grading interface
|
2013-02-21 11:10:35 -08:00 |
|
Chris Dodge
|
bb75a23101
|
Merge branch 'master' of github.com:MITx/mitx into fix/cdodge/serializing-ints-as-empty-strings
|
2013-02-21 11:58:52 -05:00 |
|
David Ormsbee
|
3494d58450
|
Merge pull request #1532 from MITx/feature/ned/clean_up_tests
Make sure temp directories are properly cleaned up so running tests does...
|
2013-02-21 08:52:09 -08:00 |
|
Ned Batchelder
|
c3b571bf9b
|
Make sure temp directories are properly cleaned up so running tests doesn't leave them behind.
|
2013-02-21 11:38:45 -05:00 |
|
Don Mitchell
|
ba7959fc4d
|
Merge pull request #1511 from MITx/feature/cdodge/metadata-inheritence-crawling
Feature/cdodge/metadata inheritence crawling
|
2013-02-21 08:29:54 -08:00 |
|
Chris Dodge
|
68a8587ed2
|
don't serialize weight out as an int - use a string. The code in capa-module.py expects a string and tries to convert to a float. So this impedence mismatch is causing a crash on import when importing empty strings for 'weight' or 'attempts'
|
2013-02-21 11:02:47 -05:00 |
|