Add Link to result on memory game "h5p-feedback h5p-show"

Hi,

I would like to add an link on the result sencente "Gut gemacht" / "well done"

<a href="/page2">next Game </a>

Where I have to add this?

 

 

 

 

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

Hi Miriii269!

The most "compatible" way would be to override type of the input field for the feedback at https://github.com/h5p/h5p-memory-game/blob/master/semantics.json#L170-L176 It can be done using the "alter semantics"-Hook. You could also fork the content type and modify the semantics.json file according to the H5P specification. Please understand that I can't provide a step-by-step tutorial here. There are some similar cases on the forum that you might search for to help you out.

Best,
Oliver