summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-06Change in grader.py and python_assertion_evaluator.pyadityacp
- Make pep8 change in grader.py - Add nose tools in the scope during check_code instead of compile_code
2018-04-06Add test cases to check if code passes without testcasesmaheshgudi
2018-04-06Fix a bug that allows answer to be true if there are no test cases to a code ↵maheshgudi
question
2018-04-06Remove unused render_to_response imports in views and decoratorsankitjavalkar
2018-04-06Highlight error line in code mirror for pythonadityacp
2018-04-06Add error line number in error outputadityacp
2018-04-05Change in test_python_evaluation.pyadityacp
- Pep8 changes - Add assertion test using nose tools
2018-04-05Change error_messages.py, python_assertion_evaluator.py and grader.pyadityacp
- Pep8 changes - Show code error message along with test case - Add nose in python exec scope
2018-04-05Add nose to codeserver requirementsadityacp
2018-04-04Change models test to get course completion percentageadityacp
2018-04-04Change and add test for course progressadityacp
2018-04-04Change in templates and jsadityacp
- Change course status template to view per student course progress - Change student dashboard to show progress for course and modules. - Add ajax to get per student data for course progress
2018-04-04Change views.py, models.py, urls.py, custom_filters.pyadityacp
- Add new view function to get per student course progress - Change model methods to calculate completion percentage for module and course - Add new url to fetch per student course progress - Remove unnecessary template tag from custom_filter.py
2018-04-02Upgrade Django from 1.9.5 to Django 1.10ankitjavalkar
- Change render_to_response usage to render
2018-04-02Bump up Django version to 1.10ankitjavalkar
2018-04-02Remove the context instance argument in views.py (deprecated since Django ↵ankitjavalkar
1.10 https://docs.djangoproject.com/en/1.10/releases/1.10/)
2018-03-23Merge pull request #467 from adityacp/change_setup_cfgv0.8.0Palaparthy Adityachandra
Change README.md to README.rst in setup.cfg
2018-03-23Change README.md to README.rst in setup.cfgadityacp
2018-03-23Merge pull request #465 from FOSSEE/release-0.8Prabhu Ramachandran
Release 0.8
2018-03-23Change production readme rst fileadityacp
2018-03-23Add migrations for release 0.8adityacp
2018-03-23Update files for release 0.8adityacp
2018-03-23Merge https://github.com/fossee/online_test into release-0.8adityacp
2018-03-22Merge pull request #438 from prathamesh920/GradesPrabhu Ramachandran
Grades
2018-03-22Merge branch 'master' into GradesPrabhu Ramachandran
2018-03-22Merge pull request #434 from maheshgudi/arrange_optionsPrabhu Ramachandran
Arrange options question type
2018-03-22Update changelog for release 0.8adityacp
2018-03-22Add changes wrt v0.8 to the changelog.txt filemaheshgudi
2018-03-22Update to latest changesadityacp
2018-03-22Merge https://github.com/fossee/online_test into fix_quiz_completionadityacp
2018-03-22Resolve conflicts and update to latest changesadityacp
2018-03-22Update CHANGELOGankitjavalkar
2018-03-21Merge branch 'master' into fix_quiz_completionMahesh Gudi
2018-03-21Merge branch 'master' of https://github.com/fossee/online_test into ↵maheshgudi
arrange_options
2018-03-21Rebase changes for shuffle testcasemaheshgudi
2018-03-21Merge pull request #456 from ankitjavalkar/preview-qpPrabhu Ramachandran
Preview QuestionPaper as an HTML
2018-03-21Merge pull request #455 from ankitjavalkar/deprecate-cmdPrabhu Ramachandran
Deprecate multiple management commands
2018-03-21Update CHANGELOGankitjavalkar
2018-03-21Deprecate multiple management commandsankitjavalkar
- dump_user_data deprecated - load_exam deprecated - load_question_xml deprecated - results2csv deprecated
2018-03-21Merge pull request #452 from ankitjavalkar/change-mgmt-commandPrabhu Ramachandran
Add a management command to add users to moderator group
2018-03-21Merge pull request #450 from adityacp/change_student_dashboardPrabhu Ramachandran
Student Dashboard Changes
2018-03-21Merge pull request #446 from adityacp/fix_clone_coursePrabhu Ramachandran
Fix clone course
2018-03-21Merge pull request #448 from adityacp/update_docsPrabhu Ramachandran
Update documentation
2018-03-21Merge pull request #429 from maheshgudi/shuffle_testcasesPrabhu Ramachandran
Shuffle testcases
2018-03-21Move Grading systems from navbar to Courses sidebaradityacp
2018-03-21Show student grade in course status pageadityacp
2018-03-21Add basic UI for grading systemadityacp
2018-03-21Add Tests for CourseStatus methodsprathamesh
2018-03-21Change default grading system behaviourprathamesh
Cannot edit default system. Code as per PEP8 standards. Updates grade after regrade or manual grading Field change from total marks to percentage Removed unused fields from grades app
2018-03-21Treat grades/tests as python package directoryprathamesh