Skip to content

Commit

Permalink
Remove empty answers from questions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmeysner committed Feb 3, 2024
1 parent 29162a7 commit 861e26b
Showing 1 changed file with 4 additions and 39 deletions.
43 changes: 4 additions & 39 deletions src/assets/questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6582,31 +6582,21 @@
"answers": [
{
"id": 1,
"answer": "",
"correct": false
},
{
"id": 2,
"answer": "enkapsulacja danych",
"correct": true
},
{
"id": 3,
"id": 2,
"answer": "wykrywanie brakujących pakietów",
"correct": false
},
{
"id": 4,
"id": 3,
"answer": "kontrola sesji komunikacyjnych",
"correct": false
},
{
"id": 5,
"answer": "",
"correct": false
},
{
"id": 6,
"id": 4,
"answer": "określanie ścieżki dla pakietów danych",
"correct": false
}
Expand Down Expand Up @@ -8525,16 +8515,6 @@
"id": 4,
"answer": "FF00 :: / 8",
"correct": true
},
{
"id": 5,
"answer": "",
"correct": false
},
{
"id": 6,
"answer": "",
"correct": false
}
]
},
Expand All @@ -8561,16 +8541,6 @@
"id": 4,
"answer": "Napęd",
"correct": false
},
{
"id": 5,
"answer": "",
"correct": false
},
{
"id": 6,
"answer": "",
"correct": false
}
]
},
Expand Down Expand Up @@ -9919,16 +9889,11 @@
},
{
"id": 3,
"answer": "",
"correct": false
},
{
"id": 4,
"answer": "Pole numeru potwierdzenia wykorzystuje losowy numer portu źródłowego w odpowiedzi na klienta.",
"correct": false
},
{
"id": 5,
"id": 4,
"answer": "Numer potwierdzenia jest ustawiony na 1, aby oznaczać pakiet potwierdzenia z powrotem do klienta.",
"correct": false
}
Expand Down

0 comments on commit 861e26b

Please sign in to comment.