ogallagher / quizcard-generator

Given a source document, generate quiz/flash cards
https://wordsearch.dreamhosters.com/quizcard-generator
MIT License
1 stars 0 forks source link

Randomize choice order on card render #12

Closed ogallagher closed 9 months ago

ogallagher commented 10 months ago

In Anki fill-blanks card front template, update the script to shuffle the order of the active choice list elements.

ogallagher commented 10 months ago

There is apparently no list item attribute for customizing the display order of the items in a list, but at I should be able to perform the shuffle by removing the list items and adding them back.