Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2017-03-02 | added string based questions. | maheshgudi | |
2017-03-02 | added integer based question type | maheshgudi | |
2017-03-02 | changed mcq to single correct choice | maheshgudi | |
2017-02-08 | removed max_length from stdio test case attributes | maheshgudi | |
2017-02-03 | Merge pull request #206 from maheshgudi/fix-191 | Prabhu Ramachandran | |
added skip question feature. closes #191 | |||
2017-02-03 | renamed quiz model attribute from can_skip_questions to allow_skip | maheshgudi | |
2017-02-03 | removed none type in answerpaper generation | maheshgudi | |
2017-02-03 | added skip question feature. closes #191 | maheshgudi | |
The can_skip_questions attribute is to be set True for students to be able to skip questions. If it is set as False, students wont be able to skip to the next question. | |||
2017-02-02 | Fix test errors and PEP8 formatting. | Prabhu Ramachandran | |
2017-02-02 | Fix #201. | Prabhu Ramachandran | |
The issue is that when the ouput directory is set to `tempfile.gettempdir()` the user nobody cannot stat the created directory on OS X. The code server therefore is unable to see the directory resulting in problems. Instead we create the directory inside the application as it was done earlier. | |||
2017-01-25 | Merge pull request #184 from maheshgudi/mcq_bugfix | Prabhu Ramachandran | |
Minor view changes |