Fill in the blanks

Is it possible to make fill in the blanks accept a regular expression instead? For example, accept any word that does not contain a number.

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

This is not currently possible, and not part of any future plans afaik. If you are a developer or have access to one, it is possible to add that feature. The code for Fill in the blanks is found here: https://github.com/h5p/h5p-blanks

tim's picture

Great work otacke! I've made an issue for it to be merged:

https://h5ptechnology.atlassian.net/browse/HFP-321

otacke's picture

It's okay-ish. Writing a parser would have been great ;-)