summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Collapse)Author
2021-02-16Change test data files, views, models, templateadityacp
- Fix upload marks for a quiz column missing error - Add upload marks task to celery - Minor fixes to avoid errors in regrade and custom_filters
2021-02-11Fix monitor to get all the attempts properlyadityacp
2021-02-11Fix issue in pandas dataframe where key is not availableadityacp
2021-02-10Change in templates, viewsadityacp
- Revamp UI in course page - Fix a bug where a trial module is created without setting is_trial in models - Fix a bug in question statistics where only completed answerpaper data is needed
2021-02-08Release changesadityacp
2021-02-01Change templates and modelsadityacp
- Remove unwanted model manager methods - Minor UI refactor for course and question interface
2021-01-27Refactor monitor for a quizadityacp
2021-01-26Refactor question statistics for a quizadityacp
2021-01-25Fix views and models testsadityacp
2021-01-25Refactor code for download csv for course progressadityacp
2021-01-25Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
code_refactors
2021-01-17Merge pull request #804 from ankitjavalkar/crs-uploadankitjavalkar
Course upload and download with MD file formats
2021-01-16Fix failing test caseankitjavalkar
2021-01-11Merge pull request #701 from ankitjavalkar/godmode-fixankitjavalkar
Delete and recreate question papers when using god mode or user mode
2021-01-11Merge pull request #767 from ankitjavalkar/add_stats_qankitjavalkar
Add feature to count number of times MCQ option has been selected
2021-01-11Merge pull request #725 from ankitjavalkar/bugfix_08_06ankitjavalkar
Remove 'copy of' string in _create_lesson_copy()
2021-01-06Add a feature to upload and downloadankitjavalkar
2021-01-04Add feature to count number of times MCQ option has been selectedankitjavalkar
2021-01-04Delete and recreate question papers when using god mode or user modeankitjavalkar
2020-12-22Fix UI in lesson statisticsadityacp
2020-12-14Refactor and optimize code for download course csvadityacp
2020-12-12Refactor download quiz csvadityacp
2020-11-27Fix answer paper view.prathamesh
- Slight optimisation in retrieving and rendering the data - avoids the arrange type question's custom filter error - Marks obtained appears properly on all the interface(user view answerpaper, monitor and grade user) - if not attempted then shows the question and says "Did not attempt"
2020-11-17Merge pull request #737 from jramnai/jramnai/create_moderatorPalaparthy Adityachandra
[FIX] #546 - create_moderator command if User has no Profile
2020-11-04Merge pull request #783 from prathamesh920/upload-marks-csvankitjavalkar
Update marks using CSV file upload
2020-11-03Resolve conflictsadityacp
2020-10-24Improve lesson statisticsadityacp
2020-10-23Update marks using CSV file uploadprathamesh
2020-10-15Display unanswered questions in grading viewankitjavalkar
2020-10-08User can create anonymous post and commentCruiseDevice
2020-10-08Fix tests and minor changesCruiseDevice
2020-10-08Show Lesson post and comments in discussion forumCruiseDevice
- Use trash icon instead of DELETE button - Sidebar to navigate between course forum and lesson forum - Course forum displays all the questions (posts) linked with the course model, and Lesson forum displays all the questions (posts) linked with the Lesson model.
2020-10-08Remove generic relation to Post from Course and Lesson.CruiseDevice
- Fixes breaking tests.
2020-10-08Make Post model generic.CruiseDevice
- Fix breaking links in forum after change in models.
2020-10-07Set prereqs to False by defaultankitjavalkar
2020-09-30Add table of contents for lesson with yaml uploadadityacp
2020-09-30Resolve Conflictsadityacp
2020-09-28Re calculate and save total marks of paperankitjavalkar
2020-09-25Change forms, models, settings and templateadityacp
- Add max_upload_size in settings for video file - Change error messages in forms - Set the video_file field max_length - Fix add_lesson template for uploading video file
2020-09-23Fix conflictsadityacp
2020-09-23Add more testsadityacp
2020-09-22Add initial tests for lesson contentsadityacp
2020-09-17Allow to extend time even if the paper is completed.prathamesh
2020-09-17Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
add_in_video_questions
2020-09-14Show lesson quiz statisticsadityacp
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-14Merge pull request #754 from ankitjavalkar/get_distinct_answeredankitjavalkar
Fetch only distinct answered questions
2020-09-12Mulitple changesadityacp
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
2020-09-11Multiple changesankitjavalkar
- Increase max_limit for files names in AssignmentUploads - Add email display to Added Teacher/TA screen