Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-28 | Change in views.py and urls.py | adityacp | |
- Change view function name from show_video to show_lesson - Change add quiz, lesson, module view function | |||
2017-11-24 | Merge branch 'yaksh_video_lessons' of https://github.com/fossee/online_test ↵ | mahesh | |
into yaksh_video_lessons | |||
2017-11-23 | Put page footer outside div container | maheshgudi | |
2017-11-23 | Change urls, views, template, test_views | adityacp | |
- Fix view answer paper for student - Fix existing views test cases | |||
2017-11-23 | Minor changes in requesthandler.js | maheshgudi | |
2017-11-23 | Render error output with django template instead of javascript | mahesh | |
2017-11-22 | Display error output without reloading. | maheshgudi | |
2017-11-22 | Fixed existing model tests | prathamesh | |
Also, added "markdown" to requirements | |||
2017-11-22 | Change forms.py, models.py, views.py, templates, templatetags | adityacp | |
- Add start_time, end_time enrollement in course form - Change get_quiz_details in course model - Add validation to check if course is active and not expired - Template changes for cleaner dashboard | |||
2017-11-21 | Change in templates, js, template tag | adityacp | |
- Add new template tag to fetch course module completion status - View all lessons/quizzes during quiz - Change button values - Change user mode and god mode | |||
2017-11-21 | Change in models.py and views.py | adityacp | |
- Add validation to check if prerequisite module is completed - Fix User mode and God mode for quiz - View proper message to user on failure | |||
2017-11-20 | Change complete.html and change download quiz csv in views | adityacp | |
2017-11-20 | Change in views.py | adityacp | |
- View function for creating new lesson - View function for creating new learning modules - View function for adding modules to course - View function for controlling and viewing learning modules | |||
2017-11-14 | Merge pull request #378 from prathamesh920/upload_users_csv | Prabhu Ramachandran | |
Upload users csv | |||
2017-11-14 | Added sample csv for user to download and upload. | prathamesh | |
2017-11-13 | set_password to convert into hash | prathamesh | |
2017-11-13 | Added test case for add, update and remove | prathamesh | |
2017-11-13 | if password is empty then defaults to email | prathamesh | |
2017-11-13 | csv can now take extra fields related to profile. | prathamesh | |
Updates if the username is same. Additional csv header "remove" added, to remove user from the course. | |||
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-09 | Prepopulate the test case type field when adding test cases to questions | 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-07 | Made changes as per suggestions | prathamesh | |
2017-11-06 | Merge pull request #376 from Akshen/develop | Prabhu Ramachandran | |
Fix Course Ordering in Courses Page | |||
2017-11-06 | Show Latest Active Course on top of Courses Page | Akshen | |
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-11-04 | Show Active Course on top of Courses Page | Akshen | |
2017-10-31 | Fix Course Ordering in Courses Page | Akshen | |
Latest Course will be shown on Top in Courses Page | |||
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-27 | Excluded teachers and creator form the enrolled users list | prathamesh | |
Changed the HTML select id attribute to name, necessary to track in POST request | |||
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 | Pep8 change in views.py | adityacp | |
2017-10-05 | Update grade user UI | mahesh | |
2017-10-04 | Update non-code and non-upload answers instead of creating a new one | maheshgudi | |
2017-10-04 | Fix bug to prevent saving a code question answer on skip | ankitjavalkar | |
2017-09-19 | Fixes Nonetype object has attribute 'encode' error | maheshgudi | |
2017-09-12 | Change in variable name | prathamesh | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-05 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/views.py | |||
2017-09-05 | Fixes minor mistake. | maheshgudi | |
2017-09-02 | Issue after merge resolved | prathamesh | |
2017-09-02 | Resolved Conflicts | prathamesh | |
2017-09-01 | Rebase changes | mahesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py | |||
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Merge pull request #309 from ankitjavalkar/fix-closed-course | Prabhu Ramachandran | |
Fix bug to prevent students from attempting pre-enrolled deactivated course | |||
2017-09-01 | Removed all the checkpoints set for selenium tests on travis | prathamesh | |
javascript strings includes method changed to indexOf, as includes belongs to ES6. This was the main reason for failure of selenium tests on travis. | |||
2017-09-01 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
add_tag_search | |||
2017-09-01 | User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵ | maheshgudi | |
number. |