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.



Run cost = 175 credits

By submitting, 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."
}
}
}
```

Generated in 155.5s with seed 42 on 

...

How to Use This Recipe

Related Workflows

Search any document with GPT4

Add your PDF, Word, HTML or Text docs, train our AI on them with OpenAI embeddings & vector search and then process results with a GPT3 script. This workflow is perfect for anything NOT in ChatGPT: 250-page compliance PDFs, training manuals, your diary, etc.

Create a perfect SEO-optimized Title & Paragraph

Input a Google search query + your website & keywords to get AI search engine optimized content. This workflow parses the current top ranked sites and generates the best page summary for your site using OpenAI’s GPT3.

Copilot Builder

Create customized chatbots from your own docs/PDF/webpages. Craft your own bot prompts using the creative GPT3, fast GPT 3.5-turbo or powerful GPT4 & optionally prevent hallucinations by constraining all answers to just your citations. Available as Facebook, Instagram, WhatsApp bots or via API. Add multi-lingual speech recognition and text-to-speech in 100+ languages and even video responses. Collect 👍🏾 👎🏽 feedback + see usage & retention graphs too! This is the workflow that powers https://Farmer.CHAT and it's yours to tweak.

Profile Lookup + GPT4 for AI-Personalized Emails

Look up any email's public social profile (from LinkedIn, Facebook, the web, etc) and then use the profile's name, employment history, city, etc in your GPT3-powered AI mail merge to create personalized emails that get through spam filters.