Some Ideas and useful AI hint for making quizzes

In developing a new class, I have some ideas that will benefit many others.
1. I am able to make (using AI) quiz banks and easily import them (I can share my AI prompt). When importing multiple choice questions, there is no way to randomize the answer order in the import, they must be done by hand on each question. Adding this to the edit screen for questions in a library would be useful. I will include the prompt that makes this possible at the end of this message.
2. I often need to check all my content for broken links each semester. A simple tool to help with this would be useful - have it summarize all broken links. I have tried giving an AI access to content to do this (every AI is capable) - but I have not been successful.
As promised, you can ask any AI to create multiple-choice questions on any topic. Add this to the end of the prompt and you can easily import them by copying and pasting into a CSV file.
Create 30 multiple-choice questions on the topics (list topics here).
Put the questions into the following CSV format.
NewQuestion, MC
ID, ""Add ID here - sequential numbering using M10Q##, where ## is question number""
Title, ""Put your title here""
QuestionText, ""Put The question text in quotes, put this in double quotes to prevent it interfering with CSV format""
Points, 1
Difficulty, 1
Option, 100, ""This is the correct answer""
Option, 0, ""This is incorrect answer 1""
Option, 0, ""This is incorrect answer 2""
Option, 25, ""This is partially correct""
Hint, ""Put the hint here removing any commas that will interfere with the CSV format or put this text in double quotes as shown""
Feedback , ""This is the feedback text - remove any commas that will interfere with the CSV format or put the text in double quotes as shown""
Comments
-
Try this using claude.ai. I have tested multiple AI tools, Claude does the best as it gives you the results as a separate file that can easily be pasted into a csv document.
Please create 35 multiple-choice quiz questions on the topics dealing with probability Basic probability axioms and rules, Sample spaces and events, Mutually exclusive and independent events, and Conditional probability all dealing with selecting the correct approach to solve a probability problem or solving simple calculations for a probability that can be done with a single calculation.
Put the questions into the following CSV format. Use a different Option for the correct answer for different questions.
NewQuestion, MC
ID, ""Add ID here - sequential numbering using M03Q##, where ## is question number""
Title, ""Put your title here""
QuestionText, ""Put The question text in quotes, put this in double quotes to prevent it interfering with CSV format""
Points, 1
Difficulty, 1
Option, 100, ""This is the correct answer""
Option, 0, ""This is incorrect answer 1""
Option, 0, ""This is incorrect answer 2""
Option, 25, ""This is partially correct""
Hint, ""Put the hint here removing any commas that will interfere with the CSV format or put this text in double quotes as shown""
Feedback , ""This is the feedback text - remove any commas that will interfere with the CSV format or put the text in double quotes as shown""