Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-14 | Change test files | adityacp | |
- Add new views test - Fix Selenium tests | |||
2017-11-28 | Add views tests | adityacp | |
2017-11-23 | Change urls, views, template, test_views | adityacp | |
- Fix view answer paper for student - Fix existing views test cases | |||
2017-11-13 | Added test case for add, update and remove | prathamesh | |
2017-11-10 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-10 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
upload_users_csv | |||
2017-11-08 | Fix test cases | ankitjavalkar | |
2017-11-07 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz Resolved Conflicts: CHANGELOG.txt | |||
2017-11-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
2017-10-27 | Edit Profile Bug Fix | prathamesh | |
edit_profile view had a decorator has_profile. So, has_profile will redirect to edit_profile if no profile. But then if I submit my profile form then the has_profile will again redirect to edit_profile, instead of updating my profile. So this cycle will continue endlessly for a user with no profile, and will never be able to create/update his profile! Will face this when user is created via csv upload, django admin or oauth login without pipeline. Also, profile instance is passed to the profile form via get query, which will fail if no profile. Added a views test for the above. Fixed. Additionally that can be thought of later: The has_profile decorator is used for few views only, so one can access views if they know the url, even if they do not have a profile. email edit option for users | |||
2017-10-26 | CSV download for quiz enhanced | prathamesh | |
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user. | |||
2017-10-06 | Add test for shuffle questions and fix broken tests in test_views | adityacp | |
2017-10-05 | Use MCQ/MCC testcases id instead of options to validate answer | maheshgudi | |
2017-10-04 | Rename class TestCheck to TestQuestionPaper in test_views.py | adityacp | |
2017-10-04 | Add tests to check updated Answerpaper marks | adityacp | |
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-24 | Add review changes and more tests | ankitjavalkar | |
2017-08-24 | Add a has_profile decorator | ankitjavalkar | |
2017-08-22 | Change test_views for send mail test | adityacp | |
2017-08-18 | Adds test cases for yaml | mahesh | |
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper | |||
2017-08-17 | Change test_views.py | adityacp | |
- Remove validation test case for send mail - Pep8 changes | |||
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-06-13 | Resolve conflicts with latest changes | adityacp | |
2017-06-12 | Change views tests to check send email | adityacp | |
2017-05-25 | Change test_views.py | ||
- Add test for email_verified decorator - Add tests to check for non moderator logins | |||
2017-05-25 | Change tests in test_views.py | adityacp | |
2017-05-19 | Add tests for views functions | adityacp | |
2017-05-15 | Add tests to check bulk email sending | adityacp | |
2017-05-03 | Add views tests for email verification and activation | adityacp | |
2017-04-05 | Add multiple fixes based on code review | ankitjavalkar | |
2017-03-31 | Multiple changes to Course: | ankitjavalkar | |
- Allow a start and end time for Course enrollment - Allow Course to be editable | |||
2017-03-10 | Change views and models | adityacp | |
- Remove Fixed Question Model - Create a fixed question order attribute in models | |||
2017-03-10 | Change models and views test to get fixed questions | adityacp | |
2017-02-07 | Add view test case for password reset and password change | ankitjavalkar | |
2017-01-03 | modified editing instructions. Instructions are now initialized in forms and ↵ | maheshgudi | |
not fetched from a file | |||
2016-12-20 | Fix errors and rename resources | ankitjavalkar | |
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark | |||
2016-11-30 | fix views tests for quiz | adityacp | |
2016-10-27 | Add views test for add_course view | ankitjavalkar | |
2016-10-04 | changes in test view as redirect url changed. | prathamesh | |
2016-09-23 | Added teardown to the grader view test | prathamesh | |
2016-09-23 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
regrade_papers Resolved Conflicts: yaksh/models.py yaksh/test_models.py yaksh/urls.py yaksh/views.py | |||
2016-09-23 | Regrade Feature | prathamesh | |
A question can be regraded for a given quiz. Whole quiz can be regraded. Particular user paper can be regraded. Moved validate_answer from views to models. regrade method also updates the answer i.e. marks and correctness. Also, the answer paper percentage is updated. | |||
2016-09-20 | removed user creation for demo course | adityacp | |
2016-09-19 | removed string comparison for demo course | adityacp | |
2016-09-16 | changed course template to view demo course | adityacp | |
2016-09-06 | changed test cases to reflect changes in addquiz view function | maheshgudi | |
2016-09-02 | refactor in test_models and updated with latest changes | adityacp | |
2016-09-01 | Merge pull request #105 from adityacp/stdin_stdout_evaluator | Prabhu Ramachandran | |
Stdin stdout evaluators | |||
2016-08-31 | Added testcases for model and view. | prathamesh | |
2016-08-25 | changed testcases to test questions dump | adityacp | |