Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
Multiple changes to Course:
|
|
Allow teachers included in a course to add/edit questionpaper
|
|
|
|
|
|
|
|
|
|
|
|
- Allow a start and end time for Course enrollment
- Allow Course to be editable
|
|
Add new version number to online_test/__init__.py
|
|
|
|
Fix issue and allow tags to be saved while saving questions
|
|
Fill in the blanks
|
|
|
|
|
|
- Remove text located near 'Add Course' and 'Add Demo' buttons, buttons are
- Change text of prompt that triggers help text
|
|
|
|
|
|
Check in migration file to add field fixed_question_order to questionpaper
|
|
|
|
Assignment upload Evaluation
|
|
Ordering Questions while creating Question Paper
|
|
|
|
|
|
fill_in_the_blanks
|
|
|
|
|
|
|
|
|
|
Display error message while uploading questions
|
|
Added mathjax support for quiz and answerpapers
|
|
Migrations in script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Handle Json parsing error
- Remove Sample file download from views and urls
|
|
Multiple fixes in stdio_evaluator and models:
|
|
Add version to online_test/__init__.py
|
|
- Add else condition to return fixed questions if order are not available
|
|
|