iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

!! doesn't work for list questions #86

Closed iafisher closed 4 years ago

iafisher commented 4 years ago
> some answer
Incorrect.
> !!

should correct the previous answer to the list question, but in fact it corrects the previous question.

iafisher commented 4 years ago

For ordered lists: it should mark the previous response as correct.

For unordered lists: it should remove the last response i.e. make it as if the last response was never entered.