File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
media/js/src/simulations/simulation4 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments