summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2020-09-15Show missing marks in grade useradityacp
2020-09-14Merge pull request #760 from prathamesh920/quick-fixankitjavalkar
Fix rendering of the quiz list
2020-09-14Merge pull request #758 from ankitjavalkar/fix_file_name_errorankitjavalkar
Multiple Fixes
2020-09-14Merge pull request #751 from CruiseDevice/partial_grade_userankitjavalkar
Show max marks for all attempts in answerpaper
2020-09-13Fix rendering of the quiz listprathamesh
2020-09-11Multiple changesankitjavalkar
- Increase max_limit for files names in AssignmentUploads - Add email display to Added Teacher/TA screen
2020-09-08Provide additional attempt to a selected student or extend time.prathamesh
2020-08-28Show max marks for all attempts in answerpaperCruiseDevice
- 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-28Release changesadityacp
2020-08-28Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
multiple_fixes
2020-08-28Merge pull request #736 from CruiseDevice/question_paper_creationPalaparthy Adityachandra
Add select all checkbox in design qp for fixed questions.
2020-08-28Multiple changesadityacp
- 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-27Add mathjax support in lesson and moduleadityacp
2020-08-26Display question detailsankitjavalkar
2020-08-26Add correct column name to question statistics pageankitjavalkar
2020-08-25Fix form label positionankitjavalkar
2020-08-25Add form labesl to editprofile form renderingankitjavalkar
2020-08-08Add select all checkbox in design qp for fixed questions.CruiseDevice
2020-07-02Merge pull request #719 from prathamesh920/hidden-testcasesPalaparthy Adityachandra
Hide test cases
2020-06-10Allow moderator to hide test cases from the userprathamesh
2020-05-28Add a custom filter to convert str to int and fix view last submitted MCQ answerankitjavalkar
2020-05-24Show provided question solutionaditya
2020-05-22Change question templateaditya
- 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-18Merge pull request #697 from CruiseDevice/change-create_questionPalaparthy Adityachandra
Fix: #696
2020-05-18Merge pull request #702 from CruiseDevice/add_reject_selectedPalaparthy Adityachandra
Add reject button to reject selected students
2020-05-18Merge pull request #692 from adityacp/merge_monitor_regradePalaparthy Adityachandra
Merge monitor regrade
2020-05-18Merge pull request #695 from adityacp/fix_forumPalaparthy Adityachandra
Fix pagination for forum post search
2020-05-13Merge branch 'master' into change-create_questionPalaparthy Adityachandra
2020-05-06Add Reject button to reject selected studentsCruiseDevice
- 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-04Show question topic and language in quizCruiseDevice
2020-04-27Resolve conflicts in travis, requirements and viewsadityacp
2020-04-27Resolve conflictadityacp
2020-04-27Fix pagination for forum post searchadityacp
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-26Add tablesorter to sort post tableCruiseDevice
2020-04-26Add search bar in forum to search postsCruiseDevice
2020-04-25Resolve comments, fix tests, add paginationCruiseDevice
2020-04-25Add a search bar to search usersadityacp
2020-04-24Add card-text class to p in card-bodyCruiseDevice
2020-04-24Improve post comments UICruiseDevice
2020-04-22More TestsCruiseDevice
2020-04-21Improve Post list UICruiseDevice
2020-04-21Replace students list of names with a drop downadityacp
2020-04-21Add MathJax support in discussion forumCruiseDevice
2020-04-21Resolve conflicts in urlsadityacp
2020-04-20Change tasks, test_views, templatesadityacp
- Change notification message in celery task - Fix views test for regrade - Change name from Grader to Quizzes in manage.html navbar
2020-04-17Merge monitor, grade user and regrade intosingle dashboardadityacp
2020-04-16Set 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-15Improve UI slightlyCruiseDevice
2020-04-15Resolve commentsCruiseDevice
- 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.