Disable Retry Button in Quiz (question set)

An author should be able to remove the "retry" button from a deck of questions.

Currently the settings seem to allow this (disable retry button) but this setting has no effect which makes it even more confusing for the author.

Summary: 
Deactivate retry button for question bank
Content types: 
0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
BV52's picture

Hi pakwolf,

Thanks a lot for contributing your ideas on how to make H5P better! We’re now working on something called the H5P supporter program allowing the H5P community to vote for and fund the top voted H5P features. Also there are developers in the community who every now and then works on a feature they find interesting or useful.

-BV52

ranorby's picture

Any movement on this?  It seems amazing that it's not already part of the feature set.  In the meantime, I'll just hack it to get rid of the button.

BV52's picture

Hi ranorby,

I'm afraid no one has picked up this project yet.

Edit: Someone has reminded me that the feature actually has been created. You can check this thread for more details. The changes has been merged and should be included in the next release I'm not sure though about the timeline.

-BV52

ranorby's picture

Thanks BV52.  In the meantime, it's easy enough to hide with css.

button.qs-retrybutton {display: none;}