Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King | |
Question upload can take yaml and zip files | |||
2018-07-12 | Merge pull request #487 from adityacp/video_lessons_download | King | |
Download course content for offline view | |||
2018-07-12 | Modify documentation for question upload | maheshgudi | |
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp | |
- 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 | |||
2018-07-10 | Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵ | adityacp | |
offline.css - Remove unnecessary list from write_templates_to_zip function in file_utils - Remove styling from index.html, module.html, unit.html - Add offline.css for styling in index.html, module.html, unit.html | |||
2018-07-03 | Update to latest changes | adityacp | |
2018-06-26 | Changes in template, templatetags and static files | adityacp | |
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly | |||
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran | |
Enhance course status | |||
2018-05-29 | Change in models, templates, js | adityacp | |
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test | |||
2018-04-06 | Highlight error line in code mirror for python | adityacp | |
2018-04-04 | Change in templates and js | adityacp | |
- Change course status template to view per student course progress - Change student dashboard to show progress for course and modules. - Add ajax to get per student data for course progress | |||
2018-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran | |
2018-03-22 | Resolve conflicts and update to latest changes | adityacp | |
2018-03-21 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | maheshgudi | |
arrange_options | |||
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran | |
Preview QuestionPaper as an HTML | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course | |||
2018-03-21 | Move Grading systems from navbar to Courses sidebar | adityacp | |
2018-03-21 | Show student grade in course status page | adityacp | |
2018-03-21 | Add weightage for Quiz and Create Grading System App | prathamesh | |
App Name: grades Grading System provides with the grade for a given value. It contains different grade ranges. Has its own default grading system. Allows you to modify and add grading system wth grade ranges. To be done: - Need to add README - Good UI - There are fields like can_be_used and order in models for future use. - More tests App name: Yaksh Now every quiz has a default weightage of 100%, can be changed. An aggregate is calculated for a given course. Using grades app a grade is provide to the aggregate value. | |||
2018-03-16 | TestCaseOrder created only mcc/mcq questions | mahesh | |
2018-03-16 | Add shuffle_testcases to QuestionPaper model instead of Question | mahesh | |
2018-03-16 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-16 | Change custom filter function to get_answer_for_arrange_options | mahesh | |
2018-03-16 | Arrange options according to last submitted answer if any | mahesh | |
2018-03-16 | Add arrange options type question in answerpaper htmls | maheshgudi | |
2018-03-16 | Include Rebase changes from shuffle testcases | maheshgudi | |
2018-03-16 | Add jumble question type | mahesh | |
2018-03-16 | TestCaseOrder created only mcc/mcq questions | mahesh | |
2018-03-16 | Add shuffle_testcases to QuestionPaper model instead of Question | mahesh | |
2018-03-16 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-08 | Change model method name in course model | adityacp | |
2018-03-08 | Allow to search the questions in design question paper | adityacp | |
2018-03-07 | Multiple fixes: | ankitjavalkar | |
- Add views test cases in test_views.py - Add minutes unit to preview_questionpaper template - Add error handling in views when random user accesses questionpaper | |||
2018-03-06 | Add view button to preview the questionpaper | ankitjavalkar | |
2018-03-06 | - Change function names and urls to 'preview_questionpaper' | ankitjavalkar | |
- Add snippet to the questionpaper preview | |||
2018-03-06 | Add a view to preview and download questionpapers | ankitjavalkar | |
2018-02-28 | Change forms.py, models.py, test_models.py and templates | adityacp | |
- Add help text for timezone field in user registration form - Add new method in course model to get days remaining to start a course - Show start time and end time of a course to the students - Disallow to enroll to a course which is not active - Add model test for the new course method | |||
2018-02-27 | Change in models.py, views.py, urls.py, test_views.py, courses.html | adityacp | |
- Allow only deep cloning of a course - Remove tests for shallow course clone | |||
2018-02-22 | Change templates, test_views.py, urls.py, views.py | adityacp | |
- Change copy_type to shallow and deep | |||
2018-02-20 | Update to latest changes | adityacp | |
2018-02-20 | Change in complete.html and courses.html | adityacp | |
- Remove message from complete.html - Add/Change link for clone course | |||
2018-02-08 | Change Selenium tests | adityacp | |
2018-02-08 | Change in templates | adityacp | |
- 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 | |||
2018-01-19 | Merge pull request #426 from adityacp/fix_lessons_redirect | Prabhu Ramachandran | |
Fix lessons related bug | |||
2018-01-19 | Change in views and templates | adityacp | |
- Add active field for exercise form - Fix views test case for creating exercise - Show question paper for exercise | |||
2018-01-18 | Update to latest changes from master | adityacp | |