summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-02Merge pull request #401 from FOSSEE/yaksh_video_lessonsPrabhu Ramachandran
Yaksh Learning Module
2018-01-02Rename Learning Units to Lessons/Quizzes in design courseadityacp
2018-01-02Merge pull request #412 from maheshgudi/update_travisPrabhu Ramachandran
Change travis build distribution from precise to trusty
2018-01-02Change travis build distribution from precise to trustymaheshgudi
2018-01-02Changes in views, models, templates and jsadityacp
- Rename learning_type to type in Lesson model - Change error message in views and change redirection - Change templates to rename learning_type to type for unit - Add new dialog for embedding Video URL
2018-01-02Update to latest changesadityacp
2017-12-29Merge pull request #410 from maheshgudi/yaksh_add_logoMahesh Gudi
Add updated logo on exam page
2017-12-29Add updated logo on exam pagemaheshgudi
2017-12-29Merge pull request #407 from maheshgudi/yaksh_add_logoPrabhu Ramachandran
Add logo on Yaksh
2017-12-29Include updted logo on navbarmaheshgudi
2017-12-29Merge pull request #405 from maheshgudi/local_mathjaxPrabhu Ramachandran
Local mathjax
2017-12-29Merge pull request #406 from maheshgudi/fix_assignmentPrabhu Ramachandran
Fix assignment upload to work with new code server
2017-12-29Fix assignment upload to work with new code servermaheshgudi
2017-12-24Modify Moderator side UImahesh
- Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page
2017-12-24Modify Student side UImahesh
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar
2017-12-19Add coverage badge on readme using codecovmaheshgudi
2017-12-19Add version badge on readmemaheshgudi
2017-12-19Add Yaksh logo to the websitemahesh
2017-12-14Change in test_views and viewsadityacp
- Add new tests for views - Pep8 changes in views
2017-12-14Update to latest changesadityacp
2017-12-14Change .coveragerc to omit untested filesadityacp
2017-12-14Change test filesadityacp
- Add new views test - Fix Selenium tests
2017-12-14Change templatesadityacp
- Add new template to view course modules - Change glyphicon in question.html and show_video.html - Change button name in add_module.html - Remove unnecessary js file - Change button in intro.html - Change quizzes_user.html to display only courses
2017-12-14Change views.py and urls.pyadityacp
- Add new views function to view course modules - Add new url to view course modules
2017-12-13Remove unecessary js files from TinyMCEmaheshgudi
2017-12-13Add jquery-ui to repomaheshgudi
2017-12-13Add Mathjax to the repomaheshgudi
2017-12-05Merge branch 'yaksh_video_lessons' of https://github.com/FOSSEE/online_test ↵prathamesh
into yaksh_video_lessons
2017-12-05Added basic model testcases.prathamesh
2017-11-28Add views testsadityacp
2017-11-28Change template to display error messages and change design and urls redirectionadityacp
2017-11-28Change in views.py and urls.pyadityacp
- Change view function name from show_video to show_lesson - Change add quiz, lesson, module view function
2017-11-28Add comments in lesson model and remove unwanted methodadityacp
2017-11-24Merge branch 'yaksh_video_lessons' of https://github.com/fossee/online_test ↵mahesh
into yaksh_video_lessons
2017-11-23Merge pull request #400 from maheshgudi/ajax_questionsPrabhu Ramachandran
Display error output without page reloading
2017-11-23Merge pull request #398 from maheshgudi/cursor_on_textareaPrabhu Ramachandran
Position cursor automatically on text area during quiz
2017-11-23Put page footer outside div containermaheshgudi
2017-11-23Fix regrading test casesadityacp
2017-11-23Fix selenium testsadityacp
2017-11-23Change template to avoid overlapping of html body with sidebaradityacp
2017-11-23Change urls, views, template, test_viewsadityacp
- Fix view answer paper for student - Fix existing views test cases
2017-11-23Minor changes in requesthandler.jsmaheshgudi
2017-11-23Render error output with django template instead of javascriptmahesh
2017-11-22Display error output without reloading.maheshgudi
2017-11-22Fixed existing model testsprathamesh
Also, added "markdown" to requirements
2017-11-22Change forms.py, models.py, views.py, templates, templatetagsadityacp
- 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-21Change in templates, js, template tagadityacp
- 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-21Change in models.py and views.pyadityacp
- 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-21Fix buttons on courses.htmlmaheshgudi
2017-11-20Change complete.html and change download quiz csv in viewsadityacp