Unable to display statistics viewing for my python project
I have a Python project from an online course whereby I am tasked to build an interactive learning tool that allows users to create, practice, and test their knowledge using multiple-choice and freeform text questions. The program will track user statistics and provide options to manage the questions.
So far I managed to write some functions to add questions (either multiple choice or freeform questions) and then save them in a CSV file. The issue is after adding and saving a question (or more) I have yet to be able to view them (I cant spot any bug in my view_statistics function), as I’d always get “No questions available” notification. Please help, would be greatly appreciated!
Unable to display statistics viewing for my python project
I have a Python project from an online course whereby I am tasked to build an interactive learning tool that allows users to create, practice, and test their knowledge using multiple-choice and freeform text questions. The program will track user statistics and provide options to manage the questions.
So far I managed to write some functions to add questions (either multiple choice or freeform questions) and then save them in a CSV file. The issue is after adding and saving a question (or more) I have yet to be able to view them (I cant spot any bug in my view_statistics function), as I’d always get “No questions available” notification. Please help, would be greatly appreciated!
Unable to display statistics viewing for my python project
I have a Python project from an online course whereby I am tasked to build an interactive learning tool that allows users to create, practice, and test their knowledge using multiple-choice and freeform text questions. The program will track user statistics and provide options to manage the questions.
So far I managed to write some functions to add questions (either multiple choice or freeform questions) and then save them in a CSV file. The issue is after adding and saving a question (or more) I have yet to be able to view them (I cant spot any bug in my view_statistics function), as I’d always get “No questions available” notification. Please help, would be greatly appreciated!