Skip to content

Commit

Permalink
Update questions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1BlauNitrox authored Jan 20, 2025
1 parent 0a3f493 commit b04e230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/uni/Quizz/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const quizData = [
},
{
index: 31,
question: "Wie bildet man das Zweierkomplement eines Binärzahl?",
question: "Wie bildet man das Zweierkomplement einer Binärzahl?",
answers: [
"Man negiert alle Bits und addiert 1",
"Man subtrahiert 1 von der Binärzahl",
Expand Down Expand Up @@ -834,4 +834,4 @@ const quizData = [
correctAnswer: "6"
},
];


0 comments on commit b04e230

Please sign in to comment.