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

Allow negative marks for a question #706

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 15, 2020

  1. Allow negative marks for a question

    Moderator can set negative marks for a question.
    This handles the partial marks situation as well.
    prathamesh920 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f98ad48 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    58b3698 View commit details
    Browse the repository at this point in the history
  2. Add negative marks only for mcq and mcc question types.

    Negative marks will be available only for mcq and mcc questions on the
    add question interface.
    Also, on the safer side the negative marks are given only to the mcc and
    mcq questions at the backend.
    prathamesh920 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    72e7b76 View commit details
    Browse the repository at this point in the history