Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
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-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 | |
2019-04-15 | Merge pull request #596 from ankitjavalkar/fix-in-dir-unicode | King | |
Change in_dir directory nomenclature for code server | |||
2019-04-09 | Merge pull request #592 from ankitjavalkar/add-prereq-passing-check | King | |
Add functionality to restrict access to next module based on passing previous module | |||
2019-04-09 | Fix PEP8 issues | ankitjavalkar | |
2019-04-05 | Change in_dir directory nomenclature for code server | ankitjavalkar | |
2019-04-02 | Change AnswerPaper passing condition check | ankitjavalkar | |
2019-03-25 | Fix PEP8 issues and variable names | ankitjavalkar | |
2019-03-12 | Add functionality to restrict access to next module based on passing ↵ | ankitjavalkar | |
previous module | |||
2019-03-06 | Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fix | King | |
Allow student to open a quiz if status is inprogress | |||
2019-03-04 | Fix PEP8 issues | ankitjavalkar | |
2019-02-26 | Merge pull request #566 from ankitjavalkar/toggle-view-grade | King | |
Toggle view grade and other UI improvements | |||
2019-02-18 | Fix download file for a question in quiz | CruiseDevice | |
2019-02-06 | Fix condition for comparison of current attempt number and maximum attempts ↵ | ankitjavalkar | |
allowed in _is_attempt_allowed |