Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Increase character limit for user_ip field in Answerpaper model to support ↵ | ankitjavalkar | |
new IPv6 addresses | |||
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 | Modify upload question UI and change NullBooleanField to BooleanField | prathamesh | |
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 | Modify file upload with js client dropzone | adityacp | |
2021-03-15 | Fix conflicts | adityacp | |
2021-03-15 | Merge pull request #822 from CruiseDevice/fix_file_upload_assignments | Palaparthy Adityachandra | |
Fix file upload assignments | |||
2021-03-15 | PEP8 fix | CruiseDevice | |
2021-03-15 | Replacing .id with _id in get_assignment_dir() | CruiseDevice | |
- .id fetches entire model which is unnecessary. _id only fetches the primary key. | |||
2021-03-04 | Minor Change in get_assignment_dir | CruiseDevice | |
2021-03-03 | Fix failing test | CruiseDevice | |
2021-03-01 | Add AWS support for file upload | adityacp | |
2021-02-26 | Resolve comments | 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-11 | Fix issue in pandas dataframe where key is not available | 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-02-08 | Release changes | adityacp | |
2021-02-01 | Change templates and models | adityacp | |
- Remove unwanted model manager methods - Minor UI refactor for course and question interface | |||
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-16 | Fix failing test case | ankitjavalkar | |
2021-01-11 | Merge pull request #701 from ankitjavalkar/godmode-fix | ankitjavalkar | |
Delete and recreate question papers when using god mode or user mode | |||
2021-01-11 | Merge pull request #767 from ankitjavalkar/add_stats_q | ankitjavalkar | |
Add feature to count number of times MCQ option has been selected | |||
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 | |
2021-01-04 | Add feature to count number of times MCQ option has been selected | ankitjavalkar | |
2021-01-04 | Delete and recreate question papers when using god mode or user mode | ankitjavalkar | |
2020-12-22 | Fix UI in lesson statistics | adityacp | |
2020-12-14 | Refactor and optimize code for download course csv | adityacp | |
2020-12-12 | Refactor download quiz csv | adityacp | |
2020-12-04 | Add Test Case for upload using QR Code | prathamesh | |
2020-12-04 | Add qrcode package to the requirements and fix PEP8 | prathamesh | |
2020-11-27 | Fix 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-17 | Merge pull request #737 from jramnai/jramnai/create_moderator | Palaparthy Adityachandra | |
[FIX] #546 - create_moderator command if User has no Profile | |||
2020-11-13 | Use QRcode to upload a file from any device | 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-10-24 | Improve lesson statistics | adityacp | |