Fix some minor problems and add new key for peer grading.

This commit is contained in:
Diana Huang
2013-01-02 09:43:21 -05:00
parent 652a8eb440
commit deffa188ff
2 changed files with 8 additions and 1 deletions

View File

@@ -110,6 +110,13 @@ STAFF_GRADING_INTERFACE = {
'password': 'abcd',
}
################################# Peer grading config #####################
PEER_GRADING_INTERFACE = {
'url': 'http://127.0.0.1:3033/peer_grading',
'username': 'lms',
'password': 'abcd',
}
################################ LMS Migration #################################
MITX_FEATURES['ENABLE_LMS_MIGRATION'] = True
MITX_FEATURES['ACCESS_REQUIRE_STAFF_FOR_COURSE'] = False # require that user be in the staff_* group to be able to enroll

View File

@@ -15,7 +15,7 @@
</%block>
<section class="container">
<div class="peer-grading">
<div class="peer-grading" data-ajax_url="${ajax_url}">
<div class="problem-list">
</div>
</div>