my version is the latest one qt5
why does my type in cloze does not show that i have one correct letter
oohhh anddd the first page is like messed up
how do i make it so that hi, how are is not repeated?
does anybody have a working template for a type in cloze deletions cards
this is mine though its wrong/
front
{{cloze:Text}}
{{type:cloze:Text}}
back
{{cloze:Text}}
{{type:cloze:Text}}
{{Back Extra}}
styling
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
.cloze {
font-weight: bold;
color: blue;
}
.nightMode .cloze {
color: lightblue;
}