checkout to switch (quizz)

pull/630/head
booleans-oss 4 years ago
parent b7e0c2436b
commit b4ee552f4c

@ -209,11 +209,11 @@
"questionText": "Πώς μεταβαίνετε σε έναν κλάδο;", "questionText": "Πώς μεταβαίνετε σε έναν κλάδο;",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git switch [όνομα-κλαδου]", "answerText": "git checkout [όνομα-κλαδου]",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "git checkout [όνομα-κλαδου]", "answerText": "git switch [όνομα-κλαδου]",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {

@ -209,11 +209,11 @@
"questionText": "ブランチを切り替えるにはどうしたらいいですか?", "questionText": "ブランチを切り替えるにはどうしたらいいですか?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git switch [ブランチ名]", "answerText": "git checkout [ブランチ名]",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "git checkout [ブランチ名]", "answerText": "git switch [ブランチ名]",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {

@ -209,11 +209,11 @@
"questionText": "நீங்கள் ஒரு கிளைக்கு எப்படி மாறுகிறீர்கள்?", "questionText": "நீங்கள் ஒரு கிளைக்கு எப்படி மாறுகிறீர்கள்?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git switch [branch-name]", "answerText": "git checkout [branch-name]",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "git checkout [branch-name]", "answerText": "git switch [branch-name]",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {

Loading…
Cancel
Save