AI Builder Series — Workshop 1
by Brendon Thiede
We're building a quiz app across all 4 workshops.
"make me a quiz"
What do you think AI will do with this?
"Create an HTML page with a trivia quiz about animals for kids. Show one question at a time with 4 multiple choice buttons. Track the score and show it at the end."
Who should AI pretend to be?
"You are a web developer building a kids' trivia app."
What's the background?
"This is a simple quiz about animals for students ages 10-14."
What should AI do?
"Create an HTML page with a multiple choice quiz."
What are the rules?
"Use only HTML, CSS, and JavaScript. Show one question at a time."
What should it look like?
"Questions look like: What is the fastest land animal?
A) Cheetah B) Lion C) Horse D) Eagle"
Let's build our quiz app step by step.
Type this into Copilot Chat:
"make me a quiz"
Run the code. What happened?
Now try adding context and constraints:
"Create a trivia quiz about animals for kids using HTML, CSS, and JavaScript in a single page"
Give AI a specific example of what you want:
"Questions should look like:
What is the fastest land animal?
A) Cheetah B) Lion C) Horse D) Eagle"
Stretch, grab water, and come back ready to build.
Write down one thing that surprised you about AI's output.
AI can see your app!
Ask Copilot:
"Open my quiz app in the browser, take a look at it, and suggest 3 ways to improve the design."
Now try prompts like:
AI sees the actual page and makes targeted fixes.
Create your own tool for writing better prompts.
git add .
git commit -m "Initial quiz app from Workshop 1"
One Thing at a Time
Your quiz works, but the code is a mess.
Next time, we'll organize it so we can safely grow it.