Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
Add logo on Yaksh
|
|
|
|
Local mathjax
|
|
|
|
|
|
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 icon to navbar
- Adjust links on navbar
- Add yaksh_text image on quit and complete page
|
|
- Add yaksh_logo to navbar
- Add yaksh_text image on login page
- Modify footer bar
- Remove fron sidebar and add on navbar
|
|
|
|
- Add new tests for views
- Pep8 changes in views
|
|
|
|
- Add new views test
- Fix Selenium tests
|
|
- 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
|
|
- Add new views function to view course modules
- Add new url to view course modules
|
|
|
|
|
|
|
|
into yaksh_video_lessons
|
|
|
|
|
|
|
|
- Change view function name from show_video to show_lesson
- Change add quiz, lesson, module view function
|
|
|
|
into yaksh_video_lessons
|
|
Display error output without page reloading
|
|
|
|
|
|
|
|
|
|
- Fix view answer paper for student
- Fix existing views test cases
|
|
|
|
|
|
|
|
Also, added "markdown" to requirements
|
|
- 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
|
|
- 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 validation to check if prerequisite module is completed
- Fix User mode and God mode for quiz
- View proper message to user on failure
|
|
|
|
|
|
- Add new js for sending data to views
- Change existing js content
|
|
- Add new templates for creating lessons, modules, design course
- Change existing templates for student and moderator interface
|
|
|
|
- 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
|
|
- Add new urls for creating course with module and units
- Fix existing urls
|
|
- Add model forms for Lesson, LearningModule
- Add forms for LessonFile
|
|
- Add new models LearningModule, LearningUnit, CourseStatus, Lesson, LessonFile
- Change model associations
- Add new model methods
|
|
|