Skip to content

Instantly share code, notes, and snippets.

@SaeedX302
Created September 12, 2025 19:56
Show Gist options
  • Select an option

  • Save SaeedX302/8573bb34045a5887611a9489c5a51811 to your computer and use it in GitHub Desktop.

Select an option

Save SaeedX302/8573bb34045a5887611a9489c5a51811 to your computer and use it in GitHub Desktop.
Api.php
{
"date": "2025-09-12",
"quiz": [
{
"question": "What does a Blizzard Warning mean?",
"options": [
"Heavy rain",
"Sunny",
"Fog",
"Heavy snow"
],
"answer": "Fog"
},
{
"question": "What does a Green traffic light mean?",
"options": [
"Go",
"No U-turn",
"Parking are",
"One-way"
],
"answer": "One-way"
},
{
"question": "What does a Heat Advisory indicate?",
"options": [
"Cold weather",
"Rain",
"High heat",
"Wind"
],
"answer": "Wind"
},
{
"question": "What should you do when you see a signal red light?",
"options": [
"Turn light",
"Stop",
"Turn left",
"Go"
],
"answer": "Turn light"
},
{
"question": "What does a High Wind Warning mean?",
"options": [
"Rain",
"Snow",
"Strong winds",
"Calm winds"
],
"answer": "Snow"
}
],
"dev": "@Pak_Trick"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment