Fill in the blanks
Submitted by lloyd4567 on Mon, 09/28/2015 - 13:54
Forums:
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.
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.
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
fnoks
Tue, 09/29/2015 - 07:57
Permalink
This is not currently
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
otacke
Sat, 12/03/2016 - 17:35
Permalink
I added that feature and
I added that feature and created a pull request.
tim
Mon, 12/05/2016 - 09:24
Permalink
Great work otacke! I've made
Great work otacke! I've made an issue for it to be merged:
https://h5ptechnology.atlassian.net/browse/HFP-321
otacke
Mon, 12/05/2016 - 09:49
Permalink
It's okay-ish. Writing a
It's okay-ish. Writing a parser would have been great ;-)