Age | Commit message (Collapse) | Author |
|
- Add legend for question navigator in quiz
- Fix button position in add exercise
- Fix UI in preview question paper, quit, complete, show questions
|
|
- Replace manual django url pattern in course progress and course js
- Add overflow horizontal scroll in quiz side bar
- Use bootstrap input text style in quiz
|
|
- Revamp UI in student dashboard
- Fix course form to get bootstrap form class
- Add custom css for sidebar in course module page for student
- Use django url pattern
|
|
|
|
- Remove 'Units In This Module' section from View Module page
- Increase size of Question marks displayed during Quiz
- Change the Question Navigator colours so that Attempted Question number is more visible
- Remove footer in Quiz interface
- Adjust the logo in the Nav bar on Quit and Complete screen
|
|
|
|
- Categorize questions into objectives, blanks, upload and programming.
|
|
|
|
|
|
|
|
Conflicts Resolved:
yaksh/templates/yaksh/courses.html
yaksh/templates/yaksh/question.html
|
|
|
|
|
|
Exercise is same as quiz except for following differences:
- no time limit
- no marks weightage
- no instruction page
- skip denied for a particular time
An attribute 'is_exercise' in Quiz determines whether the quiz is
exercise or not.
Questions contains 'min_time' attribute.
For an exercise a question cannot be skipped for an allotted minimum
time, after which either django or JavaScript makes Next button
available.
Implementation is as such due to complexity of our existing views and
templates.
Also, after min_time, same question with Next button is available to
move on, assuming that solution is present in the video.
|
|
- Add yaksh_logo to navbar
- Add yaksh_text image on login page
- Modify footer bar
- Remove fron sidebar and add on navbar
|
|
into yaksh_video_lessons
|
|
|
|
|
|
|
|
|
|
- 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
|
|
- Add new templates for creating lessons, modules, design course
- Change existing templates for student and moderator interface
|
|
|
|
- Tracebacks with more than 5 lines will not be shown.
- Remove unnecessary imports.
- PEP8 change.
|
|
|
|
|
|
|
|
|
|
|
|
answerpaper.
|
|
|
|
|
|
- Support multiple files uploading in assignment
- Create new check field to grade assignement based question
- Add js changes
|
|
|
|
|
|
|
|
The can_skip_questions attribute is to be set True for students to be able to skip questions.
If it is set as False, students wont be able to skip to the next question.
|
|
|
|
|