Commit Graph

608 Commits

Author SHA1 Message Date
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
kimth
f7c87aa7a1 Anonymous student id is a property of ModuleSystem 2012-08-25 09:03:47 -04:00
kimth
1dcaf21f81 Send idhash 2012-08-25 07:57:17 -04:00
kimth
45a64a9bd4 Hide queue length information from the student 2012-08-24 16:33:05 -04:00
kimth
088d204d9c Added CodeResponse tests 2012-08-24 11:09:27 -04:00
kimth
95a7a5b08b Student must wait XQUEUE_WAITTIME_BETWEEN_REQUESTS between queueing submissions 2012-08-23 18:39:57 -04:00
kimth
673cc2bbb3 Keep queueuing time 2012-08-23 17:43:38 -04:00
kimth
77f928d118 Queuestate records both secret key and time of queue request 2012-08-23 17:24:59 -04:00
Arjun Singh
48e7966ef2 partial credit for an inputfield 2012-08-23 09:11:13 -07:00
Arjun Singh
0757712e4b Get rid of inline flag for choicegroup, radiogroup, and checkboxgroup. This should be done via CSS. This change only affects radiogroup and checkboxgroup as far as changing the behavior goes 2012-08-22 23:11:51 -07:00
kimth
edefa04de1 Workaround for 500 on showanswer for choiceresponse 2012-08-22 12:41:30 -04:00
Calen Pennington
dca434ad34 Merge pull request #448 from MITx/feature/ichuang/add-gitreload-to-migrate
add gitreload to lms-migration code
2012-08-21 12:52:52 -07:00
Calen Pennington
2106d621c8 Merge pull request #476 from MITx/arjun/fix_choiceresponse
Minor change in extract_choices in choicegroup to allow for html in choice text
2012-08-21 12:11:47 -07:00
Arjun Singh
11ffc6bb88 Allowing filesubmissions to specify which files are allowed and require that certain files are present. 2012-08-21 02:40:21 -07:00
Arjun Singh
0874369dc3 Minor change in extract_choices in choicegroup to allow for html in choice text 2012-08-21 01:59:01 -07:00
ichuang
e1c9e52fc5 move textinput display:inline into capa display.scss file as class 2012-08-20 19:18:00 -04:00
ichuang
660c35f63e additional changes to make inline textinput work properly 2012-08-20 00:19:28 -04:00
ichuang
b23bfc75bc additional minor change: allow "inline" attrib on textline 2012-08-19 23:18:06 -04:00
kimth
891797a3bb Submission of files through requests.POST depletes the file pointer. Need to rewind for replay 2012-08-19 20:38:10 -04:00
kimth
20adaa81ba Use list comprehension 2012-08-19 12:22:14 -04:00
kimth
9b94bb17e4 Default param is None rather than [] 2012-08-19 12:19:10 -04:00
kimth
e2bca44ca3 Simplify is_list_of_files 2012-08-19 12:09:38 -04:00
kimth
f5e60412ee Send multiple files to xqueue 2012-08-19 11:02:03 -04:00
kimth
b2599f075f Send multiple files to xqueue 2012-08-19 11:00:51 -04:00
kimth
d2cb645834 Multiple file submissions 2012-08-19 09:26:03 -04:00