Age | Commit message (Collapse) | Author |
|
|
|
Shuffle testcases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specify tornado version to 4.5.3
|
|
|
|
Fix README.rst
|
|
|
|
Additions and fixes for lesson feature
|
|
Fix multiple Answerpaper objects returned error
|
|
Change time_between_attempts field unit Hours
|
|
- Change learning module test to remove units from course status after successful test run
- Remove unnecessary comments from views
- Remove unnecessary condition from module get_status method
|
|
|
|
|
|
- Add views test to check active status for lesson and learning module
- Change models test for module get_status method
|
|
- Show error messages properly in 404.html
- Show Lesson and LearningModule active/deactive status in courses.html
- Disable home button for student
- Add proper redirections and form submissions to edit/view question paper
|
|
- Add new attribute active in lesson and learningmodule model
- Change learningmodule get_status method
- Add condition in lesson, quiz and module views to check if module is active or not
|
|
|
|
|
|
|
|
Fix lessons related bug
|
|
Fix Question Paper and Course related issue
|
|
- Add active field for exercise form
- Fix views test case for creating exercise
- Show question paper for exercise
|
|
|
|
|