Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in video quiz and topic contents for a lesson #764

Closed
wants to merge 20 commits into from

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    d54b62c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Resolve conflicts

    adityacp committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4183028 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Change views, forms, models, urls

    - Disable the question type in video question form
    - Change urls to add graded quiz, exercise, poll type question
    - Save the topic and question in table of contents
    - Rename lesson attribute in TableOfContents model
    adityacp committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    23c6caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22930f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    7e5608d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1b8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Resolve conflicts

    adityacp committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    196e5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f9fc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    bee8d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Mulitple changes

    - Remove all alerts and add toast messages
    - Accept user submissions for the lesson quiz and evaluate
    - Initial lesson statistics
    adityacp committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    b1d2b88 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Show lesson quiz statistics

    adityacp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    98908b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Change multiple sections

    - Show lesson topic description as per the video time
    - Fix description preview for module and lesson
    - Order table of contents by time
    adityacp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a9a8f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Merge branch 'master' of https://github.com/FOSSEE/online_test into a…

    …dd_in_video_questions
    adityacp committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4535176 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    f02cd58 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    3130680 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Add more tests

    adityacp committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7589f98 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts

    adityacp committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8444e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Change forms, models, settings and template

    - Add max_upload_size in settings for video file
    - Change error messages in forms
    - Set the video_file field max_length
    - Fix add_lesson template for uploading video file
    adityacp committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0c5f2af View commit details
    Browse the repository at this point in the history
  2. Fix tests

    adityacp committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7a24df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab3353 View commit details
    Browse the repository at this point in the history