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
Migrated pretest and posttest questions from **".js"** format to **."json"** format and updated .yml file.
- Loading branch information
Showing
5 changed files
with
85 additions
and
385 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": "1. Algorithm used for converting time series EEG data to power spectral density:", | ||
"answers": { | ||
"a": "ICA", | ||
"b": "Bandpass filter", | ||
"c": "IR filter", | ||
"d": "FFT" | ||
}, | ||
"correctAnswer": "d" | ||
}, { | ||
"question": "2. Power spectrum density indicates:", | ||
"answers": { | ||
"a": "Power distribution of EEG data series in time domain", | ||
"b": "Power distribution of EEG series in the frequency domain", | ||
"c": "Coherence of EEG series", | ||
"d": "None of the above" | ||
}, | ||
"correctAnswer": "b" | ||
}, { | ||
"question": "3. Unit for PSD measurement in EEG data:", | ||
"answers": { | ||
"a": "µVolts square per dB", | ||
"b": " µVolts sqaure per Hz", | ||
"c": "Volts sqaure per sec", | ||
"d": "µVolts" | ||
}, | ||
"correctAnswer": "b" | ||
}, { | ||
"question": "4. Which of the following is a real function of frequency ?", | ||
"answers": { | ||
"a": "PSD", | ||
"b": "FFT", | ||
"c": "PCA", | ||
"d": "None of the above" | ||
}, | ||
"correctAnswer": "a" | ||
}, { | ||
"question": "5. Power spectrum density method used for feature extraction of raw EEG signal", | ||
"answers": { | ||
"a": "Welch’s Method", | ||
"b": "K-nearest neighbors classifier", | ||
"c": "Bartlett method", | ||
"d": "None of the above" | ||
}, | ||
"correctAnswer": "a" | ||
}] |
Oops, something went wrong.