Victor Shnayder
44a8f31d06
Change are-we-logged-in detection to be less hackish.
...
- has matching changes in controller staff_grading view.
2012-12-07 10:35:45 -05:00
Victor Shnayder
730cdd3b4f
minor changes from pull request comments
...
- comments
- more info in log msg
- better error
2012-12-07 10:35:44 -05:00
Victor Shnayder
53580af952
fix aws setting name
2012-12-07 10:35:44 -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
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
Victor Shnayder
3b3ee2bf52
Merge branch 'feature/victor/instructor-grading' of github.com:MITx/mitx into feature/victor/instructor-grading
2012-12-05 10:37:24 -05:00
Victor Shnayder
a498377ad5
Merge pull request #1102 from MITx/diana/instructor-grading-styling
...
Diana/instructor grading styling
2012-12-05 06:49:47 -08:00
Diana Huang
5ebde2a93e
fix comment
2012-12-05 09:42:30 -05:00
Diana Huang
cb6bb38f84
merge commit
2012-12-05 09:40:53 -05:00
Victor Shnayder
7887f556d9
Add docs on using a queue server on aws from a local LMS
2012-12-05 09:29:42 -05:00
Diana Huang
90076c39e6
add in some new mock responses for our staff grading API
2012-12-05 09:25:05 -05:00
Victor Shnayder
40f34d19a3
add initial mock of get_problems call
2012-12-04 17:46:34 -05: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
Victor Shnayder
c57b9f3240
merge prompt and ml accuracy display
2012-12-04 14:44:23 -05:00
Victor Shnayder
d4a3e4d044
fix logger name
2012-12-04 14:44:23 -05:00
Victor Shnayder
99f083e772
Merge pull request #1097 from MITx/diana/fix-open-ended-input
...
Diana/fix open ended input
2012-12-03 14:03:52 -08:00
Diana Huang
9b1cad90b5
Fix location that gets used for open-ended responses
2012-12-03 16:52:29 -05:00
Diana Huang
65c56edb5c
Better error logging when login into queue fails
2012-12-03 15:04:34 -05:00
Victor Shnayder
cb9c71000f
Merge pull request #1095 from MITx/vik/modify_open_ended
...
Altered staff grading to display message about ml grading performance.
2012-12-03 11:27:36 -08:00
Victor Shnayder
a44e8887a8
add docs on staff grading tab type
...
- also updated some out-of-date docs
2012-12-03 13:22:50 -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
Vik Paruchuri
4e4bd4aba2
Altered staff grading to display message about ml grading performance.
2012-11-30 15:52:11 -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
Vik Paruchuri
2621d07ced
Remove unneeded debug statements
2012-11-30 13:48:17 -05:00
Vik Paruchuri
9fb6c6f989
Debug template issues
2012-11-30 13:18:32 -05:00
Vik Paruchuri
2a0c9d0c70
Handle templating within lms
2012-11-30 12:48:13 -05:00
Vik Paruchuri
7330bef8e6
Changes to fix compatibility with controller feedback
2012-11-30 12:11:58 -05:00
Vik Paruchuri
15c5072984
Work on template render code
2012-11-30 11:47:12 -05:00
Vik Paruchuri
51e148a7a7
Add in support for rendering feedback within lms
2012-11-30 11:42:24 -05:00
Victor Shnayder
052807d7f6
Change the unique student id calculation to match the id we send to xqueue
...
- can't change the xqueue one because there's data that uses it
- we checked, and no one has sent out survey links that use the old sha1() format
doing this because we'll need the LMS to be able to send the anon student id to backend services e.g. for peer grading, and passing two different anon student ids to xmodule (one for xqueue, one for other uses) is just asking for confusion.
2012-11-30 11:30:02 -05:00
Victor Shnayder
835f18795a
Make tests pass again
2012-11-30 10:27:34 -05:00
Victor Shnayder
d28cd4f429
use a dict for backend config. Load it on aws.
2012-11-30 10:03:31 -05:00
Victor Shnayder
b48b389a56
implement login into staff grading service.
2012-11-30 10:03:31 -05:00
Victor Shnayder
26f033b79f
allow score 0
2012-11-30 10:03:31 -05:00
Victor Shnayder
edd3277597
Tweaks to actually work with the backend.
...
- specify mime type
- right urls
2012-11-30 10:03:31 -05:00
Victor Shnayder
d2cc8696ed
Add some initial css.
2012-11-30 10:03:31 -05:00