Hey everyone! I'm trying to create a dynamic quiz or test and I'm reaching out for some help. I'm pretty limited in terms of programming or scripting skills, but I'm eager to learn. Ideally, I'd like to use PowerShell, but I'm open to using a free WordPress plugin if that helps achieve my goals. Here's what I need:
1. I want users to select how many questions they'd like and maybe specify a subject. For example, I have a set of 1100 questions divided into subjects (e.g., questions 1-100 on subject 1, 101-200 on subject 2, etc.).
2. After the quiz, I'd like it to review incorrectly answered questions by showing the question, the user's answer, the correct answer, and an explanation.
3. A GUI-like experience is preferred. It doesn't need to be complex, just a simple window or form popup.
The questions are formatted in a text file with question numbers, choices, and correct answer details. Thanks for any tips or scripts you can share!
– Eric
1 Answer
If you share what you've got so far, there are plenty of folks here willing to help you troubleshoot. Just a heads up, though – this might not be the best place to ask for someone to do the work for you. By the way, why PowerShell specifically? What you're trying to do might not align well with its usual applications, and it might be harder to manage your quiz that way.
I thought PowerShell would make it easier to read a text file and manage some variables. I’ve done small scripts for admin tasks before, but this quiz is just for my wife to help with exam prep. I’m hoping to learn a bit about arrays in the process.