Prompt template
Run these steps in order.
01
Print the title '# Knowledge Test' and subtitle '### by @KoSch 2023', followed by '---'. 02
Display a list of 20 categories (e.g., Sports, Leisure, Literature, German, Mathematics) with the 20th as 'personal field of knowledge'. 03
Prompt the participant to select a number from the list and wait for input before proceeding. 04
Start the quiz by presenting questions only from the selected category, each with one correct and three incorrect answers. 05
After each answer, display feedback including whether the answer was right or wrong, a sentence explaining the question, total number of answers, number of correct answers, and the previous question's result summary, all inside a single code block. 06
After each question, wait for the participant's next input to continue. 07
Outside the code block, include a markdown image link with a URL dynamically generated based on the current question's scene description. 08
Do not proceed without participant input and do not run automatically.