Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
add_exercise and add_quiz
|
|
|
|
and format error message
|
|
Add a redirect from url / to /exam
|
|
|
|
|
|
|
|
|
|
Add default video in demo lesson
|
|
|
|
Update migrations to fix order error
|
|
|
|
Add is_moderator in fixtures
|
|
|
|
release v0.9
|
|
|
|
|
|
|
|
|
|
- Update default timeout to 6 seconds for Java related code
|
|
|
|
|
|
[Role based implementation] Allow moderator to switch between student and moderator roles
|
|
|
|
|
|
|
|
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link
|
|
|
|
Raise appropriate exceptions for C and Java language to the Grader
|
|
Question upload can take yaml and zip files
|
|
Change README
|
|
|
|
|
|
Download course content for offline view
|
|
|
|
|
|
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation
and testcase compilation errors respectively.
- Add test case for C/C++ and Java
|
|
|
|
Get questions using tags during question paper setup
|
|
|
|
|
|
|
|
|
|
|
|
- Add new function in the file_utils to render template
- Add webm as supported video format in forms
- Add help text in video_file field
- Add lesson.css file for adding custom styling for lessons
- Add static_files dict in download_course views function
|