openteachermaintainers team mailing list archive
-
openteachermaintainers team
-
Mailing list archive
-
Message #00093
[Blueprint test-mode2] Test mode (for schools)
Blueprint changed by Marten de Vries:
Whiteboard changed:
See
http://sourceforge.net/apps/mediawiki/openteacher/index.php?title=Test_mode_API
This splits into:
server (Assignee: ~marten-de-vries; Beta Available)
TODO:
- Make page that gives 401 for anonymous, and output for every other user. <- https://localhost:8080/users/me
- Fix DELETE on tests, which gives error <- Fix released
- Fix https://localhost:8080/tests/<id>/students, which gives error <- Fix released
- - Add link to https://localhost:8080/tests/<id>/answers/<id> to https://localhost:8080/tests/<id>/students/<id> (or maybe combine these two?), connecting the right student id's, so it's easily possible to go from a user id and a test id, to this user's test answers in this test.
- - Make possibility to publish results. (Teacher should be able to do this. After this, students should be able to see their results.)
+ - Add link to https://localhost:8080/tests/<id>/answers/<id> to https://localhost:8080/tests/<id>/students/<id> (or maybe combine these two?), connecting the right student id's, so it's easily possible to go from a user id and a test id, to this user's test answers in this test. <-Fix released (did it a bit different, though.)
+ - Make possibility to publish results. (Teacher should be able to do this. After this, students should be able to see their results.) <-Won't fix: client should just delay uploading until the test is 'published'
client (Assignee: ~milanboers; Alpha available)
--
Test mode (for schools)
https://blueprints.launchpad.net/openteacher/+spec/test-mode2