Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | Fix test for course status and format error message properly | adityacp | |
2018-06-07 | Format email attachment file path properly | adityacp | |
2018-06-07 | Add tests for bash evaluator | adityacp | |
2018-06-07 | Add tests for views | adityacp | |
2018-06-07 | One more round of pep8 changes | adityacp | |
2018-06-07 | Add tests for models and cpp, java evaluators | adityacp | |
2018-06-07 | Further pep8 changes | adityacp | |
2018-06-07 | Pep8 changes | adityacp | |
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran | |
Enhance course status | |||
2018-06-07 | Merge pull request #461 from adityacp/fix_quiz_completion | Prabhu Ramachandran | |
Quiz Completion Status | |||
2018-06-07 | Merge pull request #477 from ankitjavalkar/mail-to-bcc | Prabhu Ramachandran | |
Add recipients to BCC field in send_bulk_mail function | |||
2018-05-29 | Change in models, templates, js | adityacp | |
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test | |||
2018-05-14 | Add recipients to BCC field in send_bulk_mail function | ankitjavalkar | |
2018-05-09 | Merge pull request #471 from adityacp/fix_error_messages | Prabhu Ramachandran | |
Python Assertion Evaluation additions and changes | |||
2018-05-09 | Merge pull request #466 from ankitjavalkar/remove-ctx-instance | Prabhu Ramachandran | |
Remove the context instance argument in views.py | |||
2018-04-18 | Add test cases | ankitjavalkar | |
2018-04-17 | Multiple changes in models | ankitjavalkar | |
- Add error message to can_attempt_now Questionpaper model method - Add default value to Quiz time_between_attempt field | |||
2018-04-13 | Change in python test, grader and request handler | adityacp | |
- Add try except in grader to get exceptions for python stdio and python assertion evaluation - Add additional tests - Add condition in request handler to avoid error if codemirror is not instantiated | |||
2018-04-10 | Get answerpaper status for quiz completion | adityacp | |
2018-04-06 | Change in grader.py and python_assertion_evaluator.py | adityacp | |
- Make pep8 change in grader.py - Add nose tools in the scope during check_code instead of compile_code | |||
2018-04-06 | Add test cases to check if code passes without testcases | maheshgudi | |
2018-04-06 | Fix a bug that allows answer to be true if there are no test cases to a code ↵ | maheshgudi | |
question | |||
2018-04-06 | Remove unused render_to_response imports in views and decorators | ankitjavalkar | |
2018-04-06 | Highlight error line in code mirror for python | adityacp | |
2018-04-06 | Add error line number in error output | adityacp | |
2018-04-05 | Change in test_python_evaluation.py | adityacp | |
- Pep8 changes - Add assertion test using nose tools | |||
2018-04-05 | Change error_messages.py, python_assertion_evaluator.py and grader.py | adityacp | |
- Pep8 changes - Show code error message along with test case - Add nose in python exec scope | |||
2018-04-04 | Change models test to get course completion percentage | adityacp | |
2018-04-04 | Change and add test for course progress | adityacp | |
2018-04-04 | Change in templates and js | adityacp | |
- 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-04 | Change views.py, models.py, urls.py, custom_filters.py | adityacp | |
- 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-02 | Upgrade Django from 1.9.5 to Django 1.10 | ankitjavalkar | |
- Change render_to_response usage to render | |||
2018-04-02 | Remove 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-23 | Add migrations for release 0.8 | adityacp | |
2018-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran | |
2018-03-22 | Merge https://github.com/fossee/online_test into fix_quiz_completion | adityacp | |
2018-03-22 | Resolve conflicts and update to latest changes | adityacp | |
2018-03-21 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | maheshgudi | |
arrange_options | |||
2018-03-21 | Rebase changes for shuffle testcase | maheshgudi | |
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran | |
Preview QuestionPaper as an HTML | |||
2018-03-21 | Deprecate multiple management commands | ankitjavalkar | |
- dump_user_data deprecated - load_exam deprecated - load_question_xml deprecated - results2csv deprecated | |||
2018-03-21 | Merge pull request #452 from ankitjavalkar/change-mgmt-command | Prabhu Ramachandran | |
Add a management command to add users to moderator group | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course | |||
2018-03-21 | Merge pull request #448 from adityacp/update_docs | Prabhu Ramachandran | |
Update documentation | |||
2018-03-21 | Move Grading systems from navbar to Courses sidebar | adityacp | |
2018-03-21 | Show student grade in course status page | adityacp | |
2018-03-21 | Add Tests for CourseStatus methods | prathamesh | |
2018-03-21 | Change default grading system behaviour | prathamesh | |
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-21 | Add weightage for Quiz and Create Grading System App | prathamesh | |
App Name: grades Grading System provides with the grade for a given value. It contains different grade ranges. Has its own default grading system. Allows you to modify and add grading system wth grade ranges. To be done: - Need to add README - Good UI - There are fields like can_be_used and order in models for future use. - More tests App name: Yaksh Now every quiz has a default weightage of 100%, can be changed. An aggregate is calculated for a given course. Using grades app a grade is provide to the aggregate value. |