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
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
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
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
Vik Paruchuri
329ea7ab72
removed .idea files
2012-11-29 16:11:48 -05:00
David Ormsbee
41b73e3b3a
Merge pull request #1084 from MITx/fix/rocha/remove-unused-discussion-styles
...
Remove unused askbot/discussion sass stylesheets
2012-11-27 16:09:20 -08:00
Carlos Andrés Rocha
d4f5f17381
Remove unused askbot/discussion sass stylesheets
...
The unused styles are referencing images that no longer exisit,
breaking collectstatic and therefore tests.
2012-11-27 19:06:03 -05:00
Ashley Penney
c4377484d5
You need to fill out your full name but it's not marked with a * as
...
required.
2012-11-27 11:39:33 -05:00
John Jarvis
2db0efa2b4
Only show certificate criteria for notpassing students
2012-11-26 17:57:38 -05:00
John Jarvis
792ddb4d86
Show grade when certificate is generating
2012-11-26 17:51:59 -05:00
John Jarvis
d13509e6f3
Adding percentage formatting for final grade reporting
2012-11-26 17:42:55 -05:00
John Jarvis
4e4a29e030
Removing unnecessary test for 'generating'
2012-11-26 17:40:55 -05:00
John Jarvis
9148d49ac7
lowest_passing_grade fix
2012-11-26 16:57:00 -05:00
John Jarvis
631580ccaf
Changing grade info on the dashboard
2012-11-26 16:30:23 -05:00
brianhw
c341975b2a
Merge pull request #1072 from MITx/feature/brian/dashboard-manage-mods
...
Feature/brian/dashboard manage mods
2012-11-26 12:52:09 -08:00
Brian Wilson
8d0eb7f1a1
Respond to feedback (esp. use of .format())
2012-11-26 15:43:18 -05:00
Brian Wilson
3b29ab373d
check for staff access before creating forum admin
2012-11-26 01:27:16 -05:00
David Ormsbee
0a66ef1acc
Redo the part of 010bccc8a5 that address the test failure
2012-11-20 18:45:17 -05:00
David Ormsbee
658c92037c
Revert "Make tests pass again without askbot" -- that commit removed
...
scss files that were still being partially used by the current
discussion forum.
This reverts commit 010bccc8a5 .
2012-11-20 18:43:00 -05:00
Brian Wilson
57cb8c1e21
Add unit tests
2012-11-20 15:56:18 -05:00
Brian Wilson
619ac10069
Merge remote-tracking branch 'origin/master' into feature/brian/dashboard-manage-mods
2012-11-20 15:46:49 -05:00
Victor Shnayder
62ffc246f7
Merge pull request #1070 from MITx/feature/jarv/cert-status-fix
...
Feature/jarv/cert status fix
2012-11-20 12:22:45 -08:00
John Jarvis
6d28be0439
Adding management command to grade students who were not previously
...
graded
2012-11-20 15:18:25 -05:00
John Jarvis
b8cfe80145
Saving grade for non-passing students
2012-11-20 15:18:09 -05:00
Brian Wilson
5953be7463
fix testing for forum admin privileges
2012-11-20 01:38:33 -05:00
Brian Wilson
7ac7f9ef22
start work on unit test.
2012-11-19 18:12:57 -05:00