kimth
|
cbb377d383
|
Answer dict values remain unicode, rather than str
|
2012-08-03 14:10:22 -04:00 |
|
kimth
|
eeaa1e0440
|
Capa util function to turn File objects in dict to filename (string)
|
2012-08-03 13:54:33 -04:00 |
|
kimth
|
f023dc6e26
|
xqueue_interface generates hashkeys
|
2012-08-03 10:10:06 -04:00 |
|
kimth
|
3d8ee671b3
|
Adjust comments
|
2012-08-03 09:34:47 -04:00 |
|
kimth
|
e4609f3abe
|
Remove unnecessary hardcode url in CodeResponse
|
2012-08-03 09:30:03 -04:00 |
|
kimth
|
688f8914e3
|
Update filesubmission template to show state
|
2012-08-02 20:32:03 -04:00 |
|
kimth
|
988136c401
|
LMS must login before submitting to xqueue
|
2012-08-02 18:34:14 -04:00 |
|
kimth
|
d2db4134cd
|
CodeResponse does basic error handling from xqueue submission
|
2012-08-02 17:28:12 -04:00 |
|
kimth
|
6de2fa5e1e
|
LMS interface to xqueue in separate file
|
2012-08-02 17:10:35 -04:00 |
|
kimth
|
541f5ecdd2
|
Filesubmission frontend
|
2012-08-02 14:32:40 -04:00 |
|
Victor Shnayder
|
2f911fd3b2
|
add error-handling TODOs to capa_problem
|
2012-08-02 14:28:44 -04:00 |
|
Victor Shnayder
|
c53ed6a238
|
remove some debugging messages
|
2012-08-01 11:40:11 -04:00 |
|
kimth
|
8a983b3ced
|
Queuekey does not need to be integer
|
2012-08-01 10:39:09 -04:00 |
|
kimth
|
fac7659315
|
Use xqueue cname
|
2012-08-01 10:23:30 -04:00 |
|
kimth
|
11495563fa
|
Tweaks to CodeMirror: fix indentation, textarea is vertically resizable
|
2012-07-31 16:42:17 -04:00 |
|
kimth
|
2e3c5de1a5
|
Remove hardcoding of LMS callback URL and default queuename
|
2012-07-31 14:08:02 -04:00 |
|
kimth
|
e2f4995bc9
|
LMS provides fully qualified callback URL
|
2012-07-31 08:57:28 -04:00 |
|
kimth
|
b9e5e9f0ee
|
Read XML for queuename
|
2012-07-30 20:18:25 -04:00 |
|
kimth
|
6244412c28
|
Simplify default linenumbers behavior
|
2012-07-30 18:59:11 -04:00 |
|
kimth
|
bd66a28d32
|
Add TODO note
|
2012-07-30 15:23:14 -04:00 |
|
kimth
|
4e43b662fa
|
CodeResponse admits only one student response
|
2012-07-30 13:10:24 -04:00 |
|
kimth
|
80b62bf026
|
Serialize xqueue payload
|
2012-07-30 12:30:08 -04:00 |
|
kimth
|
6631848b53
|
CodeMirror fix in the new scss org
|
2012-07-26 10:49:10 -04:00 |
|
kimth
|
8e8ac35d46
|
restored responsetypes.py from master
|
2012-07-26 10:11:49 -04:00 |
|
kimth
|
07de2d9903
|
Merging master
|
2012-07-26 10:08:55 -04:00 |
|
kimth
|
1255ed130f
|
Adjust comments
|
2012-07-26 09:15:07 -04:00 |
|
kimth
|
57810bb564
|
Consolidate textbox styling into codemirror.css
|
2012-07-25 16:53:07 -04:00 |
|
kimth
|
31641252e7
|
Typos in and some additional comments
|
2012-07-25 13:28:52 -04:00 |
|
Calen Pennington
|
a81015a91b
|
Move I4xSystem into xmodule so that the definition is available to the CMS
|
2012-07-24 15:05:07 -04:00 |
|
Calen Pennington
|
1d1a9173a4
|
Cleaning up pep8 violations
|
2012-07-23 14:44:40 -04:00 |
|
Arjun Singh
|
25b6db762f
|
Replacing startouttext/endouttext with text in examples.
|
2012-07-19 13:24:19 -07:00 |
|
Arjun Singh
|
c87f9cd523
|
Added tests for ChoiceResponses.
|
2012-07-19 13:07:00 -07:00 |
|
Arjun Singh
|
6871326001
|
Adding information and an example for ChoiceResponse
|
2012-07-19 12:41:28 -07:00 |
|
Arjun Singh
|
85f5c93d92
|
Added MultipleChoiceResponse, TrueFalseResponse, and choicegroup back in.
|
2012-07-19 10:25:51 -07:00 |
|
Arjun Singh
|
a23c51e39c
|
Merged two multiple-choice-like response types into a single response; created inputtypes for checkboxes and radio buttons adn cleaned up the code a bit. Fixed checkbox responses.
|
2012-07-19 10:25:51 -07:00 |
|
ichuang
|
77dfc2ade7
|
Merge pull request #224 from MITx/fix_optioninput
minor patch to fix optioninput; merging this in now, to unblock berkeley's changes to MC; passes my tests.
|
2012-07-19 10:16:02 -07:00 |
|
ichuang
|
b814e6a08d
|
Merge pull request #221 from MITx/kimth/lms-coderesponse
CodeResponse restricted to only one answer field
|
2012-07-19 08:25:03 -07:00 |
|
ichuang
|
0903ba9c1f
|
fix optioninput to preserve author's ordering of options
|
2012-07-19 11:15:14 -04:00 |
|
kimth
|
ff4716ef76
|
Further simplification after restricting to one answer field
|
2012-07-19 10:57:14 -04:00 |
|
kimth
|
bff86c32ca
|
CodeResponse restricted to only one answer field
|
2012-07-19 10:47:12 -04:00 |
|
Calen Pennington
|
49ee12963f
|
Merge pull request #185 from MITx/kimth/lms-coderesponse
Kimth/lms coderesponse
|
2012-07-19 06:29:48 -07:00 |
|
kimth
|
cc9f9a9df8
|
queuekey generated from LoncapaProblem seed + system time
|
2012-07-18 14:10:41 -04:00 |
|
kimth
|
84eb3efa8a
|
Implemented 'initial_display' for CodeResponse
|
2012-07-18 11:08:17 -04:00 |
|
kimth
|
1ddc3b560b
|
Deep copy of CorrectMap was implied by code. Made it actually the case
|
2012-07-17 18:33:56 -04:00 |
|
kimth
|
631517ccdd
|
Queue callback consumes queuekey
|
2012-07-17 17:01:28 -04:00 |
|
kimth
|
0b538fdac8
|
Fixed bug in answer prefetching in LoncapaProblem._preprocess_problem
|
2012-07-17 16:58:55 -04:00 |
|
kimth
|
d9432a15ba
|
Drop immediate seed prior to queuekey generation
|
2012-07-17 15:26:40 -04:00 |
|
kimth
|
934b37c195
|
Remove json import from capa_problem -- needed for debug
|
2012-07-17 11:12:23 -04:00 |
|
kimth
|
269468ba6e
|
CorrectMap.is_queued and .is_right_queuekey defaults to False if answer_id not found
|
2012-07-17 10:47:10 -04:00 |
|
kimth
|
0958485b46
|
update_score: edit existing CorrectMap rather than starting with empty CorrectMap
|
2012-07-17 10:31:21 -04:00 |
|