Skip to content
Snippets Groups Projects
Commit deffa188 authored by Diana Huang's avatar Diana Huang
Browse files

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

parent 652a8eb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment