summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Collapse)Author
2021-05-24Increase character limit for user_ip field in Answerpaper model to support ↵ankitjavalkar
new IPv6 addresses
2021-04-15Change in views, models, test viewsadityacp
- Remove unnecessary model methods - Fix issue in design question paper for undefined variable error - Fix views test to remove lesson files
2021-04-15Fix issue for deleting and saving file uploadedadityacp
2021-03-24Fix qr code save erroradityacp
2021-03-24Modify upload question UI and change NullBooleanField to BooleanFieldprathamesh
2021-03-24Add proper redirect to the QR code and check for existing active QR code.prathamesh
Also, the answerpaper status will be updated!
2021-03-24Modify QR code functionality, courtesy @adityacpprathamesh
2021-03-24Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
add-test-cases-for-QRcode-based-upload
2021-03-23Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
add-test-cases-for-QRcode-based-upload
2021-03-23Modify file upload with js client dropzoneadityacp
2021-03-15Fix conflictsadityacp
2021-03-15Merge pull request #822 from CruiseDevice/fix_file_upload_assignmentsPalaparthy Adityachandra
Fix file upload assignments
2021-03-15PEP8 fixCruiseDevice
2021-03-15Replacing .id with _id in get_assignment_dir()CruiseDevice
- .id fetches entire model which is unnecessary. _id only fetches the primary key.
2021-03-04Minor Change in get_assignment_dirCruiseDevice
2021-03-03Fix failing testCruiseDevice
2021-03-01Add AWS support for file uploadadityacp
2021-02-26Resolve commentsCruiseDevice
2021-02-26Fix assignment download on grade user interfaceCruiseDevice
2021-02-19Fix upload assignment issue for multiple attemptsCruiseDevice
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-12-04Add Test Case for upload using QR Codeprathamesh
2020-12-04Add qrcode package to the requirements and fix PEP8prathamesh
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-13Use QRcode to upload a file from any deviceprathamesh
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