Branching scenario scoring

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's picture

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

Thanks BV, 

is this link all you need?

https://vu.h5p.com/content/1290909360997129099

Thanks so much for your help

 

 

Thanks BV, 

is this link all you need? 

https://vu.h5p.com/content/1290909360997129099

Much appreciated. 

Kirsten 

BV52's picture

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's picture

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

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's picture

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