summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2021-06-14prefetch students, requests, rejectedCruiseDevice
2021-05-25Fix failing testsCruiseDevice
2021-05-24Fix minor ui issue in moderator interfaceCruiseDevice
- Move 'Deactivate course' to the end of the dropdown. - First page of 'Manage Course' shows enrollments.
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-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-23Change zip file write for assignment downloadsadityacp
2021-03-23Modify file upload with js client dropzoneadityacp
2021-03-15Merge pull request #822 from CruiseDevice/fix_file_upload_assignmentsPalaparthy Adityachandra
Fix file upload assignments
2021-03-03Fix failing testCruiseDevice
2021-03-01Fix failing testcases in TravisCruiseDevice
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-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-01-28Minor template changesadityacp
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-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
2020-12-14Refactor and optimize code for download course csvadityacp
2020-12-12Refactor download quiz csvadityacp
2020-12-04Add qrcode package to the requirements and fix PEP8prathamesh
2020-12-03Minor UI change in course discussion forumadityacp
2020-11-13Use QRcode to upload a file from any deviceprathamesh
2020-11-06Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
video_tracking
2020-11-06Initial video trackingadityacp
2020-11-04Merge pull request #786 from prathamesh920/upload-marks-csvankitjavalkar
Add more tests for CSV marks upload
2020-11-04Add more tests for CSV marks uploadprathamesh
2020-11-04Merge pull request #783 from prathamesh920/upload-marks-csvankitjavalkar
Update marks using CSV file upload
2020-11-03Resolve conflictsadityacp
2020-11-03Multiple changesadityacp
- Add tinymce editor to the question description in lesson quiz - Fix katex rendering in the lesson quiz questions - Remove unncessary preview description view function - Keep the fixed height for the lesson table of contents div
2020-10-24Improve lesson statisticsadityacp
2020-10-23Update marks using CSV file uploadprathamesh
2020-10-08User can create anonymous post and commentCruiseDevice
2020-10-08Show trash icon in forum only to course creator and teacherCruiseDevice
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-08Fix search in forumCruiseDevice
- Also searches in post description.
2020-10-08Comments feature for video lessonCruiseDevice
2020-10-08Make Post model generic.CruiseDevice
- Fix breaking links in forum after change in models.