Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-14 | prefetch students, requests, rejected | CruiseDevice | |
2021-05-25 | Fix failing tests | CruiseDevice | |
2021-05-24 | Fix minor ui issue in moderator interface | CruiseDevice | |
- Move 'Deactivate course' to the end of the dropdown. - First page of 'Manage Course' shows enrollments. | |||
2021-04-15 | Change in views, models, test views | adityacp | |
- Remove unnecessary model methods - Fix issue in design question paper for undefined variable error - Fix views test to remove lesson files | |||
2021-04-15 | Fix issue for deleting and saving file uploaded | adityacp | |
2021-03-24 | Fix qr code save error | adityacp | |
2021-03-24 | Add proper redirect to the QR code and check for existing active QR code. | prathamesh | |
Also, the answerpaper status will be updated! | |||
2021-03-24 | Modify QR code functionality, courtesy @adityacp | prathamesh | |
2021-03-24 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
add-test-cases-for-QRcode-based-upload | |||
2021-03-23 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
add-test-cases-for-QRcode-based-upload | |||
2021-03-23 | Change zip file write for assignment downloads | adityacp | |
2021-03-23 | Modify file upload with js client dropzone | adityacp | |
2021-03-15 | Merge pull request #822 from CruiseDevice/fix_file_upload_assignments | Palaparthy Adityachandra | |
Fix file upload assignments | |||
2021-03-03 | Fix failing test | CruiseDevice | |
2021-03-01 | Fix failing testcases in Travis | CruiseDevice | |
2021-02-26 | Fix assignment download on grade user interface | CruiseDevice | |
2021-02-19 | Fix upload assignment issue for multiple attempts | CruiseDevice | |
2021-02-16 | Change test data files, views, models, template | adityacp | |
- 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-11 | Fix monitor to get all the attempts properly | adityacp | |
2021-02-10 | Change in templates, views | adityacp | |
- 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-28 | Minor template changes | adityacp | |
2021-01-27 | Refactor monitor for a quiz | adityacp | |
2021-01-26 | Refactor question statistics for a quiz | adityacp | |
2021-01-25 | Fix views and models tests | adityacp | |
2021-01-25 | Refactor code for download csv for course progress | adityacp | |
2021-01-25 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
code_refactors | |||
2021-01-17 | Merge pull request #804 from ankitjavalkar/crs-upload | ankitjavalkar | |
Course upload and download with MD file formats | |||
2021-01-11 | Merge pull request #725 from ankitjavalkar/bugfix_08_06 | ankitjavalkar | |
Remove 'copy of' string in _create_lesson_copy() | |||
2021-01-06 | Add a feature to upload and download | ankitjavalkar | |
2020-12-14 | Refactor and optimize code for download course csv | adityacp | |
2020-12-12 | Refactor download quiz csv | adityacp | |
2020-12-04 | Add qrcode package to the requirements and fix PEP8 | prathamesh | |
2020-12-03 | Minor UI change in course discussion forum | adityacp | |
2020-11-13 | Use QRcode to upload a file from any device | prathamesh | |
2020-11-06 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
video_tracking | |||
2020-11-06 | Initial video tracking | adityacp | |
2020-11-04 | Merge pull request #786 from prathamesh920/upload-marks-csv | ankitjavalkar | |
Add more tests for CSV marks upload | |||
2020-11-04 | Add more tests for CSV marks upload | prathamesh | |
2020-11-04 | Merge pull request #783 from prathamesh920/upload-marks-csv | ankitjavalkar | |
Update marks using CSV file upload | |||
2020-11-03 | Resolve conflicts | adityacp | |
2020-11-03 | Multiple changes | adityacp | |
- 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-24 | Improve lesson statistics | adityacp | |
2020-10-23 | Update marks using CSV file upload | prathamesh | |
2020-10-08 | User can create anonymous post and comment | CruiseDevice | |
2020-10-08 | Show trash icon in forum only to course creator and teacher | CruiseDevice | |
2020-10-08 | Fix tests and minor changes | CruiseDevice | |
2020-10-08 | Show Lesson post and comments in discussion forum | CruiseDevice | |
- 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-08 | Fix search in forum | CruiseDevice | |
- Also searches in post description. | |||
2020-10-08 | Comments feature for video lesson | CruiseDevice | |
2020-10-08 | Make Post model generic. | CruiseDevice | |
- Fix breaking links in forum after change in models. |