Skip to content

Commit 5d7e5b1

Browse files
authored
Merge pull request #1241 from ccnmtl/textfix
Fix text
2 parents 5508daa + 0a2406d commit 5d7e5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const RealDataPolynomials = ({
4040
if (showAnswer) {
4141
setIncorrectFeedback(<p>
4242
That is not the optimal study time. Please try again. Studying
43-
on average <strong>13.95 hours a week </strong> maximizes the
43+
on average <strong>14.3 hours a week </strong> maximizes the
4444
grade.</p>);
4545
} else {
4646
setIncorrectFeedback(
@@ -287,7 +287,7 @@ export const RealDataPolynomials = ({
287287
question={'Based on the quadratic regression model, ' +
288288
'what is the optimal study time that results in ' +
289289
'the highest predicted grade?'}
290-
correctFeedback={'13.95 hours per week is the ' +
290+
correctFeedback={'14.3 hours per week is the ' +
291291
'correct optimal study time!'}
292292
incorrectFeedback={incorrectFeedback}
293293
correctTextAnswer={'14.3'}

0 commit comments

Comments
 (0)