allow non-deletion lines in a cloze

This commit is contained in:
2022-11-12 04:24:00 +00:00
parent 7b3f17201d
commit 32ad3a5f18
2 changed files with 21 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
(reversed (basicText "dog") (basicText "chien"))
(reversed (typeText "owl") (typeText "chouette"))
(cloze "un" "deux" "trois" "quatre" "cinq")
(cloze "Numbers 1 through 5:" "?un" "?deux" "?trois" "?quatre" "?cinq")
(reversed (image "examples/france.png") (basicText "France"))