summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-06Add mysqlclient to requirements-production.txtCruiseDevice
2020-04-06Remove print statementCruiseDevice
2020-04-04Merge pull request #680 from adityacp/update_documentationPalaparthy Adityachandra
Update documentation with latest changes
2020-04-04Update documentation with latest changesadityacp
2020-04-03Get user_answer based on question typeCruiseDevice
2020-04-03Merge pull request #671 from ankitjavalkar/fix-stdioankitjavalkar
Allow stdio expected input to be optional and miscellanous UI fixes
2020-04-03Minor fixes based on feedbackankitjavalkar
2020-04-02Show prettified R error messages and fix filterprathamesh
R language available in filter form. Values taken from models. R messages are prettified like python assertion messages. Text up to first colon in the R error message removed, as it is simply a filename or unwanted text.
2020-04-02Merge pull request #670 from prathamesh920/R-tests-N-codemirror-modePalaparthy Adityachandra
Add tests for R evaluator and codemirror R mode
2020-04-02Merge pull request #673 from adityacp/fix_course_design_workflowPalaparthy Adityachandra
Fix UI/UX for creating course modules, lessons, quizzes
2020-04-02Optimize code to add unit to module only on creationadityacp
2020-04-01Update ruamel version, change view nameCruiseDevice
- Update ruamel version to 0.16.10. - Change view name from ICourse to GetCourse.
2020-04-01Merge pull request #676 from adityacp/fix_middlewarePalaparthy Adityachandra
Fix custom middleware according to django 3
2020-04-01Fix custom middleware according to django 3adityacp
2020-03-31Change course_modules.html and views.pyadityacp
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules
2020-03-31Update the units and modules order on creationadityacp
2020-03-30Update .travis.ymlCruiseDevice
2020-03-30Add Login endpoint, quit quiz endpointCruiseDevice
2020-03-30Show question test_cases, exclude unncessary fields from APICruiseDevice
2020-03-30Add corsheaders to INSTALLED_APPSCruiseDevice
2020-03-30Remove unnecessary requirements, update DRF to 3.11.0CruiseDevice
- Update DRF to 3.11.0 compatible with Django 3. - Add mysqlclient to requirements.
2020-03-30Fix ImproperlyConfigured URL issueCruiseDevice
2020-03-30Resolve ConflictsCruiseDevice
Merge branch 'api' of https://github.com/prathamesh920/online_test into API
2020-03-30Change templates, js, viewsadityacp
- Show module name in design module page - Fix tooltip in design course and design module page - Change order of sidebar menu in course detail page
2020-03-28Change in course modules template, viewsadityacp
- Remove redirect url from views - Allow to edit module
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-27Allow stdio expected input to be optional and miscellanous UI fixesankitjavalkar
2020-03-27Add R installation for travisprathamesh
2020-03-27Add tests for R evaluator and codemirror R modeprathamesh
2020-03-20Merge pull request #655 from adityacp/bump_djangoPalaparthy Adityachandra
Bump django version to 3.0.3
2020-03-19Resolve conflicts in the courses viewadityacp
2020-03-19Merge pull request #665 from manojvaghela/searchbarfinalPalaparthy Adityachandra
Search bar added
2020-03-19Remove usage of module sixadityacp
2020-03-19button tag changed to attribute tagmanojvaghela
2020-03-18Search bar - related testing views addedmanojvaghela
2020-03-18Search bar addedmanojvaghela
2020-03-17Merge pull request #660 from adityacp/fix_course_progress_download_csvPalaparthy Adityachandra
Add a button to download course progress in a CSV
2020-03-13Show success or failure message design course pageadityacp
2020-03-13Fix redirection while saving exerciseadityacp
2020-03-12Fix test to get lesson or quiz for a unitadityacp
2020-03-12Avoid conditional check on foreign keyadityacp
2020-03-11Merge pull request #661 from ankitjavalkar/release_0_13_0_changesPalaparthy Adityachandra
Release 0.13.0 related changes
2020-03-11Release 0.13.0 related changesankitjavalkar
2020-03-09Add tests to check download course progressadityacp
2020-03-09Download course progressadityacp
2020-03-09Resolve conflictsadityacp
2020-03-09Merge pull request #659 from ankitjavalkar/bug_fixes_26_feb_2020Palaparthy Adityachandra
Multiple Changes
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-03-06Fix exception that occurs when pre existing tags with first caps letter are usedankitjavalkar
2020-03-05Use xenial dist for latest sqliteadityacp