summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
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.
2020-04-15Show selected values in the filter formsadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-13Add feature to hide thread or commentsCruiseDevice
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-12Fix search coursesadityacp
2020-04-11Discussion forum for a courseCruiseDevice
2020-04-11Fix tabs and show uploaded questions in questions pageadityacp
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
2020-04-03Merge pull request #671 from ankitjavalkar/fix-stdioankitjavalkar
Allow stdio expected input to be optional and miscellanous UI fixes