summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2020-09-07Add edit and delete table of contents optionsadityacp
2020-09-03Change views, forms, models, urlsadityacp
- 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-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-28fix question paper marks updationv0.22.1adityacp
2020-08-28fix design question paper views and testsadityacp
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-27Merge pull request #744 from prathamesh920/fix-upload-usersKing
Avoid duplicate user entry with same email address during upload.
2020-08-27Resolve conflictsadityacp
2020-08-27Add mathjax support in lesson and moduleadityacp
2020-08-26First cut for in video quizzesadityacp
2020-08-26Avoid duplicate user entry with same email address during upload.prathamesh
Django allows multiple usernames with same email id. Preventing this, as we identify users with their email id or username.
2020-08-08Add select all checkbox in design qp for fixed questions.CruiseDevice
2020-06-08- Remove Copy Of in Module, Lesson and Quiz names when duplicating coursesankitjavalkar
- Prevent student users from accessing Questions
2020-05-27Merge pull request #715 from ankitjavalkar/fix-timer-bugankitjavalkar
Check if attempts are allowed and spare time is available before answer is checked
2020-05-27Change condition and function nameankitjavalkar
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-21Fix check condition and alter testsankitjavalkar
2020-05-21Check if attempts are allowed and spare time is available before answer is ↵ankitjavalkar
checked
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-09Fix pep8CruiseDevice
- cover missing tests.
2020-05-09Add missing tests.CruiseDevice
2020-05-08More tests to test course detail pageCruiseDevice
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-04-27Resolve conflicts in travis, requirements and viewsadityacp
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 search bar in forum to search postsCruiseDevice
2020-04-25Resolve comments, fix tests, add paginationCruiseDevice
2020-04-21Resolve conflicts in urlsadityacp
2020-04-17Merge monitor, grade user and regrade intosingle dashboardadityacp
2020-04-16PEP8 fixCruiseDevice
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
2020-04-02Optimize code to add unit to module only on creationadityacp
2020-03-31Change course_modules.html and views.pyadityacp
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules
2020-03-31Update the units and modules order on creationadityacp
2020-03-30Change templates, js, viewsadityacp
- Show module name in design module page - Fix tooltip in design course and design module page - Change order of sidebar menu in course detail page
2020-03-28Change in course modules template, viewsadityacp
- Remove redirect url from views - Allow to edit module