Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | Change forms.py, views.py and urls.py | adityacp | |
- Store activation key expiry time according to timezone for email verification and activation - Add reverse resolution in urls.py | |||
2017-04-28 | Redirect users to error page if they are not allowed to clone a course | 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 | Add course_code field allows access only to users with relevant course code ↵ | ankitjavalkar | |
string | |||
2017-04-27 | Merge pull request #276 from ankitjavalkar/fix-login-redirect2 | Prabhu Ramachandran | |
Allow redirection to desired page after logging in | |||
2017-04-27 | Changes in email_verification.py, views.py, forms.py | adityacp | |
- Updation of user email if multiple users found with same email - Update user registration form - Change email_verification.py to send email | |||
2017-04-26 | Merge https://github.com/fossee/online_test into email_verification | adityacp | |
2017-04-24 | Change views and grade user for assignments download | adityacp | |
2017-04-23 | Merge pull request #271 from adityacp/fix_course_templates | Prabhu Ramachandran | |
Fix Grade User, Monitor Templates | |||
2017-04-19 | Change views to get distinct quizzes in dashboard | 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-19 | Allow redirection to desired page after logging in | ankitjavalkar | |
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-04-06 | Merge pull request #267 from ankitjavalkar/course-time-window | Prabhu Ramachandran | |
Multiple changes to Course: | |||
2017-04-05 | Add multiple fixes based on code review | ankitjavalkar | |
2017-04-04 | Change in views and urls | adityacp | |
- Change monitor and grade_user function in views - Change url to get quiz id instead of question paper id | |||
2017-04-04 | Fix failing test views test | adityacp | |
2017-04-04 | Check if user is teacher or moderator for creating QuestionPaper | adityacp | |
2017-03-31 | Multiple changes to Course: | ankitjavalkar | |
- Allow a start and end time for Course enrollment - Allow Course to be editable | |||
2017-03-22 | Merge pull request #256 from ankitjavalkar/fix-tags | Prabhu Ramachandran | |
Fix issue and allow tags to be saved while saving questions | |||
2017-03-21 | Fix issue and allow tags to be saved while saving questions | ankitjavalkar | |
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-16 | Changes in models views and urls | adityacp | |
- Handle Json parsing error - Remove Sample file download from views and urls | |||
2017-03-15 | Change assignment dir path and add condition for json data | adityacp | |
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-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-08 | Merge pull request #235 from ankitjavalkar/fix-del-questions | Prabhu Ramachandran | |
Hide inactive/deleted questions in Questionpaper creation and question filter | |||
2017-03-07 | Hide inactive/deleted questions in Questionpaper creation and question filter | ankitjavalkar | |
2017-03-06 | Modify UI for notifications in submitted code questions | ankitjavalkar | |
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 | Remove commented code | ankitjavalkar | |
2017-03-06 | Allow revisiting all types of question to resubmit answer | ankitjavalkar | |
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-02-21 | Add a new view for logout | ankitjavalkar | |
2017-02-17 | Multiple minor fixes | ankitjavalkar | |
- Display a message when the question paper exists but has no questions - Avoid logout after encountering no quiz/no questions - Remove incorrect logout message in complete | |||
2017-01-28 | fixed enroll reject bug | maheshgudi | |
Enroll and reject students would add different users instead of the one selected. Fixed the bug | |||
2017-01-20 | added more fields in course csv dump | maheshgudi | |
Added the fields of institute, roll number and email id for students in course csv dump |