Grade calculations using conditions

Grade calculations using conditions

by Istvan Peto -
Number of replies: 3
Hi there,

here's the issue I've been pondering over for a while: I'd like to calculate the final score of a course according to certain conditions.
For example there are two activities in this course: a test and an essay. IF a student completed the test (the result doesn't really matters), the grade would be calculated of the sum of the activities. BUT IF he/she submitted only the essay, its score should be doubled and this would be the final score.

Thanks in advance!

István
In reply to Istvan Peto

Re: Grade calculations using conditions

by Elena Ivanova -
Ho about using multiplicator? One can go to the Full view in Categories and Items and type 2 in multiplicator column for the essay
In reply to Elena Ivanova

Tárgy: Re: Grade calculations using conditions

by Istvan Peto -
Elena,

thanks for the suggestion. As far as I understand grading, it may solve only the half of my problem. The essay activity need to be multiplicated only if students didn't use quiz activity (some kind of alternatives)
In reply to Istvan Peto

Re: Tárgy: Re: Grade calculations using conditions

by Itamar Tzadok -
Perhaps the approach suggested in this post may work for you. The quiz may serve as the flag if you normalize it by round((||Quiz||/100)+0.49,0). smile