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 #5 from virtual-labs/testing
Converted pre test and post test questions from .js format to .json format and updated .yml file
- Loading branch information
Showing
5 changed files
with
102 additions
and
301 deletions.
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[{ | ||
"question": "What is the colour change during titration with Na<sub>2</sub>S<sub>2</sub>O<sub>3</sub> before adding starch?", | ||
"answers": { | ||
"a": "Dark yellow to green", | ||
"b": "Green to pale yellow", | ||
"c": "Dark yellow to pale yellow", | ||
"d": "None of the above" | ||
}, | ||
"correctAnswer": "c" | ||
}, { | ||
"question": "What indicator is used during the titration ?", | ||
"answers": { | ||
"a": "Starch", | ||
"b": "Phenolphthalein", | ||
"c": "Methyl orange", | ||
"d": "Methylene blue" | ||
}, | ||
"correctAnswer": "a" | ||
}, { | ||
"question": "Select the correct statement.", | ||
"answers": { | ||
"a": "5 day BOD is the ultimate BOD", | ||
"b": "5 day BOD is less than 4 day BOD keeping other conditions same", | ||
"c": "5 day BOD is greater than 4 day BOD keeping other conditions same", | ||
"d": "BOD does not depend on time" | ||
}, | ||
"correctAnswer": "b" | ||
}, { | ||
"question": "High amount of dissolved oxygen in a lake indicate ", | ||
"answers": { | ||
"a": "High turbidity", | ||
"b": "Less water quality", | ||
"c": "Better water quality", | ||
"d": "Excessive aquatic plant or algae blooms" | ||
}, | ||
"correctAnswer": "c" | ||
}, { | ||
"question": "According to drinking water specification provided by IS 10500 (2012), what should be range of BOD of drinking water", | ||
"answers": { | ||
"a": "Greater than 2mg/l", | ||
"b": "Greater then 1mg/l", | ||
"c": "Less than 1mg/l", | ||
"d": "None of the above" | ||
}, | ||
"correctAnswer": "a" | ||
}] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.