From 4a674737026a27eb7ba6b3c325eebc1f39d3a32a Mon Sep 17 00:00:00 2001 From: JasperBoller Date: Mon, 5 May 2025 12:38:50 +0100 Subject: [PATCH] Update questions.json Added five new changes --- Quiz App Master/questions.json | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/Quiz App Master/questions.json b/Quiz App Master/questions.json index f9d5237..69351ad 100644 --- a/Quiz App Master/questions.json +++ b/Quiz App Master/questions.json @@ -22,5 +22,50 @@ "choice3": "msg('Hello World');", "choice4": "alert('Hello World');", "answer": 4 + }, + { + "question": "Which HTML tag is used to link a JavaScript file?", + "choice1": "