From 0a2406d99f83020824d3a1f656a553d0324ecee3 Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:15:18 -0500 Subject: [PATCH] Fix text --- media/js/src/simulations/simulation4/realDataPolynomials.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/js/src/simulations/simulation4/realDataPolynomials.jsx b/media/js/src/simulations/simulation4/realDataPolynomials.jsx index 96f25669..1b8ac849 100644 --- a/media/js/src/simulations/simulation4/realDataPolynomials.jsx +++ b/media/js/src/simulations/simulation4/realDataPolynomials.jsx @@ -40,7 +40,7 @@ export const RealDataPolynomials = ({ if (showAnswer) { setIncorrectFeedback(
That is not the optimal study time. Please try again. Studying - on average 13.95 hours a week maximizes the + on average 14.3 hours a week maximizes the grade.
); } else { setIncorrectFeedback( @@ -287,7 +287,7 @@ export const RealDataPolynomials = ({ question={'Based on the quadratic regression model, ' + 'what is the optimal study time that results in ' + 'the highest predicted grade?'} - correctFeedback={'13.95 hours per week is the ' + + correctFeedback={'14.3 hours per week is the ' + 'correct optimal study time!'} incorrectFeedback={incorrectFeedback} correctTextAnswer={'14.3'}