h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

image choice - point calculation #163

Open ghost opened 1 year ago

ghost commented 1 year ago

There is a bit of trouble with the point calculation, in the content type “Image choice”. If the aim is to pick 5 correct images out of a larger set, and the user selects all the correct ones, and then one extra, the score will be recorded as 4/5 instead of 5/5.

It seems like the the wrong answers are subtracted from the score. Is it possible to change the setting so that you don’t get minus-points for the wrong answer? I can't seem to find this option in the settings. I understand that a problem with this could be that the player then can pick all the pictures and still get maximum points, but is it possible to add a setting/restriction so that you only can choose a maximum number of pictures?

otacke commented 1 year ago

@agnesleijon It's the same mechanism as in other content types, and I doubt that the H5P core team will change this or add such an option.

p.s.: The repository for the content type is https://github.com/h5p/h5p-multi-media-choice (this one is for the WordPress plugin only) and https://h5p.org/forum is more common for asking this kind of questions. You'll rarely get an answer on github.

ghost commented 1 year ago

@otacke Yes, I have the WP plugin. It wasn't obvious that the repo you refer to was the same since the type is called specifically "image choice" in WordPress.

Thanks for the forum. It wasn't easy to find, the contact options only referred to support emails that we didn't have since we don't have a pro version.

otacke commented 1 year ago

@agnesleijon H5P content types are not specific to a platform/plugin. You can run them on any H5P Integration (plugin for moodle, Lumi, and many others).

The speaking name of a content type that is used in the H5P Hub may differ from the repository name.