Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | Merge pull request #751 from CruiseDevice/partial_grade_user | ankitjavalkar | |
Show max marks for all attempts in answerpaper | |||
2020-09-08 | Provide additional attempt to a selected student or extend time. | prathamesh | |
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 | Release changes | adityacp | |
2020-08-28 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
multiple_fixes | |||
2020-08-28 | Merge pull request #736 from CruiseDevice/question_paper_creation | Palaparthy Adityachandra | |
Add select all checkbox in design qp for fixed questions. | |||
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-27 | Add mathjax support in lesson and module | adityacp | |
2020-08-26 | Display question details | ankitjavalkar | |
2020-08-26 | Add correct column name to question statistics page | ankitjavalkar | |
2020-08-25 | Fix form label position | ankitjavalkar | |
2020-08-25 | Add form labesl to editprofile form rendering | ankitjavalkar | |
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-07-02 | Merge pull request #719 from prathamesh920/hidden-testcases | Palaparthy Adityachandra | |
Hide test cases | |||
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
2020-05-28 | Add a custom filter to convert str to int and fix view last submitted MCQ answer | ankitjavalkar | |
2020-05-24 | Show provided question solution | aditya | |
2020-05-22 | Change question template | aditya | |
- Update tinymce editor with additional plugins - Fix issue in question file upload for empty question instance - Change variable name for uploaded file to avoid conflict with queryset variable - Remove description preview | |||
2020-05-18 | Merge pull request #697 from CruiseDevice/change-create_question | Palaparthy Adityachandra | |
Fix: #696 | |||
2020-05-18 | Merge pull request #702 from CruiseDevice/add_reject_selected | Palaparthy Adityachandra | |
Add reject button to reject selected students | |||
2020-05-18 | Merge pull request #692 from adityacp/merge_monitor_regrade | Palaparthy Adityachandra | |
Merge monitor regrade | |||
2020-05-18 | Merge pull request #695 from adityacp/fix_forum | Palaparthy Adityachandra | |
Fix pagination for forum post search | |||
2020-05-13 | Merge branch 'master' into change-create_question | Palaparthy Adityachandra | |
2020-05-06 | Add Reject button to reject selected students | CruiseDevice | |
- A reject button to reject selected students in Enroll Students page on a Requested Students tab. - Improve the views and urls for enrolling and rejecting students in the course. | |||
2020-05-04 | Show question topic and language in quiz | CruiseDevice | |
2020-04-27 | Resolve conflicts in travis, requirements and views | adityacp | |
2020-04-27 | Resolve conflict | adityacp | |
2020-04-27 | Fix pagination for forum post search | adityacp | |
2020-04-27 | Merge pull request #690 from CruiseDevice/forum | Palaparthy Adityachandra | |
Discussion Forum for Yaksh | |||
2020-04-26 | Add tablesorter to sort post table | CruiseDevice | |
2020-04-26 | Add search bar in forum to search posts | CruiseDevice | |
2020-04-25 | Resolve comments, fix tests, add pagination | CruiseDevice | |
2020-04-25 | Add a search bar to search users | adityacp | |
2020-04-24 | Add card-text class to p in card-body | CruiseDevice | |
2020-04-24 | Improve post comments UI | CruiseDevice | |
2020-04-22 | More Tests | CruiseDevice | |
2020-04-21 | Improve Post list UI | CruiseDevice | |
2020-04-21 | Replace students list of names with a drop down | adityacp | |
2020-04-21 | Add MathJax support in discussion forum | CruiseDevice | |
2020-04-21 | Resolve conflicts in urls | adityacp | |
2020-04-20 | Change tasks, test_views, templates | adityacp | |
- Change notification message in celery task - Fix views test for regrade - Change name from Grader to Quizzes in manage.html navbar | |||
2020-04-17 | Merge monitor, grade user and regrade intosingle dashboard | adityacp | |
2020-04-16 | Set post_image, comment_image height, width to 50% | CruiseDevice | |
- img-fluid took more space of a card than required. Made it hard to read the remaining description in a forum. | |||
2020-04-15 | Improve UI slightly | CruiseDevice | |
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-15 | Show selected values in the filter forms | adityacp | |
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-12 | Fix search courses | adityacp | |