summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
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-01Fix failing testcases in TravisCruiseDevice
2021-03-01Add AWS support for file uploadadityacp
2021-02-26Fix TestsCruiseDevice
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 travis and testsadityacp
- Add celery run and stop worker command in travis - Fix failing tests
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 montior for Nonetypeadityacp
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-08Merge pull request #814 from adityacp/code_refactorsPalaparthy Adityachandra
Code Refactor
2021-02-08Merge pull request #810 from ankitjavalkar/fix-qp-existPalaparthy Adityachandra
Add check in show_video.html template to ensure that questionpaper exists
2021-02-01Change templates and modelsadityacp
- Remove unwanted model manager methods - Minor UI refactor for course and question interface
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-16Fix failing test caseankitjavalkar
2021-01-12Add stray migrationankitjavalkar
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-08Add check in show_video.html template to ensure that questionpaper existsankitjavalkar
2021-01-06Fix broken test casesankitjavalkar
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-16Fix collapse in question statisticsadityacp
2020-12-16Fix text alignment and text coloradityacp
2020-12-15Fix table issue in course modules pageadityacp
2020-12-15Fix tests and quiz templateadityacp
2020-12-15Fix footeradityacp
2020-12-15Add new UI over bootstrapadityacp
2020-12-14Refactor and optimize code for download course csvadityacp
2020-12-12Refactor download quiz csvadityacp
2020-12-10Merge pull request #805 from adityacp/improve_statsPalaparthy Adityachandra
Minor UI changes
2020-12-03Minor UI change in course discussion forumadityacp