summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2017-11-17Position cursor automatically on text area during quizmaheshgudi
2017-11-15Change mathajax cdn source due to deprication.maheshgudi
2017-11-14Merge pull request #390 from maheshgudi/regrade_fixPrabhu Ramachandran
Regrade fix
2017-11-14Merge pull request #378 from prathamesh920/upload_users_csvPrabhu Ramachandran
Upload users csv
2017-11-14Fix regrader for new code servermaheshgudi
2017-11-14Added sample csv for user to download and upload.prathamesh
2017-11-13Fix Error table layout in grade_user, view_answerpaper, user_datamaheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
2017-11-10Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
upload_users_csv
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions
2017-11-10No tracebacks if longer than 5 lines.mahesh
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change.
2017-11-07Merge pull request #373 from prathamesh920/detailed_csv_download_quizPrabhu Ramachandran
Detailed csv download quiz
2017-11-07Modify answerpaper wrt to changes in assertion error outputmaheshgudi
2017-11-07Change module compare_stdio to error_messagesmaheshgudi
2017-11-07Add traceback for exceptionsmahesh
2017-11-07Beautiful error outputsmaheshgudi
2017-11-06Remove extra jQuery file from add_course.htmlAkshen
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag
2017-11-06Added info for uploadprathamesh
converted list to set as dict.keys() returns list in python 2.7
2017-11-06Update CHANGELOGAkshen
updates change and required fix i.e Add Course to Save Button in add_course.html
2017-11-06Upload 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-03Adds DateTimePicker to Add_CourseAkshen
Adds DatetimePicker to start_enroll_time and end_enroll_time fields
2017-10-27Excluded teachers and creator form the enrolled users listprathamesh
Changed the HTML select id attribute to name, necessary to track in POST request
2017-10-26Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py
2017-10-26CSV download for quiz enhancedprathamesh
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-25Merge pull request #368 from ankitjavalkar/fix-reset-buttonPrabhu Ramachandran
Fix the Reset Answer javascript and rename it to Clear Text Area
2017-10-25Fix the Reset Answer javascript and rename it to Undo Changesankitjavalkar
2017-10-17Merge pull request #351 from maheshgudi/yaml_fixesPrabhu Ramachandran
Yaml fixes
2017-10-17Merge pull request #336 from adityacp/new_js_editorPrabhu Ramachandran
New js editor
2017-10-12Fix User data UI bug and auto-updates demo course total marksmaheshgudi
2017-10-09Fix UI related changes in questions.html and view_answerpaper.htmlmaheshgudi
2017-10-09Fix nav sidebar overlapping on questions listmaheshgudi
2017-10-06Get questions in particular order in templateadityacp
2017-10-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Merge pull request #344 from ankitjavalkar/allow-paper-revisitPrabhu Ramachandran
Allow user to quit the paper manually and revisit the paper if necessary
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Allow user to quit the paper manually and revisit the paper if necessaryankitjavalkar
2017-10-05Show logged in user info in all templatesadityacp
2017-10-05Update grade user UImahesh
2017-10-04User can see previously submitted answers for non code questionsmaheshgudi
2017-09-28Add new js text editor for sending emailsadityacp
2017-09-19Fixes change password feature for moderators.maheshgudi
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html
2017-09-01Merge pull request #309 from ankitjavalkar/fix-closed-coursePrabhu Ramachandran
Fix bug to prevent students from attempting pre-enrolled deactivated course
2017-09-01Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
add_tag_search
2017-08-28Fix bug: Prevent students from attempting pre-enrolled deactivated coursesankitjavalkar
2017-08-24Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
yaml_questions
2017-08-24Merge pull request #295 from adityacp/bulk_emailPrabhu Ramachandran
Send emails to students enrolled in a course
2017-08-22Change course.js, course_detail.html and views.pyadityacp
- Change form submission for send email in js - Change template and view variable for mail status
2017-08-17Merge pull request #318 from ankitjavalkar/quick-fix-mod-dashboardKing
[Minor] Fix hyperlink on moderator dashboard