Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-06-13 | Merge pull request #298 from adityacp/views_test | Prabhu Ramachandran | |
Views test | |||
2017-05-19 | Modify folder name for assignment uploads | adityacp | |
2017-05-16 | Change forms.py, views.py, send_emails.py, models.py | adityacp | |
- Alter activation_key field in Profile model - Change get_activation_key function in send_mail to create secret_key of fixed length - Change forms.py to get updated activation_key - Change views.py to save activation_key | |||
2017-04-28 | Add a negative test case to check attributes are duplicated | ankitjavalkar | |
2017-04-28 | - Fix bug that prevents addition of a prerequisite to foreignkey field | ankitjavalkar | |
- Fix test cases to ensure fails if prerequisite is not set | |||
2017-04-28 | Fix typos and remove commented code | ankitjavalkar | |
2017-04-28 | Add feature to allow cloning a course | ankitjavalkar | |
2017-04-27 | Remove conflicts from views after rebase | adityacp | |
2017-04-27 | Rename the Hidden label to Open Course | ankitjavalkar | |
2017-04-27 | Add course_code field allows access only to users with relevant course code ↵ | ankitjavalkar | |
string | |||
2017-04-26 | Merge https://github.com/fossee/online_test into email_verification | adityacp | |
2017-04-19 | Change urls, models, views | adityacp | |
- Add Assignment upload model manager - Change views to update marks for user if updated manually - Change variable names in views - Add url to provide assignment download for student | |||
2017-04-10 | Change download assignemnts to get files using quiz | adityacp | |
2017-04-10 | Add download assignment feature for assignment based questions | adityacp | |
- Add method in AssignmentUpload to get assignments - Add function in views to serve assignment files | |||
2017-04-07 | Change in forms, models, urls, views | adityacp | |
- Add is_email_expired, activation_key, key_expiry_time in Profile model - Add new functions activate_user and new_activation in views for verifying and activating user via email - Change user_login and user_register functions in views for email verification - Change in forms.py to verify email during registration - Add activation urls in urls.py | |||
2017-03-31 | Multiple changes to Course: | ankitjavalkar | |
- Allow a start and end time for Course enrollment - Allow Course to be editable | |||
2017-03-21 | rebase changes for simple question types | mahesh | |
2017-03-20 | Merge pull request #252 from adityacp/assignment_upload_check | Prabhu Ramachandran | |
Assignment upload Evaluation | |||
2017-03-20 | Merge pull request #228 from adityacp/fixes | Prabhu Ramachandran | |
Ordering Questions while creating Question Paper | |||
2017-03-20 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
fill_in_the_blanks | |||
2017-03-17 | Merge https://github.com/fossee/online_test into assignment_upload_check | adityacp | |
2017-03-17 | Change consolidate_answer_data to get assignment uploads | adityacp | |
2017-03-17 | Merge pull request #244 from adityacp/display_err_msg | Prabhu Ramachandran | |
Display error message while uploading questions | |||
2017-03-17 | Merge pull request #245 from prathamesh920/migrations-in-script | Prabhu Ramachandran | |
Migrations in script | |||
2017-03-17 | Change Exception message for load questions | adityacp | |
2017-03-16 | Handle json file syntax errors in uploading question | adityacp | |
2017-03-16 | Fix test cases for loading questions | adityacp | |
2017-03-16 | Changes in models views and urls | adityacp | |
- Handle Json parsing error - Remove Sample file download from views and urls | |||
2017-03-16 | Change in models get_ordered_questions function | adityacp | |
- Add else condition to return fixed questions if order are not available | |||
2017-03-15 | Change assignment dir path and add condition for json data | adityacp | |
2017-03-15 | Multiple fixes in stdio_evaluator and models: | ankitjavalkar | |
- Change the way stdio output is printed - Fix minor errors when creating the uploaded file path in the models | |||
2017-03-15 | Changes in Views and Models | adityacp | |
- Add new boolean field in Question model whether to check assignment upload or not - In views before uploading a assignment file, check if it already exists and delete previous file - Grade assignment file with hook code | |||
2017-03-13 | Removed a function call to datetime now in default quiz start time. | prathamesh | |
Every time when we run makemigrations, model changes are detected. "Alter field start_date_time on quiz" was always detected, even if you have not mode any changes to the models! This was happening because of default time value was datetime.now(). So every time when you ran migrations current datetime was set which will always change. Now removed parenthesis(), so that now function is not called. And no unnecessary model changes will be detected | |||
2017-03-11 | made minor template changes and fixed test_models | maheshgudi | |
2017-03-10 | Fix test questions method in QuestionPaper model | adityacp | |
2017-03-10 | Fix demo course creation for selenium tests | adityacp | |
2017-03-10 | Change views and models | adityacp | |
- Remove Fixed Question Model - Create a fixed question order attribute in models | |||
2017-03-10 | Remove manytomany relationship for fixed_questions in question paper | adityacp | |
2017-03-10 | Changes in models and views | adityacp | |
- Display error message if questions_dump.json is not found in zip file - Provide a sample zip file to for easy zip file creation | |||
2017-03-09 | rebase changes | maheshgudi | |
2017-03-09 | pep8 changes in models and user_data | maheshgudi | |
2017-03-06 | Multiple fixes: | ankitjavalkar | |
- Add error message details to SeleniumTestError - Fix next question cycling in models - Fix model test cases | |||
2017-03-06 | Multiple changes: | ankitjavalkar | |
- Fix movement from one question to another in next_question - Fix random display of errors from MCQs - Add Notification display if question has been attempted - Fix test cases for changes made | |||
2017-03-06 | Rename completed_question model method to add_completed_question | ankitjavalkar | |
2017-03-06 | Allow revisiting all types of question to resubmit answer | ankitjavalkar | |
2017-03-02 | removed pk/id based querying in test cases | maheshgudi | |
2017-03-02 | added test cases for float,integer and string type questions | maheshgudi | |
2017-03-02 | changed string check names | maheshgudi | |
2017-03-02 | added float based questions | maheshgudi | |