kimth
a197f634ea
Get_queuetime_str does not return None
2012-08-27 19:34:46 -04:00
kimth
572e88d5b2
Adjust wait message
2012-08-27 19:20:50 -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
b50f9759e1
Catch queuekey --> queuestate KeyError in conversion
2012-08-27 14:08:57 -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
97ab53e786
Queuekey --> Queuestate in tests
2012-08-24 08:28:47 -04:00
kimth
fdecaef7ef
Fix datetime name conflict
2012-08-24 08:23:46 -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
Carlos Andrés Rocha
ad2fff2900
Retrieving video information from YouTube using https instead of http.
2012-08-23 09:24:51 -04: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
Arjun Singh
cd1bc95efe
adding the ability to override the sidebar name
2012-08-22 20:40:59 -07:00
Tom Giannattasio
c1befd5fd4
Merge branch 'master' into feature/tomg/fall-design
2012-08-22 17:06:03 -04:00
Tom Giannattasio
1a7b5b8564
fixed tutorial sequence nav bug
2012-08-22 17:05:42 -04:00
Calen Pennington
e206bf2ffc
Merge pull request #505 from MITx/feature/tomg/fall-design
...
Feature/tomg/fall design
2012-08-22 13:34:39 -07:00
Tom Giannattasio
a05cf05462
Merge branch 'master' into feature/tomg/fall-design
2012-08-22 16:09:30 -04:00
Tom Giannattasio
2c827c46f9
fixed firefox outline bugs
2012-08-22 16:09:09 -04:00
kimth
f46607710f
Merge master
2012-08-22 15:25:07 -04:00
kimth
960cf5792b
Dynamically disable syllabus per-course
2012-08-22 15:12:49 -04:00
Calen Pennington
2eb0de99eb
Merge pull request #494 from MITx/feature/arjun/course_specific_css
...
Feature/arjun/course specific css
2012-08-22 11:55:20 -07:00
Calen Pennington
d735190570
Merge pull request #499 from MITx/feature/bridger/new_wiki
...
Added optional <wiki> tag to course to specify an alternative wiki page.
2012-08-22 11:54:39 -07:00
Arjun Singh
23e3d371ef
adding more details about the state of course.css_class
2012-08-22 11:49:26 -07:00
Bridger Maxwell
788c74e07a
Added optional <wiki> tag to course to specify an alternative wiki page.
2012-08-22 14:25:05 -04:00
Calen Pennington
f580bafdfe
Merge pull request #496 from MITx/kimth/fix-choiceresponse
...
Fix for 500 on showanswer for choiceresponse
2012-08-22 10:07:42 -07:00
Calen Pennington
aa933cb38f
Merge pull request #497 from MITx/feature/victor/catch-module-errors
...
Catch errors in module load
2012-08-22 10:05:08 -07:00
Victor Shnayder
365495521e
Catch errors in module load
...
* if error is in xmodule_constructor(), catch and return an ErrorModule
* if error is somewhere else in get_module(), return None
2012-08-22 12:58:46 -04:00
kimth
edefa04de1
Workaround for 500 on showanswer for choiceresponse
2012-08-22 12:41:30 -04:00
Arjun Singh
9a21c5d4a8
Adding reasoning for adding a new metadata field
2012-08-22 05:00:39 -07:00
Arjun Singh
0b6bf77373
Adding a course-specific css class to body so that we can have course-targeted styles as a last resort
2012-08-22 05:00:39 -07:00
Tom Giannattasio
bbc95cb589
fixed accordion nav glitch
2012-08-21 19:25:32 -04:00
Tom Giannattasio
bd536f8aec
Merge branch 'master' into feature/tomg/fall-design
2012-08-21 18:13:40 -04:00
Tom Giannattasio
e762844c35
new sequence nav functionality - accommodates an infinite number of items
2012-08-21 18:12:59 -04:00
Victor Shnayder
d3f1f0f8b6
comment out debug messages
2012-08-21 16:09:48 -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
Victor Shnayder
b97a2af2a2
Show policy, grading policy, and top-level errors
...
* Save errors for courses that failed to load in modulestore
* global staff can see course errors on their dashboard
* put policy loading errors into the error trackers
* add has_access(user, 'global', 'staff'), which is equiv to user.is_staff for now
2012-08-21 15:00:21 -04:00
Victor Shnayder
f866854411
Load grading policy from policy/{url_name}/grading_policy.json
...
* with backcompat location /grading_policy.json
2012-08-21 15:00:21 -04:00
Victor Shnayder
eeadf0ba87
Let policies be stored in policies/{url_name}/policy.json
...
* still backcompat with old mode
2012-08-21 15:00:21 -04:00