Add order and score for course problems (#124)
* Add order and grade for course problems * Fix delete problems bug
This commit is contained in:
parent
67888bcd27
commit
c833dc06d9
10 changed files with 483 additions and 102 deletions
|
@ -564,6 +564,11 @@ urlpatterns = [
|
|||
course.CourseStudentResults.as_view(),
|
||||
name="course_grades",
|
||||
),
|
||||
url(
|
||||
r"^/grades/lesson/(?P<id>\d+)$",
|
||||
course.CourseStudentResultsLesson.as_view(),
|
||||
name="course_grades_lesson",
|
||||
),
|
||||
]
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue