87d8a56a93
CustomResponse now imports chem packages into the global context for scripts to access. This was removed accidentally during an earlier refactoring, which caused customresponse to raise an exception for chem problems. Unit tests verify the changes
Will Daly
2013-04-01 13:27:31 -04:00
2f4310713b
fix index
Kevin Chugh
2013-04-01 13:22:56 -04:00
93b0fafea8
Merge branch 'master' into bug/christina/studio
cahrens
2013-04-01 12:41:34 -04:00
8ace7fe57c
Merge branch 'master' into bug/christina/studio
cahrens
2013-04-01 12:30:07 -04:00
fb97602442
Save randomization seed if it is not already set, so that the same problem loads when the user checks/saves/resets
Will Daly
2013-04-01 12:08:53 -04:00
fdc8a6fedf
reverted rednose version
James Tauber
2013-04-01 13:06:35 -03:00
7f00487203
Reverted last commit due to concerns about database writes.
Will Daly
2013-04-01 11:48:10 -04:00
16f4a3f9c1
Convert due date to a Date (vs. a string with no year).
cahrens
2013-04-01 11:37:05 -04:00
dc17e93339
per Victor, one shouldn't change the default parameter to a function, since that change is global to the entire lifetime.
Chris Dodge
2013-04-01 11:31:25 -04:00
b76adb4b06
Updated tests to address on-going randomization bug. Capa problem state was not being copied to module state during module initialization. This meant that when check_problem was called the first time, the seed would be re-generated and saved.
Will Daly
2013-04-01 11:22:42 -04:00
ef267d9b89
list xml_attributes (new field since xblock integration) as system metadata which should not be edited in Studio
Chris Dodge
2013-04-01 11:11:30 -04:00
f6b6f16ba5
Update the comments explaining test execution
Jay Zoldak
2013-04-01 10:58:00 -04:00
1679f1e31d
Enable executing the lms jasmine tests as part of the build
Jay Zoldak
2013-04-01 10:52:11 -04:00
9c2dbb91b4
studio - resolving a bug where JQUI sets the z-index of our datepickers to 1, which is less than our dynamic tooltips, causing visual display/access issues.
Brian Talbot
2013-04-01 10:34:31 -04:00
9c4a88b570
Merge pull request #1743 from MITx/fix/will/bug_288
Victor Shnayder
2013-04-01 07:22:20 -07:00
fd0dc92cba
Merge pull request #1772 from MITx/fix/brian/subhist-order
David Ormsbee
2013-04-01 06:38:47 -07:00
4322b83894
Added additional comments
Will Daly
2013-04-01 09:02:04 -04:00
f90e29ce96
Fixed a test error that occurred because the problem was not set to done before resetting it. To avoid to small chance that we'll get the same seed when we reset, try to get a new seed multiple times.
Will Daly
2013-04-01 08:55:06 -04:00
cac7f8a289
allow student state of module other than problem to be reset by instructor this makes it possible to reset open ended response problems
ichuang
2013-03-31 16:44:43 +00:00
15d1bc372d
clean up xqueue callback url generation; allow override from settings
ichuang
2013-03-31 19:28:09 +00:00
1969a6633e
if user course creation is disabled & if staff email given, add link to request course creation by email
ichuang
2013-03-31 16:04:03 +00:00
a0fab132a1
sort course index in studio my courses page
ichuang
2013-03-31 15:50:00 +00:00
de5fa56b19
add dump of description of grading configuration to instructor dashboard
ichuang
2013-03-31 13:18:54 +00:00
febcb51133
make psychometrics curve fitting more robust
ichuang
2013-03-31 12:52:29 +00:00
26f14aaf6d
fix psychoanalyze (compatibility with new xblock)
ichuang
2013-03-31 12:21:22 +00:00
f1cc6e8597
fix psychoanalyze - make compatible with xblock
ichuang
2013-03-30 02:01:32 +00:00
14899b9066
fix lms migration to be compatible with xblock
ichuang
2013-03-30 03:40:40 +00:00
b3f00a6725
add default message to conditional
ichuang
2013-03-31 12:22:00 +00:00
24e64e3946
Merge pull request #1773 from MITx/hotfix/dave/mult_choice_display
David Ormsbee
2013-03-30 08:55:45 -07:00
dfd3a699b9
Accept either a list of possible values, or a string as a value for comparison of correctness in multiple choice.
David Ormsbee
2013-03-30 11:09:44 -04:00
23d96b2533
change submission history to be ordered by id
Brian Wilson
2013-03-29 21:16:20 -04:00
29efa84205
Enable dev env support for sass source maps
Carlos Andrés Rocha
2013-03-29 18:34:02 -04:00
02f97858f6
move the provisioning seeding from LMS into Common. Add provisioning seeding calling from create new course view.
Chris Dodge
2013-03-29 16:32:53 -04:00
033f5ce73c
Make process to add open ended tab to studio reversible
Vik Paruchuri
2013-03-29 15:53:28 -04:00
c655c814e8
Merge pull request #1721 from MITx/feature/cdodge/add-no-inheritable-metadata-on-verticals-to-xlint
Don Mitchell
2013-03-29 12:38:42 -07:00
80f57db7c3
Merge pull request #1762 from MITx/feature/cdodge/course-overview-perf
Don Mitchell
2013-03-29 12:35:41 -07:00
599ca4d429
oops. I'm not programming in C# any longer
Chris Dodge
2013-03-29 15:31:37 -04:00
60e295895e
remove unused parameter
Chris Dodge
2013-03-29 15:26:21 -04:00
29731ec40b
management command to remove excess input_state entries
Brian Wilson
2013-03-29 15:20:34 -04:00
0cfcd183b2
No need to wrap comments that tightly.
Ned Batchelder
2013-03-29 15:05:22 -04:00
e8f8e9e197
Enough is enough.
Ned Batchelder
2013-03-29 14:49:24 -04:00
3ce01882bb
add an 'allowed' list of metadata (e.g. display_name, etc.) and also restrict metadata on sequentials
Chris Dodge
2013-03-29 13:59:59 -04:00
b8e6c94dd6
Add in a comment
Vik Paruchuri
2013-03-29 13:57:16 -04:00
a5b1428bba
Merge pull request #1760 from MITx/feature/will/speed_up_unit_tests
Jay Zoldak
2013-03-29 10:53:10 -07:00
5aa357938d
Minor fixes for things that broke in the merge
Vik Paruchuri
2013-03-29 13:48:20 -04:00
65c2fd5f0c
Fix some post-merge errors
Vik Paruchuri
2013-03-29 13:22:13 -04:00
d044d5c48d
a few more pep8 fixes
Jay Zoldak
2013-03-29 13:15:33 -04:00
d5376e71ff
Add in a test for the weight field
Vik Paruchuri
2013-03-29 11:46:44 -04:00
5391cefddc
Add in tests to see if max score properly exposed and calculated in combinedopenended
Vik Paruchuri
2013-03-29 11:17:35 -04:00
34899c20ba
Merge pull request #1764 from MITx/hotfix/diana/random_check_bug
David Ormsbee
2013-03-29 08:10:49 -07:00
b63aae221e
small pep8 pylint and superclass fixes
Jay Zoldak
2013-03-29 10:41:27 -04:00
f85e18ed3b
studio - resolving local merge
Brian Talbot
2013-03-29 10:20:08 -04:00
f90dd49556
Fixed bug in parsing of urandom struct so that seed is set to an integer (and correctly saved) instead of a tuple.
Will Daly
2013-03-29 10:18:11 -04:00