Chris Dodge
|
95c6719447
|
initial commit. Add 'import_path' field to the GridFS so that when we export, we know where it originated from
|
2012-12-12 10:57:06 -05:00 |
|
Diana Huang
|
3b805fac1a
|
Merge pull request #1123 from MITx/bugfix/victor/open-ended-parsing
Fix for issues in open ended parsing
|
2012-12-11 10:24:53 -08:00 |
|
Vik Paruchuri
|
b4fffc798c
|
Fix for issues in open ended parsing
|
2012-12-11 13:14:34 -05:00 |
|
Chris Dodge
|
0e3a022086
|
fix broken tests from master -> CMS-master merge. Namely the change to unicode strings when reading files off disk. Also there was some work collisions on course_loads which removed Mongo testing. Make it so that explicitly test both XMLFilestores as well as Mongo
|
2012-12-11 11:21:08 -05:00 |
|
Don Mitchell
|
0a91a98dd0
|
Merge remote-tracking branch 'origin/feature/cale/cms-master' into
feature/dhm/cms-settings
Conflicts:
cms/djangoapps/contentstore/course_info_model.py
cms/djangoapps/contentstore/views.py
cms/static/js/models/course_info.js
cms/static/js/template_loader.js
cms/static/js/views/course_info_edit.js
cms/templates/base.html
cms/templates/course_info.html
cms/urls.py
|
2012-12-11 10:55:10 -05:00 |
|
Don Mitchell
|
39024a7fee
|
Grading mostly working
|
2012-12-10 16:32:33 -05:00 |
|
Christina Roberts
|
6acae5b440
|
Show error if organization name has invalid characters
|
2012-12-10 15:19:34 -05:00 |
|
Victor Shnayder
|
df578de11f
|
Merge pull request #1119 from MITx/diana/open-ended-response-styling
Updates to the styling of open ended problems
|
2012-12-10 11:36:04 -08:00 |
|
Vik Paruchuri
|
ab84042435
|
Fix raised error
|
2012-12-10 14:24:00 -05:00 |
|
Diana Huang
|
7279d11cf2
|
Add a reload button to open-ended input problems
|
2012-12-10 14:16:00 -05:00 |
|
Victor Shnayder
|
ed1f4bdd85
|
Check for none.
|
2012-12-10 14:10:19 -05:00 |
|
Diana Huang
|
3156c2b393
|
Add icon to the grading message
|
2012-12-10 12:29:46 -05:00 |
|
Christina Roberts
|
495b58241c
|
Remove 'name' property if it exists in an AssignmentFormatGrader. Don and I decided to do this instead of throwing an xlint warning and forcing authors to delete the name property.
|
2012-12-10 11:50:21 -05:00 |
|
Diana Huang
|
cc72870aac
|
Make oepn-ended responses and self-assessment answers use
the same CSS
|
2012-12-10 11:00:28 -05:00 |
|
chrisndodge
|
a4ed3a7ba9
|
Merge pull request #1088 from MITx/feature/dhm/course-info
Course info style and implementation
|
2012-12-10 05:59:59 -08:00 |
|
David Ormsbee
|
e3b4d78d87
|
IE7 compatibility: no trailing commas in arrays, including the third party json2.js lib because IE<8 has no JSON object.
|
2012-12-07 16:03:05 -05:00 |
|
Calen Pennington
|
b4793b3277
|
Add an implementation of get_items to xml module store
|
2012-12-07 12:02:29 -05:00 |
|
David Ormsbee
|
7596deb40a
|
Merge pull request #1094 from MITx/feature/victor/instructor-grading
Feature/victor/instructor grading
|
2012-12-07 08:44:58 -08:00 |
|
Calen Pennington
|
3e568667fc
|
Fix merge badness
|
2012-12-07 11:24:25 -05:00 |
|
Calen Pennington
|
c917725ff0
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/static/sass/course.scss
requirements.txt
|
2012-12-07 11:17:41 -05:00 |
|
Victor Shnayder
|
bd94474a50
|
improve docstring
|
2012-12-07 10:35:44 -05:00 |
|
Victor Shnayder
|
7190e484f1
|
Use a namedtuple for parsing ScoreMessages
|
2012-12-07 10:35:44 -05:00 |
|
Victor Shnayder
|
bf593c6603
|
clean up imports
|
2012-12-07 10:35:44 -05:00 |
|
Victor Shnayder
|
42f8afb083
|
address minor code review comments
|
2012-12-07 10:35:44 -05:00 |
|
Victor Shnayder
|
3da727125f
|
fix feedback formatting
|
2012-12-07 10:35:43 -05:00 |
|
Victor Shnayder
|
6d2688cb66
|
unicode fix and cleanup in stringify children
|
2012-12-07 10:21:46 -05:00 |
|
Vik Paruchuri
|
0bc0657939
|
Add in support for ordering tags properly in feedback box
|
2012-12-07 09:21:23 -05:00 |
|
David Ormsbee
|
61c17cabfa
|
Merge pull request #1100 from MITx/fix/brian/nonascii-html-xmodule
Fix/brian/nonascii html xmodule
|
2012-12-06 15:33:21 -08:00 |
|
Vik Paruchuri
|
1eaf424c20
|
Change some things to use format
|
2012-12-05 13:17:16 -05:00 |
|
Vik Paruchuri
|
e813dc3514
|
Address format issue and exception
|
2012-12-05 12:08:26 -05:00 |
|
Victor Shnayder
|
3795b3a785
|
Address Dave's comments
- factor out some common code
- improve variable names
|
2012-12-05 10:56:12 -05:00 |
|
Alexander Kryklia
|
97016d6168
|
video time frame support for xmodule
|
2012-12-05 17:18:35 +02:00 |
|
Alexander Kryklia
|
7390015799
|
parameters in display video
|
2012-12-05 14:43:35 +02:00 |
|
Victor Shnayder
|
1d87dab3a7
|
remove queueing spinner and polling logic, change message
- no polling, since instructors may take a long time to grade
|
2012-12-04 17:45:51 -05:00 |
|
David Ormsbee
|
cee0781a20
|
Don't cap points coming back from CodeResponses -- let them be more than max_points if they want to award extra credit.
|
2012-12-04 15:51:36 -05:00 |
|
Brian Wilson
|
c2d5c04d9d
|
Merge branch 'master' into fix/brian/nonascii-html-xmodule
|
2012-12-04 13:26:37 -05:00 |
|
Brian Wilson
|
dfb9913100
|
clean up lms tests, and fix export/import
|
2012-12-04 11:52:35 -05:00 |
|
Brian Wilson
|
4ebd70dcc4
|
add support for utf8 in sequences, verticals and custom modules.
|
2012-12-04 03:54:36 -05:00 |
|
Diana Huang
|
9b1cad90b5
|
Fix location that gets used for open-ended responses
|
2012-12-03 16:52:29 -05:00 |
|
Brian Wilson
|
1d44ebb10c
|
Add more non-ascii characters to full dataset, and make fixes in xmodule code.
|
2012-12-03 16:22:25 -05:00 |
|
Diana Huang
|
65c56edb5c
|
Better error logging when login into queue fails
|
2012-12-03 15:04:34 -05:00 |
|
Victor Shnayder
|
22ce306f64
|
whitespace and comments
|
2012-12-03 12:50:41 -05:00 |
|
Victor Shnayder
|
63c1a8ea10
|
whitespace
|
2012-12-03 12:50:41 -05:00 |
|
Victor Shnayder
|
97fbd02cb5
|
Merge pull request #1090 from MITx/vik/modify_open_ended
Vik/modify open ended
|
2012-12-03 06:10:01 -08:00 |
|
Brian Wilson
|
0c1ebd8dfb
|
add toylab test data and test changes, including fix to jump_to
|
2012-11-30 19:05:26 -05:00 |
|
Vik Paruchuri
|
bcd3022320
|
Add in import for reverse in staff grading (wouldn't work without it)
|
2012-11-30 15:26:52 -05:00 |
|
Vik Paruchuri
|
3fa1cfd010
|
Minor bugfix
|
2012-11-30 14:16:30 -05:00 |
|
Vik Paruchuri
|
6e75584d06
|
Convert templates to mako
|
2012-11-30 14:14:29 -05:00 |
|
Vik Paruchuri
|
a20a6c8fb5
|
Do all html rendering and generation in lms
|
2012-11-30 14:11:43 -05:00 |
|
Victor Shnayder
|
32d8a6e922
|
Pass through course_id, location to openendedresponse
- set default queue in response type--don't use the default per-course one
|
2012-11-30 14:11:11 -05:00 |
|