Add Link to result on memory game "h5p-feedback h5p-show"
Submitted by Miriii269 on Sun, 04/05/2020 - 17:24
Forums:
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:
otacke
Tue, 04/07/2020 - 16:46
Permalink
Hi Miriii269!The most
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