Commit Graph

22621 Commits

Author SHA1 Message Date
Vik Paruchuri
a06680a23b Move status, remove self assessment format conversion 2013-01-10 19:00:01 -05:00
Vik Paruchuri
d8f6e1fe34 Factor out init modules, add in status display 2013-01-10 19:00:00 -05:00
Vik Paruchuri
e3da5aeb2c Reverse correct and incorrect 2013-01-10 19:00:00 -05:00
Vik Paruchuri
41ba6dde35 Make things looks slightly prettier 2013-01-10 19:00:00 -05:00
Vik Paruchuri
9ba57ad5df Add in correctness display for open ended response 2013-01-10 19:00:00 -05:00
Vik Paruchuri
f3ca5f456f Save answer based on history 2013-01-10 19:00:00 -05:00
Vik Paruchuri
ca234dc900 Fixing message post 2013-01-10 18:59:59 -05:00
Vik Paruchuri
254eae034b Add in support for passing problem type to javascript 2013-01-10 18:59:59 -05:00
Vik Paruchuri
fc02e7e269 Working on bugfixing 2013-01-10 18:59:59 -05:00
Vik Paruchuri
a4ad7800ed Add proper queue handling 2013-01-10 18:59:59 -05:00
Vik Paruchuri
c04455c546 Fix html display 2013-01-10 18:59:59 -05:00
Vik Paruchuri
6a5352620c Fix display errors 2013-01-10 18:59:59 -05:00
Vik Paruchuri
ef27788cf5 Initial display for open ended problem 2013-01-10 18:59:59 -05:00
Vik Paruchuri
54c763d8c4 set up template for open ended xmodule 2013-01-10 18:59:58 -05:00
Vik Paruchuri
d910395c7d Task count tracking 2013-01-10 18:59:58 -05:00
Vik Paruchuri
6ef8713c94 JS state tracking 2013-01-10 18:59:58 -05:00
Vik Paruchuri
91a9962bef Improve next problem handling and state tracking 2013-01-10 18:59:58 -05:00
Vik Paruchuri
b8d49511e1 Fixing javascript display bugs 2013-01-10 18:59:57 -05:00
Vik Paruchuri
dc0a798941 Javascript fixes to remove reset button from self assessment 2013-01-10 18:59:57 -05:00
Vik Paruchuri
8ca12ce500 Make combined open ended a container 2013-01-10 18:59:57 -05:00
Vik Paruchuri
bc6838f8da Minor changes 2013-01-10 18:59:57 -05:00
Brian Talbot
759bb137b4 pearson registration - adjusted style for rejected message state on dashboard 2013-01-10 17:08:01 -05:00
Victor Shnayder
e97469aee6 Merge pull request #1236 from MITx/diana/peer-grading-views
Peer Grading Interface
2013-01-10 13:59:46 -08:00
Diana Huang
d0e00af60e Merge branch 'diana/peer-grading-views' into diana/peer-grading-improvements 2013-01-10 16:45:40 -05:00
Diana Huang
81bb2dc979 Better and clearer comments along with some fixes
for code review issues
2013-01-10 16:45:19 -05:00
Jay Zoldak
64e8f9c0cd Add BDD lettuce tests for studio overview toggle section feature. 2013-01-10 16:00:40 -05:00
Carlos Andrés Rocha
8f21d7a738 Add property to course module to check if a course is new
The property can be set in the policy metadata. If it is not specified
then it is set to true if the course has not started yet.

Also adds a property to check how many days are left until the course starts.
2013-01-10 15:57:29 -05:00
Diana Huang
ef6d77b116 Clean up names and refactor out some common logic 2013-01-10 15:33:17 -05:00
Diana Huang
084a3c33c8 Update comments and remove some unnecessary code 2013-01-10 15:20:46 -05:00
Diana Huang
0bfb1feed4 Log better exceptions 2013-01-10 15:06:16 -05:00
Diana Huang
4909b84966 Clean up code and make the arguments for get and post more logical. 2013-01-10 14:51:32 -05:00
Calen Pennington
cb3b17d44c Catch ItemNotFound errors at the top of get_module, rather than in get_module_for_descriptor, to maintain previous LMS behavior 2013-01-10 14:30:12 -05:00
Diana Huang
3a29d260ae Merge branch 'diana/peer-grading-views' into diana/peer-grading-improvements 2013-01-10 14:12:06 -05:00
Calen Pennington
0726294c35 Use get_child_descriptors for grades.py 2013-01-10 13:55:46 -05:00
Calen Pennington
89a0b82e5c Decrease the number of queries needed for LMS courseware
This cuts the number of queries in 6.002 courseware loads from ~650 to
~5-40. Still to do: cache CustomTag templates so that we only load them
once per request.
2013-01-10 13:55:46 -05:00
Diana Huang
19bc657487 Use correct version of the grader id. 2013-01-10 12:44:54 -05:00
Brian Talbot
a388263298 pearson registration - giving registration call to actions on dashboard a bit more room 2013-01-09 16:06:10 -05:00
Chris Dodge
d4f30b378e remove commented out line and add a new comment. also remove debugging trace output 2013-01-09 16:05:09 -05:00
Chris Dodge
e11706ef07 change over the 'get all discussion models' to use get_items() which is better supported in Mongo-backed stores 2013-01-09 15:53:22 -05:00
Diana Huang
393ee3533c Merge branch 'master' into diana/peer-grading-improvements 2013-01-09 15:45:02 -05:00
Diana Huang
13c692c29b Show back button when we see an error. 2013-01-09 14:59:59 -05:00
Diana Huang
54d91e7875 Merge branch 'diana/peer-grading-views' into diana/peer-grading-improvements 2013-01-09 14:44:08 -05:00
Diana Huang
c4d1b2e643 Use correct user id and make the reload button a back button 2013-01-09 14:41:23 -05:00
Brian Wilson
21fe582788 No longer need this extra file. 2013-01-09 11:51:55 -05:00
Brian Wilson
8ad9bc5949 Move Pearson URL to settings. Fix Register button. Other small changes. 2013-01-09 11:26:54 -05:00
Diana Huang
950d398387 Updates to the CSS 2013-01-09 10:19:42 -05:00
Calen Pennington
941d55cee3 Merge pull request #1229 from MITx/feature/ichuang/update-symmath-server
Feature/ichuang/update symmath server
2013-01-09 06:10:32 -08:00
Brian Wilson
a5cce4769e add accommodation listing, and revise error messages 2013-01-09 02:14:02 -05:00
Brian Wilson
25f08374ca hook up more registration status boxes 2013-01-08 17:42:15 -05:00
Diana Huang
f0f25296b2 Update documentation 2013-01-08 15:54:49 -05:00