Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-07 | removed initial form field from QuizForm and minor fixes in add_quiz view ↵ | maheshgudi | |
function and courses template | |||
2016-09-06 | added 'add new quiz' button to each course | maheshgudi | |
2016-08-03 | rebase changes with stdio evaluator | maheshgudi | |
2016-07-28 | added files upload for questions | adityacp | |
2016-07-27 | changed model class name Stdout to Stdio | maheshgudi | |
2016-07-05 | Merge pull request #108 from adityacp/fix_questions_upload | Prabhu Ramachandran | |
Fix load and dump questions | |||
2016-07-05 | changed questions upload, testcases can also be uploaded | adityacp | |
2016-05-27 | removed exclude from course form | maheshgudi | |
2016-05-27 | excludes is_trial in course, quiz forms | maheshgudi | |
2016-05-12 | rebase changes and comments changes | adityacp | |
2016-05-12 | display datetime as per user timezone | adityacp | |
2016-05-09 | - Fix tests | ankitjavalkar | |
- Fix minor views.py - Fix minor errors caused due to conflict resolution, rebasing - Fix errors in forms, views - Minor Button label change in addquestion.html - Add snippet to question - Remove commented code | |||
2016-05-05 | Remove commented code and cleanup | ankitjavalkar | |
2016-05-05 | Modify get_form_object method in forms.py | ankitjavalkar | |
2016-05-05 | Add views, forms and templates (with JS) for new test cases: | ankitjavalkar | |
- Add a view and template to list out test cases for particular question - Add a view and template to add/edit test cases | |||
2016-05-05 | Add testcase addition templates, views and forms | ankitjavalkar | |
2016-05-05 | - Connect test case type models to backend code server | ankitjavalkar | |
- Support for Stdout test case and Standard assertion test case - Add MCQ Test case and support for validations - Remove tester dir | |||
2016-05-05 | Add a python standard out evaluator | ankitjavalkar | |
2016-05-05 | add test case selection | ankitjavalkar | |
2016-05-05 | Revert testcase formsets | ankitjavalkar | |
2016-05-04 | further rebase changes | adityacp | |
2016-05-04 | rebase changes | adityacp | |
2016-04-26 | rebase changes | adityacp | |
2016-04-22 | profile form name changes | adityacp | |
2016-04-15 | changes after rebase | adityacp | |
2016-04-15 | changes in forms and views | adityacp | |
2016-04-15 | changes in forms.py, views.py, template | adityacp | |
2016-04-15 | EditProfile, ChangePassword, StudentsEnrollment facility | adityacp | |
2016-04-11 | Migration from django 1.6 to django 1.9 | prathamesh | |
- upgraded django-taggit to 0.18 from 0.12.2 - added fields attribute in django forms, mandatory in django 1.9 - get_profile attribute of User object deprecated, used hasattr instead. - Template settings changed in django 1.9, all template related settings at one place. - Support for string view arguments to url() is deprecated, so passed callable views instead. - django.conf.urls.patterns() is deprecated, updated urlpatterns to a list of django.conf.urls.url() instances instead. - django.utils.unittest is deprecated, used unittest instead. - made changes in requirements and setup files other - added quiz prerequisite required as false in forms, so that the quiz is added without any prerequisite. - Time zone settings not implemented. | |||
2016-04-07 | Phase 2 views cleanup | prathamesh | |
views cleaned further used model forms removed unwanted templates | |||
2016-03-02 | Course module implemented | prathamesh | |
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course. | |||
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |