chrisndodge
2d866418ad
Merge pull request #1089 from MITx/feature/studio/tom/speedups
...
some quick speedups
2012-11-30 08:55:31 -08: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
Don Mitchell
8379e3038d
Moved settings models from common to cms
2012-11-30 10:42:23 -05:00
Tom Giannattasio
63e38822bd
course handouts styled and basic view handling added
2012-11-30 10:41:10 -05:00
Don Mitchell
d943f44f10
Append screw up (naive python goof)
2012-11-30 10:41:10 -05:00
Tom Giannattasio
b75bca2583
new styles for the handouts sidebar
2012-11-30 10:41:10 -05:00
Tom Giannattasio
a25d6b0862
wrapped up data syncing and date format issues
2012-11-30 10:41:10 -05:00
Tom Giannattasio
335c6949f8
started consolidating editor functions
2012-11-30 10:41:10 -05:00
Tom Giannattasio
5dd90aa9cb
working on date picker; conflicts with ids
2012-11-30 10:41:10 -05:00
Tom Giannattasio
3d9961f874
started adding date picker
2012-11-30 10:41:10 -05:00
Tom Giannattasio
46d4e27cdc
update styles fixed; tweaks to white button mixins; add update to top of list; render updates upon save
2012-11-30 10:41:10 -05:00
Tom Giannattasio
261c43aade
add sidebar column; fixed main column float bug
2012-11-30 10:40:19 -05:00
Tom Giannattasio
f32388f2af
markup tweaks to fix content crunching
2012-11-30 10:40:19 -05:00
Don Mitchell
0b7bff4c3f
Everything tested and ready for Tom to fix
2012-11-30 10:40:19 -05:00
Don Mitchell
111e8521db
Hopefully the course-info changes I had made w/o link destruction
2012-11-30 10:40:19 -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
Victor Shnayder
d1b433dba5
add adaptive-max-score html to lms view
2012-11-30 10:03:30 -05:00
Victor Shnayder
a584f06bac
Add support for varying max_score.
2012-11-30 10:03:30 -05:00
Victor Shnayder
d0e2b85e3c
Refactor testing code, hook up frontend.
...
- now getting requests from js to server and back, with mocked service.
2012-11-30 10:02:20 -05:00
Victor Shnayder
ff11926570
Initial impl and basic access tests for staff grading service
2012-11-30 10:00:01 -05:00
Victor Shnayder
055aeae0b6
fix comment in access.py
2012-11-30 09:52:34 -05:00
Victor Shnayder
4b8708c2e4
move a comment
2012-11-30 09:52:34 -05:00
Victor Shnayder
5bf39fef96
Cherry pick the test-cleanup parts of e2826cb.
...
- look up test courses by id, not name
2012-11-30 09:52:34 -05:00
Victor Shnayder
4f359ea594
pass through message when no more submissions.
2012-11-30 09:51:35 -05:00
Victor Shnayder
ed6a8f68ac
starting to stub out the backend staff grading service [wip]
2012-11-30 09:51:35 -05:00
Victor Shnayder
9d8d6655c6
add docstring for expect_json decorator
2012-11-30 09:51:35 -05:00
Victor Shnayder
5836438454
hook up radio buttons, hide submit button till after grading
2012-11-30 09:51:35 -05:00
Victor Shnayder
e910f60e08
wip
2012-11-30 09:51:35 -05:00
Victor Shnayder
e1fd6d73b3
refactor to be more clearly model-view
2012-11-30 09:51:34 -05:00
Victor Shnayder
b1d5273a2a
add messages, headers for sections
2012-11-30 09:51:34 -05:00
Victor Shnayder
546096e8a0
Split out mock backend, fix out-of-data bug
2012-11-30 09:51:34 -05:00
Victor Shnayder
3d0ef75807
Basic js implementation, with mocked backend
2012-11-30 09:51:34 -05:00
Victor Shnayder
aa786d138d
move computers--adding test file
2012-11-30 09:51:34 -05:00
Victor Shnayder
c7ab37bdab
initial js--called at page load
2012-11-30 09:51:34 -05:00
Victor Shnayder
7d1d135c16
Wire in some initial js.
2012-11-30 09:51:34 -05:00
Victor Shnayder
f5d9e963cc
Initial wiring of a staff grading tab.
...
- no actual functionality, but have a tab that renders static html via a view
2012-11-30 09:51:33 -05:00
Victor Shnayder
6b5125c4df
fix typos, logger configs
2012-11-30 09:51:33 -05:00
Tom Giannattasio
b41ab37c4e
fixed padding on a few buttons
2012-11-30 07:51:14 -05:00
Kevin Chugh
c2b13e0a3c
added temporary flagging assets
2012-11-29 23:43:56 -05:00
Kevin Chugh
df6c053cc4
remove redcar
2012-11-29 19:16:23 -05:00
Kevin Chugh
9a19518fa7
flagging set up in css and thread template
2012-11-29 19:15:47 -05:00
Your Name
a22dd5ebb7
flagging interface updates
2012-11-29 17:31:40 -05:00
Tom Giannattasio
fbbf9e9c0f
key bindings and speed reworkings for the my courses and courseware pages
2012-11-29 16:21:51 -05:00