Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | Store and evaluate lesson quiz answer | adityacp | |
2020-09-09 | Show the toc quiz on the student dashboard | adityacp | |
2020-09-09 | Resolve conflicts | adityacp | |
2020-09-08 | Provide additional attempt to a selected student or extend time. | prathamesh | |
2020-09-03 | Change views, forms, models, urls | adityacp | |
- Disable the question type in video question form - Change urls to add graded quiz, exercise, poll type question - Save the topic and question in table of contents - Rename lesson attribute in TableOfContents model | |||
2020-09-03 | Fetch only distinct answered questions | ankitjavalkar | |
2020-09-01 | Fix tests, Fix PEP8 | CruiseDevice | |
2020-08-28 | Show max marks for all attempts in answerpaper | CruiseDevice | |
- Latest attempt marks were shown in the answerpaper, which made it difficult to analyze the paper. This PR fixes the issue and the best marks of all the attempt are provided. | |||
2020-08-28 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
multiple_fixes | |||
2020-08-28 | Multiple changes | adityacp | |
- Fix a bug where user cannot submit zero as answer - Fix UI in question statistics - Fix a bug where the trial question paper was not updated | |||
2020-08-26 | First cut for in video quizzes | adityacp | |
2020-08-09 | [FIX] #546 - create_moderator command if User has no Profile | Jayram | |
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-07-30 | Make changes based on feedback | ankitjavalkar | |
2020-07-22 | Fix division by zero error when quizzes do not exist | ankitjavalkar | |
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
2020-06-08 | - Remove Copy Of in Module, Lesson and Quiz names when duplicating courses | ankitjavalkar | |
- Prevent student users from accessing Questions | |||
2020-05-18 | Merge pull request #697 from CruiseDevice/change-create_question | Palaparthy Adityachandra | |
Fix: #696 | |||
2020-05-13 | Merge branch 'master' into change-create_question | Palaparthy Adityachandra | |
2020-05-12 | Add testcases for start view function | CruiseDevice | |
2020-04-30 | Merge branch 'master' into API | Palaparthy Adityachandra | |
2020-04-29 | Fix: #696 | CruiseDevice | |
2020-04-27 | Merge pull request #690 from CruiseDevice/forum | Palaparthy Adityachandra | |
Discussion Forum for Yaksh | |||
2020-04-15 | Resolve comments | CruiseDevice | |
- Fix "'image' attribute has no file associated with it" issue. - Don't allow users who are not part of a course to see the discussion forum of that course. - Add Discussion forum link in moderator interface under course_details page. - Remove custom css for post and comments in Discussion forum. Use bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and width of the card. - Use instance.uid instead of just instance in get_image_dir. | |||
2020-04-14 | Change model name Thread to Post to avoid conflicts | CruiseDevice | |
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix. | |||
2020-04-13 | Add feature to hide thread or comments | CruiseDevice | |
2020-04-13 | Add feature for uploading images | CruiseDevice | |
2020-04-11 | Discussion forum for a course | CruiseDevice | |
2020-04-08 | Change templates, views, forms, models | adityacp | |
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions | |||
2020-03-31 | Update the units and modules order on creation | adityacp | |
2020-03-30 | Show question test_cases, exclude unncessary fields from API | CruiseDevice | |
2020-03-30 | Resolve Conflicts | CruiseDevice | |
Merge branch 'api' of https://github.com/prathamesh920/online_test into API | |||
2020-03-19 | Resolve conflicts in the courses view | adityacp | |
2020-03-12 | Avoid conditional check on foreign key | adityacp | |
2020-03-09 | Download course progress | adityacp | |
2020-03-06 | Show specific fields for answerpaper in admin | adityacp | |
Signed-off-by: ankitjavalkar <ankit@fossee.in> | |||
2020-03-03 | Show specific fields for answerpaper in admin | adityacp | |
2020-02-28 | Bump django to the latest version | adityacp | |
2020-02-19 | Fix pep style and add test case in test_models | adityacp | |
2020-02-18 | Change forms, views, models, templates | adityacp | |
- Fix UI in add question page - Add test case form for question formset with custom attributes - Add a model method in question class to get question test cases based on type and language of the question - Retain the state of the list view and grid view in courses page - Requested students list will be shown on top in the course detail page | |||
2020-02-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_ui | adityacp | |
2020-02-10 | Fix pep8 issues | adityacp | |
2020-02-10 | Change models.py and admin.py | adityacp | |
- Register course status model in admin - Add object str name in CourseStatus model - Add filter in the admin for filtering courses | |||
2020-01-24 | Resolve conflicts in grade user, custom filters etc | adityacp | |
2020-01-21 | Add messages in clone course view | adityacp | |
2020-01-12 | evaluator for r- Initial | prathamesh | |
2019-08-19 | Move all download related templates to a new subfolder and add homepage link ↵ | ankitjavalkar | |
to navbar logo | |||
2019-07-12 | Resolve comments | CruiseDevice | |
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application. | |||
2019-07-03 | Minor changes | CruiseDevice | |
- Remove commented code. - Add active class to the tab selected on sidebar. | |||
2019-05-31 | Add templates and more features | CruiseDevice | |