Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Fix PEP8 issue - Line more than 80 columns in views.py | ankitjavalkar | |
2019-01-14 | Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacher | ankitjavalkar | |
2018-09-28 | Fix errors and test cases | ankitjavalkar | |
2018-09-26 | Add templatetag to get question numbers by type | Shelsy | |
2018-07-31 | Merge pull request #519 from kumanna/master | King | |
Fix spelling error: choosen to chosen | |||
2018-07-31 | Fix spelling error: choosen to chosen | Kumar Appaiah | |
2018-07-20 | Raise 404 error if course and question paper are not available | adityacp | |
2018-07-20 | Make course_id compulsory argument in download_assignment_file view function ↵ | adityacp | |
and format error message | |||
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp | |
2018-07-13 | Fix tests | ankitjavalkar | |
2018-07-13 | - Add buttons to Moderator and Student templates | ankitjavalkar | |
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link | |||
2018-07-13 | Allow moderator to switch between student and moderator roles | ankitjavalkar | |
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-10 | Can directly upload yaml questions without zip | 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-03 | Update to latest changes | adityacp | |
2018-06-26 | Fix course download to support Python 2 and 3 | adityacp | |
2018-06-26 | Changes in views, models, forms, urls, file_utils | adityacp | |
- Add new view function to download course content - Add new attribute to Lesson model - Add new model methods to add course, module and lesson content - Add validation in forms to check for lesson video file format - Add functions in file_utils to add static files and templates to the zip file | |||
2018-06-07 | Fix test for course status and format error message properly | adityacp | |
2018-06-07 | Add tests for views | adityacp | |
2018-06-07 | Further pep8 changes | adityacp | |
2018-06-07 | Pep8 changes | adityacp | |
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-05-09 | Merge pull request #466 from ankitjavalkar/remove-ctx-instance | Prabhu Ramachandran | |
Remove the context instance argument in views.py | |||
2018-04-18 | Add test cases | ankitjavalkar | |
2018-04-17 | Multiple changes in models | ankitjavalkar | |
- Add error message to can_attempt_now Questionpaper model method - Add default value to Quiz time_between_attempt field | |||
2018-04-06 | Remove unused render_to_response imports in views and decorators | ankitjavalkar | |
2018-04-04 | Change views.py, models.py, urls.py, custom_filters.py | adityacp | |
- Add new view function to get per student course progress - Change model methods to calculate completion percentage for module and course - Add new url to fetch per student course progress - Remove unnecessary template tag from custom_filter.py | |||
2018-04-02 | Upgrade Django from 1.9.5 to Django 1.10 | ankitjavalkar | |
- Change render_to_response usage to render | |||
2018-04-02 | Remove the context instance argument in views.py (deprecated since Django ↵ | ankitjavalkar | |
1.10 https://docs.djangoproject.com/en/1.10/releases/1.10/) | |||
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 #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course | |||
2018-03-21 | Change default grading system behaviour | prathamesh | |
Cannot edit default system. Code as per PEP8 standards. Updates grade after regrade or manual grading Field change from total marks to percentage Removed unused fields from grades app | |||
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 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-16 | Remove lists from variable name | maheshgudi | |
2018-03-16 | Add testcases for custom templatetag filters | mahesh | |
2018-03-16 | Include Rebase changes from shuffle testcases | maheshgudi | |
2018-03-16 | Add jumble question type | 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 | 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 | - Change function names and urls to 'preview_questionpaper' | ankitjavalkar | |
- Add snippet to the questionpaper preview |