diff --git a/uebung10/quiz.html b/uebung10/quiz.html index ce5a0b4..aa02c2e 100644 --- a/uebung10/quiz.html +++ b/uebung10/quiz.html @@ -127,7 +127,7 @@ function getQuestions() { request.onreadystatechange = function () { if (this.readyState === 4 && this.status === 200) { - console.log(JSON.parse(this.respnseText)); + console.log(JSON.parse(this.responseText)); questions = JSON.parse(this.responseText);