Created
September 12, 2025 19:56
-
-
Save SaeedX302/8573bb34045a5887611a9489c5a51811 to your computer and use it in GitHub Desktop.
Api.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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