Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Change notification message in celery task
- Fix views test for regrade
- Change name from Grader to Quizzes in manage.html navbar
|
|
|
|
- Show selected files in the file input in lesson.js
- Show lesson content properly in students page
- Remove unnecessary div for video embed iframe
|
|
|
|
|
|
[UI] Multiple UI Fixes in New UI
|
|
- Fix indentation
- Add proper corresponding closing <div> tags
- Add closing <span> tags
- Minor changes in inconsistent HTML tags and commented HTML code
|
|
|
|
|
|
|
|
|
|
- Add new templates index.html, module.html, unit.html for course download
- Add links in student and moderator templates for course download
- Add video js plugin for rendering uploaded lesson video file
- Remove jquery-1.4.2
- Add template tag to get formatted names
- Change student and moderator lesson template to view lessons files properly
|
|
|
|
App Name: grades
Grading System provides with the grade for a given value.
It contains different grade ranges.
Has its own default grading system.
Allows you to modify and add grading system wth grade ranges.
To be done:
- Need to add README
- Good UI
- There are fields like can_be_used and order in models for future use.
- More tests
App name: Yaksh
Now every quiz has a default weightage of 100%, can be changed.
An aggregate is calculated for a given course.
Using grades app a grade is provide to the aggregate value.
|
|
- 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 icon to navbar
- Adjust links on navbar
- Add yaksh_text image on quit and complete page
|
|
|
|
|
|
Added side navigation bar.
Edit and view Profile base template set properly.
Added a tab "Enrolled Courses" for students to only view the courses
they are enrolled in.
|
|
Looks better in small devices as well.
|
|
Removed css redundancy.
Removed unwanted css.
Included css and js imports in base template.
Upgraded jquery to v1.9 for now.
|
|
regrade_papers
Resolved
Conflicts:
yaksh/models.py
yaksh/test_models.py
yaksh/urls.py
yaksh/views.py
|
|
A question can be regraded for a given quiz.
Whole quiz can be regraded. Particular user paper can be regraded.
Moved validate_answer from views to models.
regrade method also updates the answer i.e. marks and correctness.
Also, the answer paper percentage is updated.
|
|
|
|
|
|
|
|
|
|
|
|
A simple interface for students to view their answerpaper.
Moderator has an option where he can allow to students to view their
answerpaper.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|