We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70c7a7 commit 62a927dCopy full SHA for 62a927d
src/game1/questions.js
@@ -244,13 +244,13 @@ function SS_changeWaveLengthQuestions() {
244
245
if (isIncrease == 1) {
246
wavelengthChange = 'longer';
247
- correctOpt = 'The width of the Central Maxima decreases'
248
- wrongOpt = 'The width of the Central Maxima increases'
+ correctOpt = 'The width of the Central Maxima increases'
+ wrongOpt = 'The width of the Central Maxima decreases'
249
250
} else {
251
wavelengthChange = 'shorter';
252
- correctOpt = 'The width of the Central Maxima increases'
253
- wrongOpt = 'The width of the Central Maxima decreases'
+ correctOpt = 'The width of the Central Maxima decreases'
+ wrongOpt = 'The width of the Central Maxima increases'
254
255
};
256
0 commit comments