summaryrefslogtreecommitdiff
path: root/yaksh/static
AgeCommit message (Collapse)Author
2016-09-15beautified grade user and monitormaheshgudi
2016-09-07students can view questions, beautified view_answerpaper.htmlmaheshgudi
2016-07-09oauth implementedprathamesh
User can login via google and facebook. If user logs in from google and then later the same user logs in from facebook, then he will be considered as the same user if the email registered on facebook is of gmail. User profile will be created when user logs in via facebook or google. In yaksh pipeline, user.py is used to create profile. Pipeline settings is defined that defines the functions to be executed during oauth. Used bootstrap social and Font Awesome for UI design
2016-07-05Merge pull request #107 from ankitjavalkar/codemirrorPrabhu Ramachandran
Add CodeMirror to Code questions
2016-06-07Escape quotes in codemirrorankitjavalkar
2016-06-03Add codemirrorankitjavalkar
2016-05-27added no prerequisite required conditionmaheshgudi
2016-05-27added js function to alert user for prerequisitesmaheshgudi
2016-05-12Add bootstrap 3 filesankitjavalkar
2016-05-05- Add formsets to Add question templatesankitjavalkar
- add/modify test cases in place when adding questions
2016-05-05Add views, forms and templates (with JS) for new test cases:ankitjavalkar
- Add a view and template to list out test cases for particular question - Add a view and template to add/edit test cases
2016-05-04added new css elementsmahesh
2016-04-15design css and html changesadityacp
2016-04-15changes in edit profile, enrollment, change passwordadityacp
2016-03-11Frontend design changesadityacp
remove older change Remove further changes interface changes interface changes small views.py change change in code evaluator code evaluator changes python code evaluator change exception changes in code evaluator and test cases for python Update test_python_evaluation.py changed variable name in test case Views.py conflict resolve
2016-03-02Course module implementedprathamesh
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course.
2016-02-12- Fix blinker in Timerankitjavalkar
- modify question display
2016-02-12Frontend interface changes:ankitjavalkar
- Current question in nav bar highlighted with green - Submitted question in nav bar disabled, greyed out - Timer display size increased - Timer warning display, blinking
2015-09-23Change some more paths to reflect new nameankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar