MVPQuestion / questions.json
DetectiveShadow's picture
Update questions.json
a0781d0 verified
[
{
"question": "What do we code with in Unity?",
"correct": "C#",
"incorrect": ["C++", "Python", "JSON"],
"category": "Coding Games",
"difficulty": "Newbie",
"explanation": "When coding in Unity, we use C#"
},
{
"question": "What does API stand for?",
"correct": "Application programming interface",
"incorrect": ["Application programming internet", "Artificial programming interface", "Apple pie inside"],
"category": "Web Development",
"difficulty": "Beginner",
"explanation": "HTML stands for HyperText Markup Language, used for structuring web content."
},
{
"question": "Which keyword is used to define a function in Python?",
"correct": "def",
"incorrect": ["func", "function", "define"],
"category": "Python",
"difficulty": "Newbie",
"explanation": "In Python, we use the 'def' keyword to define a function."
},
{
"question": "Which engine is most commonly used for 2D mobile games?",
"correct": "Unity",
"incorrect": ["Unreal", "CryEngine", "Godot"],
"category": "Game Engines",
"difficulty": "Intermediate",
"explanation": "Unity is widely used for both 2D and 3D mobile games due to its flexibility and community."
},
{
"question": "When do we meet in person normally?",
"correct": "Saturday",
"incorrect": ["Monday", "Friday", "Sunday"],
"category": "Basic knowledge",
"difficulty": "Hard",
"explanation": "There was no wrong answer"
},
{
"question": "What is the first Unity project in your course?",
"correct": "Driving vehicle",
"incorrect": ["Food fight, Jumping man", "fruit ninja"],
"category": "Random Fun",
"difficulty": "Newbie",
"explanation": "There was no wrong answer"
}
]