Skip to content

Commit 0ea8097

Browse files
committed
Fix answer
1 parent eb4229a commit 0ea8097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/js/src/simulations/simulation4/realDataPolynomials.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const RealDataPolynomials = ({
290290
correctFeedback={'13.95 hours per week is the ' +
291291
'correct optimal study time!'}
292292
incorrectFeedback={incorrectFeedback}
293-
correctTextAnswer={'13.95'}
293+
correctTextAnswer={'14.3'}
294294
setIsCorrect={handleIsCorrect(0)}
295295
isTextInput={true}
296296
correctAnswerIndex={2}

0 commit comments

Comments
 (0)