From 6bd3654b2fc80c22ba1cf28afe08c8460616e3c6 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 1 Feb 2024 00:13:42 +0100 Subject: [PATCH] New changes --- questions.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/questions.json b/questions.json index b840056..3e198a2 100644 --- a/questions.json +++ b/questions.json @@ -240,12 +240,12 @@ "answer": "1" }, { - "question": "Which of the following is a CSS preprocessor?", + "question": "What is the purpose of the CSS 'clip-path' property?", "options": { - "option1": "Bootstrap", - "option2": "Sass", - "option3": "React", - "option4": "jQuery" + "option1": "To specify the spacing between elements.", + "option2": "To apply a clipping mask to an element, hiding portions of the element based on a specified shape.", + "option3": "To control the positioning of an element relative to its parent.", + "option4": "To adjust the opacity of an element." }, "answer": "2" }, @@ -412,10 +412,10 @@ { "question": "console.log(2 + '2') - What will be the output of the following code?", "options": { - "option1": "1", - "option2": "2", - "option3": "3", - "option4": "4" + "option1": "4", + "option2": "22", + "option3": "2'2'", + "option4": "22'4'" }, "answer": "2" },