Branching scenario scoring
Submitted by KirstenBlack on Tue, 01/28/2020 - 00:26
Forums:
Hi there,
I've nominated 'dynamic scoring' of a branching scenario, but the summary is giving me very weird numbers. students should be able to score up to 100 points for various choices, but the end score is giving a score out of 48 only. If you get all the choices correct, you get 100/48?? How do I get rid of the "48" total score?
BV52
Tue, 01/28/2020 - 17:21
Permalink
Hi Kirsten,Would you mind
Hi Kirsten,
Would you mind uploading a sample content that is having this issue. It's either there is just a need to change settings to make it work or this is a bug. Unfortunately I can't reproduce it myself and unable to file it as such.
-BV
KirstenBlack
Tue, 01/28/2020 - 23:18
Permalink
Thanks BV, is this link all
Thanks BV,
is this link all you need?
https://vu.h5p.com/content/1290909360997129099
Thanks so much for your help
KirstenBlack
Tue, 01/28/2020 - 23:19
Permalink
Brnaching scenario scoring
Thanks BV,
is this link all you need?
https://vu.h5p.com/content/1290909360997129099
Much appreciated.
Kirsten
BV52
Wed, 01/29/2020 - 17:20
Permalink
Hi Kirsten,Thank you for the
Hi Kirsten,
Thank you for the link. I do see what you meant regarding the score although I won't be able to check the settings since I cannot download it. Would you mind uploading the content here so that we can check the settings.
-BV
otacke
Wed, 01/29/2020 - 17:47
Permalink
Hi all!I assume there's a
Hi all!
I assume there's a misunderstanding about the logic of dynamic scoring. It doesn't sum up all points of all nodes and uses that amount for the maximum score. It generates a list of all paths from the first node to a terminal node (without loops), computes the maximum score for each path and then takes the largest maximum score of those as the maximum score for the whole exercise (cmp. https://github.com/h5p/h5p-branching-scenario/blob/master/scripts/scoring.js#L139-L183).
Cheers,
Oliver
KirstenBlack
Thu, 01/30/2020 - 00:46
Permalink
Branching scenario dynamic scoring
Hi BV.
I'm sending you the downloaded file.
Oliver, since my scenario uses many loops, the total score is not calculating correctly and this is very misleading for students, who can score much more than the total score (!!!) Is there a way of turning off the total score so that you just get a score (and not a score out of total)?
Thanks
otacke
Thu, 01/30/2020 - 01:21
Permalink
Hi Kirsten!I don't know of a
Hi Kirsten!
I don't know of a switch to change the behavior, but you could override the CSS to hide the max score, cmp. https://h5p.org/documentation/for-developers/visual-changes
Best,
Oliver