Skip to content

Commit 62a927d

Browse files
authored
Update questions.js
1 parent c70c7a7 commit 62a927d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/game1/questions.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ function SS_changeWaveLengthQuestions() {
244244

245245
if (isIncrease == 1) {
246246
wavelengthChange = 'longer';
247-
correctOpt = 'The width of the Central Maxima decreases'
248-
wrongOpt = 'The width of the Central Maxima increases'
247+
correctOpt = 'The width of the Central Maxima increases'
248+
wrongOpt = 'The width of the Central Maxima decreases'
249249

250250
} else {
251251
wavelengthChange = 'shorter';
252-
correctOpt = 'The width of the Central Maxima increases'
253-
wrongOpt = 'The width of the Central Maxima decreases'
252+
correctOpt = 'The width of the Central Maxima decreases'
253+
wrongOpt = 'The width of the Central Maxima increases'
254254

255255
};
256256

0 commit comments

Comments
 (0)