Age | Commit message (Expand) | Author |
2016-09-21 | Remove commented code | ankitjavalkar |
2016-09-21 | Run the selenium and unit tests separately | ankitjavalkar |
2016-09-21 | Modify selenium based test to accomodate create_demo_course command | ankitjavalkar |
2016-09-21 | - Change path of selenium tests | ankitjavalkar |
2016-09-21 | Add selenium based test | ankitjavalkar |
2016-09-21 | Merge pull request #127 from adityacp/create_course_fixtures | Prabhu Ramachandran |
2016-09-21 | changed func name from create_demo_que_ppr to create_demo_quiz_paper | adityacp |
2016-09-20 | used create method instead of get_or_create to create course | adityacp |
2016-09-20 | Demo course creation without initial fixtures | adityacp |
2016-09-20 | added url for demo course | adityacp |
2016-09-20 | removed user creation for demo course | adityacp |
2016-09-20 | changed manage and courses template | adityacp |
2016-09-20 | deleted course fixture file | adityacp |
2016-09-19 | removed string comparison for demo course | adityacp |
2016-09-19 | changed template tag | adityacp |
2016-09-19 | changed fixture to add demo user to moderator group | adityacp |
2016-09-17 | pep8 changes, divided each test case in blocks for readability | maheshgudi |
2016-09-16 | added docstrings for testcases, removed timeout exception from python evaluator | maheshgudi |
2016-09-16 | changed variable name from get_class to evaluate | maheshgudi |
2016-09-16 | changed views to get demo course | adityacp |
2016-09-16 | changed course template to view demo course | adityacp |
2016-09-16 | test cases for python assertion bug fixes | maheshgudi |
2016-09-16 | bug fixes in python assertion evaluator | maheshgudi |
2016-09-16 | changed courses template | adityacp |
2016-09-16 | changed fixtures and views | adityacp |
2016-09-16 | changed json question summary | adityacp |
2016-09-16 | Merge pull request #136 from maheshgudi/gradeuser_monitor_beautification | Prabhu Ramachandran |
2016-09-16 | consistent indentation of 4 spaces in view_answerpaper.css and minor changes ... | maheshgudi |
2016-09-15 | admin can delete answerpaper | maheshgudi |
2016-09-15 | monitor table sorter | maheshgudi |
2016-09-15 | beautified grade user and monitor | maheshgudi |
2016-09-14 | added check conditions in demo fixtures | adityacp |
2016-09-08 | Merge pull request #131 from adityacp/fix_quiz_UI | Prabhu Ramachandran |
2016-09-08 | added condition to check traceback | adityacp |
2016-09-08 | Merge pull request #133 from maheshgudi/test_modes | Prabhu Ramachandran |
2016-09-08 | minor variable name changes in views | maheshgudi |
2016-09-08 | Merge pull request #135 from maheshgudi/view_answerpaper | Prabhu Ramachandran |
2016-09-08 | changed template to add end_time and status details in answerpaper | maheshgudi |
2016-09-08 | changed input name in html from delete_quiz to delete_paper | maheshgudi |
2016-09-07 | only answerpapers are deleted and not the entire trial quiz | maheshgudi |
2016-09-07 | removed initial form field from QuizForm and minor fixes in add_quiz view fun... | maheshgudi |
2016-09-07 | students can view questions, beautified view_answerpaper.html | maheshgudi |
2016-09-06 | modified monitor view function to remove trial paper occurrences | maheshgudi |
2016-09-06 | users and not course creator will see their own trial papers | maheshgudi |
2016-09-06 | changed test cases to reflect changes in addquiz view function | maheshgudi |
2016-09-06 | added 'add new quiz' button to each course | maheshgudi |
2016-09-02 | refactor in test_models and updated with latest changes | adityacp |
2016-09-02 | changed </br> to <br>in questions.html | adityacp |
2016-09-01 | Merge pull request #105 from adityacp/stdin_stdout_evaluator | Prabhu Ramachandran |
2016-09-01 | changed Quiz displaying template | adityacp |