From 0ed3c8625d8f9fdeca16adee50eb939788fb9ed7 Mon Sep 17 00:00:00 2001 From: pushpdeep <> Date: Sun, 24 Nov 2024 12:18:02 +0000 Subject: [PATCH] added payload --- experiment/posttest.json | 22 +--------------------- experiment/pretest.json | 30 +----------------------------- 2 files changed, 2 insertions(+), 50 deletions(-) diff --git a/experiment/posttest.json b/experiment/posttest.json index 96fbdfc..433845c 100644 --- a/experiment/posttest.json +++ b/experiment/posttest.json @@ -1,21 +1 @@ -[ - - { - "question": "If 1 m3 of water has 100kg, what will be its density?", - "qid": 1, - "option_a": "100 kg/m3", - "option_b": "10 kg/m3", - "option_c": "10000 kg/m3", - "option_d": "1000 kg/m3", - "correct_option": "d" - }, - { - "question": "If 13600 kg/m3 is density of liquid, what is its specific gravity?", - "qid": 2, - "option_a": "13.6", - "option_b": "13600", - "option_c": "136", - "option_d": "1.36", - "correct_option": "a" - } -] +{"version": 2.0, "questions": [{"question": "If 1 m3 of water has 100kg, what will be its density?", "answers": {"a": "100 kg/m3", "b": "10 kg/m3", "c": "10000 kg/m3", "d": "1000 kg/m3"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "d", "difficulty": "beginner"}, {"question": "If 13600 kg/m3 is density of liquid, what is its specific gravity?", "answers": {"a": "13.6", "b": "13600", "c": "136", "d": "1.36"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}]} \ No newline at end of file diff --git a/experiment/pretest.json b/experiment/pretest.json index 86eae38..f0d4e5a 100644 --- a/experiment/pretest.json +++ b/experiment/pretest.json @@ -1,29 +1 @@ -[ - { - "question": "Unit of density is", - "qid": 1, - "option_a": "kg/m3", - "option_b": "m3/kg", - "option_c": "N/kg", - "option_d": "kg/m4", - "correct_option": "a" - }, - { - "question": "Specific weight is the product of", - "qid": 2, - "option_a": "density and weight", - "option_b": "density and specific grsvity", - "option_c": "density and occurrence due to gravity", - "option_d": "density and volume", - "correct_option": "c" - }, - { - "question": "Specific gravity of Mercury is", - "qid": 3, - "option_a": "12.6", - "option_b": "13.6", - "option_c": "10", - "option_d": "13600", - "correct_option": "b" - } -] \ No newline at end of file +{"version": 2.0, "questions": [{"question": "Unit of density is", "answers": {"a": "kg/m3", "b": "m3/kg", "c": "N/kg", "d": "kg/m4"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "Specific weight is the product of", "answers": {"a": "density and weight", "b": "density and specific grsvity", "c": "density and occurrence due to gravity", "d": "density and volume"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "c", "difficulty": "beginner"}, {"question": "Specific gravity of Mercury is", "answers": {"a": "12.6", "b": "13.6", "c": "10", "d": "13600"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "b", "difficulty": "beginner"}]} \ No newline at end of file