This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
rust-web/questions.json
2024-04-27 12:20:45 -07:00

123 lines
3.2 KiB
JSON

[
{
"id": 1,
"title": "Have a question?",
"content": "Just ask me",
"tags": ["intro"]
},
{
"id": 2,
"title": "How?",
"content": "Please help!",
"tags": ["general"]
},
{
"id": 3,
"title": "What is the capital of France?",
"content": "Need to know for a quiz!",
"tags": ["geography", "quiz"]
},
{
"id": 4,
"title": "Can you explain relativity?",
"content": "I'm confused about Einstein's theory.",
"tags": ["science", "physics"]
},
{
"id": 5,
"title": "What's a good vegan recipe?",
"content": "Looking for dinner ideas.",
"tags": ["food", "recipes"]
},
{
"id": 6,
"title": "How do I change a tire?",
"content": "My car tire is flat, what should I do?",
"tags": ["automotive", "DIY"]
},
{
"id": 7,
"title": "Best programming language for beginners?",
"content": "I'm new to coding.",
"tags": ["technology", "programming"]
},
{
"id": 8,
"title": "Is coffee good for health?",
"content": "Can drinking coffee have health benefits?",
"tags": ["health", "nutrition"]
},
{
"id": 9,
"title": "What's the current time in Tokyo?",
"content": "Need to make a call there.",
"tags": ["time", "world_clock"]
},
{
"id": 10,
"title": "How to meditate?",
"content": "I want to start meditation.",
"tags": ["wellness", "mindfulness"]
},
{
"id": 11,
"title": "Why do cats purr?",
"content": "Curious about cat behaviors.",
"tags": ["animals", "cats"]
},
{
"id": 12,
"title": "History of the Roman Empire?",
"content": "Looking for a brief overview.",
"tags": ["history", "education"]
},
{
"id": 13,
"title": "Effective study techniques?",
"content": "I need to improve my study habits.",
"tags": ["education", "learning"]
},
{
"id": 14,
"title": "Best way to save for retirement?",
"content": "Planning my financial future.",
"tags": ["finance", "retirement"]
},
{
"id": 15,
"title": "Symptoms of dehydration?",
"content": "What should I look out for?",
"tags": ["health", "hydration"]
},
{
"id": 16,
"title": "How to write a cover letter?",
"content": "Applying for a new job.",
"tags": ["career", "advice"]
},
{
"id": 17,
"title": "What is quantum computing?",
"content": "I've heard it's the future of tech.",
"tags": ["technology", "computing"]
},
{
"id": 18,
"title": "How to improve my credit score?",
"content": "Need advice on managing credit.",
"tags": ["finance", "credit"]
},
{
"id": 19,
"title": "What causes earthquakes?",
"content": "Wondering how earthquakes happen.",
"tags": ["science", "geology"]
},
{
"id": 20,
"title": "How to make homemade bread?",
"content": "Interested in baking.",
"tags": ["cooking", "baking"]
}
]