Commit Graph

282 Commits

Author SHA1 Message Date
David Ormsbee
f1349eea33 Merge pull request #656 from MITx/kimth/fix-dynamath-6002x
Kimth/fix dynamath 6002x
2012-09-15 11:28:16 -07:00
David Ormsbee
31cb793037 Merge pull request #680 from MITx/kimth/fix-detailed-solution
Do variable substitution for detailed solutions
2012-09-14 07:22:19 -07:00
Arjun Singh
a46b8e5f01 fix old-style customresponses 2012-09-13 23:16:47 -07:00
kimth
b43da7463a Do variable substitution for detailed solutions 2012-09-13 15:12:18 -04:00
kimth
e3c6477826 Merge branch 'master' into kimth/fix-dynamath-6002x 2012-09-12 13:34:01 -04:00
Arjun Singh
bd5fc64462 make seeds consistent with other responsetypes 2012-09-11 18:08:27 -07:00
kimth
474b5377b9 Consolidate class names 2012-09-11 18:25:08 -04:00
Arjun Singh
5e4a498cfe Provide a reasonable seeding mechanism for jsresponses 2012-09-11 15:09:49 -07:00
kimth
bd72fbdfd8 Allow textinputdynamath to specify its Mathjax preprocessor per-problem 2012-09-10 19:42:40 -04:00
kimth
971fe53dec Another step towards Javascriptinput-style script loading 2012-09-10 17:42:15 -04:00
kimth
e6397665ab MathJax preprocessor comes from external plugin 2012-09-10 14:12:01 -04:00
Kyle Fiedler
f785f6f8a1 Added some nicer styles for dynamic math 2012-09-05 14:24:12 -04:00
Kyle Fiedler
8a5e872c8f Removed a bunch of font tags 2012-09-05 14:24:12 -04:00
Calen Pennington
8c301e04ae Merge pull request #614 from MITx/feature/arjun/fix_customresponse_msg
Clean up customresponse messages + points
2012-09-05 08:20:54 -07:00
Arjun Singh
93ed042786 Make show answer work for choicegroups + javascriptinputs 2012-09-03 19:37:48 -07:00
Arjun Singh
08693a1b41 Make customresponse respect point values on input fields 2012-09-02 02:52:59 -07:00
Arjun Singh
b64696dbd0 Allowing customresponse messages to be passed to the inputtype 2012-09-02 02:05:50 -07:00
kimth
6f03ebb198 Add message for student in CustomResponse error 2012-09-01 08:26:54 -04:00
Kyle Fiedler
440539c081 Removed js from textbox 2012-08-31 13:27:32 -04:00
Kyle Fiedler
bc288424a4 Rework styles for test results and style file upload 2012-08-30 15:22:27 -04:00
Kyle Fiedler
3be48e5012 Formatted new hints and testing blocks 2012-08-30 13:18:01 -04:00
kimth
e62f8d7562 More info in StudentInputError 2012-08-29 20:03:26 -04:00
Arjun Singh
6a6b24af79 Disable jsresponse file compilation; done manually for now. 2012-08-28 12:40:49 -07:00
David Ormsbee
88e485315d Merge pull request #571 from MITx/feature/arjun/contextualize_js_params
Contextualizing javascript parameters
2012-08-28 11:07:49 -07:00
kimth
09b2f4e55c Merge branch 'master' into kimth/check-grader-html 2012-08-28 13:16:14 -04:00
kimth
fa074277cf Adjust CodeResponse comments 2012-08-28 12:59:30 -04:00
kimth
4970d9d9f9 Don't need time import, have datetime 2012-08-28 12:55:04 -04:00
kimth
eb48cae887 Consolidate the timestamp uses in CodeResponse 2012-08-28 12:50:48 -04:00
kimth
da07db7c7b Merge branch 'kimth/send-idhash' of https://github.com/MITx/mitx into kimth/send-idhash 2012-08-28 12:43:34 -04:00
kimth
fb5501855c Merge master 2012-08-28 12:37:24 -04:00
David Ormsbee
88baeee1fb Merge pull request #575 from MITx/feature/arjun/fix_js_points
Let JS responses return >1 point
2012-08-28 08:32:57 -07:00
kimth
024b9db10d Log errors in external grader message parsing 2012-08-28 09:27:27 -04:00
Arjun Singh
947ec74afc Let JS responses return >1 point 2012-08-28 06:13:41 -07:00
Arjun Singh
f7ebc4dd23 Load params from json 2012-08-28 00:49:32 -07:00
Arjun Singh
8ed9ab44e7 Contextualizing javascript parameters 2012-08-27 23:49:07 -07:00
kimth
093f080641 Filesubmission input does not reveal queue length 2012-08-27 19:45:39 -04:00
kimth
a197f634ea Get_queuetime_str does not return None 2012-08-27 19:34:46 -04:00
kimth
03588c094c Move stdlib import location 2012-08-27 19:17:53 -04:00
kimth
4468fee8e5 Define dateformat variable in xqueue_interface 2012-08-27 19:15:28 -04:00
kimth
98542f79ec Define dateformat variable in xqueue_interface 2012-08-27 19:14:47 -04:00
kimth
50481c2a81 CodeResponse saves queuestate as dict 2012-08-27 19:04:36 -04:00
kimth
dca16ad007 CorrectMap uses dict to represent queuestate 2012-08-27 19:01:36 -04:00
kimth
0cff6fa30d Remove debugging comment 2012-08-27 18:51:38 -04:00
kimth
c462b1a917 Document CorrectMap.set 2012-08-27 18:50:31 -04:00
kimth
b45fb750b2 CorrectMap allows unmatched keywords 2012-08-27 17:12:20 -04:00
kimth
b53327a6a4 Correctmap state debugging continued... 2012-08-27 15:14:12 -04:00
kimth
ff38f5b390 Debugging correctmap state 2012-08-27 14:50:03 -04:00
kimth
af871d92aa Send ext grader the time of submission 2012-08-26 21:15:34 +00:00
kimth
79568dfdf6 Add error logging for external grader messages 2012-08-26 17:37:01 +00:00
kimth
c406be8c6a Check grader message has proper XML structure 2012-08-26 13:43:21 +00:00