You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the content of a wordsToRepeat collection in a session is determined by the success or failure of a previous query.
As an alternative allow the wordsToRepeat collection to only contain cards which have a specific tag.
Notes:
A card may have several tags.
Tags are in a string value and separated by space
Any tag system may be used, e.g. instead of going for domains 'lesson01', 'lesson02' could be used as well.
Example
Instead of the spaced repetition algorithm to choose the words to repeat the choice is determined by a particular tag, in the example either 'mammal', 'bird' or 'otherAnimal'.
Currently the content of a wordsToRepeat collection in a session is determined by the success or failure of a previous query.
As an alternative allow the wordsToRepeat collection to only contain cards which have a specific tag.
Notes:
Any tag system may be used, e.g. instead of going for domains 'lesson01', 'lesson02' could be used as well.
Example
Instead of the spaced repetition algorithm to choose the words to repeat the choice is determined by a particular tag, in the example either 'mammal', 'bird' or 'otherAnimal'.
A word list example with the tags "mammal", "bird" or "otherAnimal" (YAML):
https://www.json2yaml.com/yaml-vs-json
JSON
The text was updated successfully, but these errors were encountered: