### Description Track the cards which got the highest percent of wrong answers, and output them while exiting. ### Checklist * [ ] Track the total number of times a card has been displayed * [ ] Track the total incorrect answers * [ ] Calculate percentage of incorrect answers to each card * [ ] Pick top 5 wrongly answered card * [ ] Display the cards in a formatted manner
Description
Track the cards which got the highest percent of wrong answers, and output them while exiting.
Checklist