Expert Quiz Creator

This workflow takes a topic and character and then create an incredible GPT4 generated quiz from it using the search result pages.

Instruct the LLM model on how to interpret the results to create an answer.

Download and embed the webpages for enhanced understanding. Slower but powerful.


Run cost = 175 credits

With each run, you agree to Gooey.AI's terms & privacy policy.

1. The words in the triple backticks are from the same franchise, Star Wars. Cassian Andor is a character from the Star Wars universe.

2. Quiz JSON:
```json
{
"quiz": {
"q1": {
"question": "What is Cassian Andor's height?",
"options": [
"1.78 meters",
"1.80 meters",
"1.75 meters",
"1.82 meters"
],
"answer": "1.78 meters"
},
"q2": {
"question": "What color are Cassian Andor's eyes?",
"options": [
"Blue",
"Green",
"Brown",
"Black"
],
"answer": "Brown"
},
"q3": {
"question": "What role did Cassian Andor play in the Rebellion?",
"options": [
"Pilot",
"Rebel spy",
"Jedi",
"Droid"
],
"answer": "Rebel spy"
},
"q4": {
"question": "What was the fate of Cassian Andor and Jyn at the end of Rogue One?",
"options": [
"They escaped",
"They were captured",
"They were killed",
"They joined the Empire"
],
"answer": "They were killed"
},
"q5": {
"question": "What was the result of Cassian Andor's efforts?",
"options": [
"The Death Star was destroyed",
"The Rebellion was defeated",
"The Empire gained more power",
"No significant impact"
],
"answer": "The Death Star was destroyed"
},
"q6": {
"question": "Who honored Cassian Andor's team by naming a new starfighter group after them?",
"options": [
"Han Solo",
"Luke Skywalker",
"Leia Organa",
"Darth Vader"
],
"answer": "Luke Skywalker"
}
}
}
```

3. Searched answers JSON:
```json
{
"answers": {
"q1": {
"question": "What is Cassian Andor's height?",
"searched_answer": "'Andor was a human male standing at 1.78 meters tall'"
},
"q2": {
"question": "What color are Cassian Andor's eyes?",
"searched_answer": "'Andor was a human male... with dark brown hair and brown eyes.'"
},
"q3": {
"question": "What role did Cassian Andor play in the Rebellion?",
"searched_answer": "'A good rebel agent who held dark secrets,'"
},
"q4": {
"question": "What was the fate of Cassian Andor and Jyn at the end of Rogue One?",
"searched_answer": "'The two then accepted their fate and shared a final embrace before they were killed in the resulting blast.'"
},
"q5": {
"question": "What was the result of Cassian Andor's efforts?",
"searched_answer": "'Andor's efforts helped lead to the destruction of the Death Star.'"
},
"q6": {
"question": "Who honored Cassian Andor's team by naming a new starfighter group after them?",
"searched_answer": "'Luke Skywalker, the pilot who had destroyed the Death Star, named a new starfighter group Rogue Squadron in honor of Andor's team.'"
}
}
}
```

4. Answer confirmation JSON:
```json
{
"confirmation": {
"q1": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
},
"q2": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
},
"q3": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
},
"q4": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
},
"q5": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
},
"q6": {
"answer_confirmed": true,
"reasoning": "The searched answer matches the correct answer."
}
}
}
```

How to Use This Recipe

Related Workflows