can i add "credit" column in Gradebook - User Report

can i add "credit" column in Gradebook - User Report

Lilian Dewi -
Кількість відповідей: 9
I want to adding "Credit" column in gradebook - user report.
This "Credit" column means if a student have passed the passing grade, they will get credit.

For example :
"A" course consist of 3 quiz. Students need to have grade >70 to passed the passing grade and got credit. Each credit's quiz is 5. If a student passed all the quiz, he/she will got 15 credit.

This credit is different with 'weighting'. The course having weighted system for the final course's grade (it's calculated from weight in Gradebook).
But, the credit is not calculated from the Final Grade. It's calculate from each quiz's grade (based on the passing grade).

I need to add 1 new column (called "Credit") to show how much credit that student got in the course (student got credit if she/he passed the passing grade).
This is similar with GPA's calculation (but GPA from final grade).

So, the Gradebook - User Report will have 5 column (Grade Item, Grade, Percentage, Feedback, Credit)
and the Overview Report will have 3 column (Course Name, Grade, Credit).

Is this possible??
How can i do this??

Thank you so much for helping me. усміхаюсь
У відповідь на Lilian Dewi

Re: can i add "credit" column in Gradebook - User Report

Elena Ivanova -
Hi Lilian,
Do you imagine having just one total Credit grade at the end (e.g. your Course Credit = 15), or do you want to show Credit grade for every single activity (e.g. Quiz 1 = 78%, Credit for Quiz 1 = 5 points)?
У відповідь на Elena Ivanova

Re: can i add "credit" column in Gradebook - User Report

Lilian Dewi -
Hi Elena,

I want it to look like this :

Gradebook - User Report

Course A

Grade Item
Grade
Percentage
Feedback
Credit
Quiz 1
78
78%

5
Quiz 2
65
65%

0
Quiz 3
80
80%

5
Total
74
74%

10

Gradebook - Overview Report

Course Name
Grade
Credit
A
74
10

How can I do this??
У відповідь на Lilian Dewi

Re: can i add "credit" column in Gradebook - User Report

Elena Ivanova -
hmm, I can only (without any programming) suggest doing something like this, with the help of calculated columns

User report

Grade Item
Grade
Percentage
Feedback
Quiz 1
78


Credit for Quiz 1
5


Quiz 2
65


Credit for Quiz 2 0


Quiz 3
80


Credit for Quiz 3 5


Total for quizzes
74

Total for credits
10




(overview report - cannot think of anything)

"Credit for quiz 1" needs to be a manually added column. You can use this calculation for it: =round((||Quiz1||-25)/100,0)*5
(Note that I assume here that your quizzes are worth 100 points)

"Total for credits can use a formula = sum(||Credit1||,||Credit2||,||Credit3||)

Of course, replcae || with square brackets


У відповідь на Lilian Dewi

Re: can i add "credit" column in Gradebook - User Report

Lilian Dewi -
Hmm...
Can I change the column "Feedback" into "Credit" ??
And i'll put manually the credit on there.

Is there a way to have it like that??

Thanks.
У відповідь на Lilian Dewi

Re: can i add "credit" column in Gradebook - User Report

Elena Ivanova -
You can rename the Feedback lang string into Credit (this will influence whole install)
I would, however, simply type in the Feedback "your credit for this quiz is 5 points"


У відповідь на Elena Ivanova

Re: can i add "credit" column in Gradebook - User Report

Lilian Dewi -
How can i rename the lang??
Is it on moodle.php??
I've tried that and it doesn't change anything at all.

Feedback seems not change to 'Credit'.


У відповідь на Lilian Dewi

Re: can i add "credit" column in Gradebook - User Report

Elena Ivanova -
У відповідь на Elena Ivanova

Re: can i add "credit" column in Gradebook - User Report

Linda Roesch -

Elena,

You are my gradebook hero and I read every word you write about it. I really appreciate all the time you spend with us on this and I realize you answer the same questions over and over. So, here's one of those but it is easy - I cannot remember how to turn off the FEEDBACK column found in the user view?

Thank you,

Linda