{
"type": "quiz",
"passThreshold": 0.7,
"questions": [
{
"id": "q1",
"text": "What does the 'cd' command do in the terminal?",
"points": 10,
"options": [
{"id": "a", "text": "Creates a new directory"},
{"id": "b", "text": "Changes your current directory (moves you to a different folder)"},
{"id": "c", "text": "Copies a directory"},
{"id": "d", "text": "Deletes a directory"}
],
"correctAnswers": ["b"]
},
{
"id": "q2",
"text": "What is the correct order of the core Git workflow?",
"points": 10,
"options": [
{"id": "a", "text": "git push, git add, git commit, git status"},
{"id": "b", "text": "git init, git push, git add, git commit"},
{"id": "c", "text": "git status, git add, git commit, git push"},
{"id": "d", "text": "git commit, git add, git status, git push"}
],
"correctAnswers": ["c"]
},
{
"id": "q3",
"text": "Why should you never commit API keys or passwords to a Git repository?",
"points": 10,
"options": [
{"id": "a", "text": "Git cannot store special characters in keys"},
{"id": "b", "text": "Once in Git history they are very hard to fully remove, and anyone with access can see them"},
{"id": "c", "text": "API keys expire as soon as they are committed"},
This lesson is part of The Developer's Toolkit — a paid course (NZ$39.00). Enrol to unlock the full lesson, audio, and completion tracking.
New to Lalapanzi.ai? We have a growing library of free courses — no sign-in required to start learning.