Overall Feedback not showing for essay

Submitted by ajturner3 on Mon, 06/26/2023 - 23:11

Hello!

I'm trying to figure out why the overall feedback for this question isn't shown when the user submits their response. Shouldn't the overall feedback be displayed regardless of whether the users actually used the keywords or not?

Content types:

otacke

Tue, 06/27/2023 - 02:02

Permalink

Hi!That was a bug that was

Hi!

That was a bug that was triggered by the very low mastering percentage that you set. It was fixed in https://github.com/otacke/h5p-essay/commit/2f2410f7ad626ef086a2c7d43b724313a25d7bf2.

Please note that I do not have control over the release of the content type. The H5P core team needs to update the version on the H5P Hub.

Best,
Oliver

ajturner3

Tue, 06/27/2023 - 17:20

Permalink

Thanks Oliver :)

Hi Oliver!

Oh nice! Thanks for your work on this-- hopefully the h5p team updates the library in the hub soon-- but just to clarify, in the meanteam the feedback should display if the mastering percentage is set to a higher percentage?

otacke

Tue, 06/27/2023 - 22:09

Permalink

It should yes. The resulting

It should yes. The resulting mastering score is rounded unfortunately. In your case 1 % of 6 points maximum is 0.06, rounded down to 0 and that is what causes the trouble. Ensure that the mastering score will be rounded to 1 at least, then everything should work even with the bug still in place.