Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
MCQ // marks = 1, scoringScoring logic = partialPARTIAL
* Option 1 // score = 1
* Option 2 // score = 0
* Option 3 // score = 1
* Option 4 // score = 0

Player will get 1/2 marks on responding with Option 1
Player will get 1/2 marks on responding with Option 3
Player will get 1 marks on responding with Option 1 & 3

MCQ // marks = 1, scoringScoring logic = allALL
* Option 1 // score = 1
* Option 2 // score = 0
* Option 3 // score = 1
* Option 4 // score = 0
Player gets no marks for responding with Option 1
Player gets no marks for responding with Option 3
Player will get 1 marks on responding with Option 1 & 3

MCQ // marks = 1, scoringScoring logic = anyANY
* Option 1 // score = 1
* Option 2 // score = 0
* Option 3 // score = 1
* Option 4 // score = 0
Player gets 1 mark for responding with Option 1
Player gets 1 marks for responding with Option 3
Player will get 1 marks on responding with Option 1 & 3
Player will get 1 marks on responding with Option 1/3 & 2/4

...

ALL

ANY

PARTIAL

MCQ

Select the correct option. What is 2+2?

  1. 4

  2. 22

  3. 2

  4. 8

User gets full marks for selecting option 1

Select the correct option. What is 2+2?

  1. 4

  2. 22

  3. 2

  4. 8

User gets full marks for selecting option 1

Select the correct option. What is 2+2?

  1. 4

  2. 22

  3. 2

  4. 8
    User gets full marks for selecting option 1

MMCQ

From the options given below, select all the synonyms for 'happy'?
1. Glad
2. Joyful
3. Merry
4. Angry

User gets full marks for selecting all the 3 correct options ie 1,2,3.

From the options given below, select a synonym for 'happy'?

  1. Glad

  2. Joyful

  3. Merry

  4. Angry

User gets full marks for selecting either one of the 3 correct options ie 1 or 2 or 3

From the options given below, select all the synonyms for 'happy'?

  1. Glad

  2. Joyful

  3. Merry

  4. Angry

User gets 1/3 marks for entering options 1 or 1 & 4
User gets 1/3 marks for entering options 2 or 2 & 4
User gets 1/3 marks for entering options 3 or 3 & 4
User gets 2/3 marks for entering options 1 & 2
User gets 2/3 marks for entering options 1 & 3
User gets 2/3 marks for entering options 2 & 3

FTB

Q: The color on the Indian flag are ____ , _____ , _____.
A: The color on the Indian flag are saffron , white , green.
User gets full marks for filling the blanks giving the all the 3 answers

A: The color on the Indian flag are saffron , white , _____.

OR

A: The color on the Indian flag are saffron, white, yellow.
User does not score any marks for filling the blanks with 2 correct answers

A:The color on the Indian flag are saffron , ______ , _____.

OR

A: The color on the Indian flag are white , ______ , _____.
User does not score any marks for filling the blank with 1 correct answer

Q: The color on the Indian flag are ____ , _____ , _____.

A:The color on the Indian flag are saffron , _____ , _____.

OR
A:The color on the Indian flag are white , _____ , _____.

OR
A:The color on the Indian flag are green , _____ , _____.

User gets full marks for entering one(any) of the blanks with the correct answer

Q: The color on the Indian flag are ____ , _____ , _____.

A:The color on the Indian flag are saffron , _____ , _____.

OR
A:The color on the Indian flag are white , _____ , _____.

OR
A:The color on the Indian flag are green , _____ , _____.

User gets 1/3 marks for entering one of the blanks with the correct answer

A:The color on the Indian flag are saffron , white , ____.

A.The color on the Indian flag are saffron , green , _____.

A:The color on the Indian flag are green , white, _____.

User gets 2/3 marks for entering two of the blanks with the correct answers

MTF

Q: Match the following
A:

  • Apple ---> Fruit

  • Dog ---> Animal

  • Table ---> Furniture

    User gets full marks for matching all the 3 correctly

    A:

  • Apple ---> Fruit

  • Dog ---> Furniture

  • Table ---> Animal

  • User does not score any marks for 1 (or more ) correct match

Q: Match the following
A:

  • Apple ---> Fruit

  • Dog ---> Furniture

  • Table ---> Animal

    User gets full marks for matching at-least one(any) of the 3 correctly

Q: Match the following
A:

  • Apple ---> Fruit

  • Dog ---> Furniture

  • Table ---> Animal

    User gets 1/3 marks for matching at-least one(any) of the 3 correctly

  • Scoring logic will be present for questions and question sets

  • Default value of Scoring logic will be partial

  • The behaviour of Scoring logic when a question is part of a question set, can be defined for each of the primary category
    Example,

    Code Block
    For Primary Category 1 
    Effective Scoring logic to be considered from the Question set
    ie 
    Question Set 1 // Scoring logic = ALL 
    Question 1 // Scoring logic = PARTIAL
    The effective Scoring logic will be ALL
    
    For Primary Category 2
    Effective Scoring logic to be considered from the Question
    ie 
    Question Set 1 // Scoring logic = ALL 
    Question 1 // Scoring logic = PARTIAL
    The effective Scoring logic will be PARTIAL
    
    By default for any new Primary Category, effective Scoring logic will be from Question set

Assumptions:

  • There is no negative marking. Score is always positive.

    • In future, Score can be any number, system will award whether it is positive or negative.

...