Scoring strategy for question categories

Added by Jamila Aliyeva 30 days ago

I need each correct answer to give 2 points, each incorrect answer to take 1 point, but if the question is from another category of the question, it should not take one point from previous category, at the end all the point should be summarized

for e.g

I have answered 3 correct answers and 2 incorrect from category 1

I should have 6 point as a correct answer and -2 points, total points for this category is 4

In 2nd category I answered 4 correct answers and 1 incorrect

8 points as a correct answers and -1 as incorrect, total score is 7

At the end I should summarize it as 11 points


Replies (30)

RE: Scoring strategy for question categories - Added by Jamila Aliyeva 14 days ago

now it works, so my last question is, is it possible to separate score for scientific question (like math, chemistry and so on) from english score? so scientific score should not affect english score, but it should be in same exam file?

RE: Scoring strategy for question categories - Added by Frédéric Bréal 13 days ago

---
#
preferences: # préférences globales 
  odscolumns: level #  pour l'export en ODS ;  afficher code à la place de value, à utiliser avec code mis dans levels (voir plus bas).
  skip_indicatives: 0 # Pour tenir compte des questions indicatives dans les pourcentages.
  decimal_separator: "," # choix du séparateur décimal, par défautc'est le point.
#
topics: # les paramétrages des compétences en elles-mêmes 
#
# L'ordre des clés n'est pas important tant que les espaces sont respectées.
  - id: science
    value: "ratio:100:0.25" 
    format: "Note globale : %{value}/100 (score total %{score}/%{max})" 
    decimals: 2
    floor: 0
    questions:
      - "math*" 
      - "science*" # every ids related to each  scientific question.
#
  - id: English
    value: "ratio:100:0.25" 
    format: "Note globale : %{value}/100 (score total %{score}/%{max})" 
    decimals: 2
    floor: 0
    questions:
      - "text" 

RE: Scoring strategy for question categories - Added by Jamila Aliyeva 13 days ago

so my max score is 85, i wrote 1 incorrect answer and instead of 84, it is 82

RE: Scoring strategy for question categories - Added by Jamila Aliyeva 13 days ago

Jamila Aliyeva wrote:

so my max score is 85, i wrote 1 incorrect answer and instead of 84, it is 82

i figured it out

RE: Scoring strategy for question categories - Added by Frédéric Bréal 13 days ago

Without annotated pdf or your file / folder, i can't guess.

« Previous 1 2 (26-30/30)