We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I was trying to set alternative solutions for a H5P flashcard, and it didn't work with the pipe symbol "|".
I checked in the js file and saw the delimiter was the slash symbol "/".
h5p-flashcards/js/flashcards.js/lines 801-804
C.splitAlternatives = function (text, delimiter, escaper) { text = text || ''; delimiter = delimiter || '/'; escaper = escaper || '\\';
In the json files, (en.json and fr.json) :
language/.en.json/line 23 (same for the french version)
"description": "Answer (solution) for the card. Use a pipe symbol | to split alternative solutions. Use \\| if a solution should contain a |."
The text was updated successfully, but these errors were encountered:
That's why there's #115
Sorry, something went wrong.
No branches or pull requests
Hello,
I was trying to set alternative solutions for a H5P flashcard, and it didn't work with the pipe symbol "|".
I checked in the js file and saw the delimiter was the slash symbol "/".
h5p-flashcards/js/flashcards.js/lines 801-804
In the json files, (en.json and fr.json) :
language/.en.json/line 23 (same for the french version)
The text was updated successfully, but these errors were encountered: