generated from virtual-labs/ph3-exp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from virtual-labs/dev
added payload
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version": 2.0, "questions": [{"question": "What does the absolute value of a number represent? ", "answers": {"a": "The magnitude of the number without considering its sign ", "b": "The sign of the number ", "c": "The reciprocal of the number ", "d": "The square of the number"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "What is the absolute value of 0?", "answers": {"a": "0", "b": "1", "c": "-1", "d": "undefined"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "Which p-norm corresponds to the Manhattan distance? ", "answers": {"a": "p=1", "b": "p=2", "c": "p=1.1", "d": "p=0"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "What does the p-norm represent in mathematics? ", "answers": {"a": "A measure of distance or size in a vector space ", "b": "The probability of an event occurring ", "c": "The derivative of a function at a point ", "d": "The limit of a sequence"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}, {"question": "What is the absolute value of -5?", "answers": {"a": "25 ", "b": "5", "c": "-5", "d": "0"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "b", "difficulty": "beginner"}]} | ||
{"version": 2.0, "questions": [{"question": "Sample Question", "answers": {"a": "Option A", "b": "Option B", "c": "Option C", "d": "Option D"}, "explanations": {"a": "", "b": "", "c": "", "d": ""}, "correctAnswer": "a", "difficulty": "beginner"}]} |