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 #6 from virtual-labs/testing
Quiz is changed to json from js
- Loading branch information
Showing
5 changed files
with
12 additions
and
399 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 @@ | ||
[{"question":"A component which will compare the process parameter based on multiple sensors installed and pass Highest amongst all, to the regulatory device","answers":{"a":"High Selector","b":"Low Selector","c":"Rate Limiter","d":"None of these"},"correctAnswer":"a"},{"question":"A component which will compare the process parameter based on multiple sensors installed and pass Lowest amongst all, to the regulatory device","answers":{"a":"Low Selector","b":"High Selector","c":"Rate Limiter","d":"None of these"},"correctAnswer":"a"},{"question":"Number of inputs to high selector are","answers":{"a":"Two or many","b":"One","c":"Either a or b","d":"Both a and b"},"correctAnswer":"a"},{"question":"Power supply used is","answers":{"a":"5 VDC","b":"10 VDC","c":"24 VDC","d":"12 VDC"},"correctAnswer":"c"},{"question":"Limiter will have the inputs","answers":{"a":"One","b":"Two","c":"Three","d":"Four"},"correctAnswer":"b"}] |
Oops, something went wrong.