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'}