Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions media/js/src/simulations/simulation4/realDataPolynomials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const RealDataPolynomials = ({
if (showAnswer) {
setIncorrectFeedback(<p>
That is not the optimal study time. Please try again. Studying
on average <strong>13.95 hours a week </strong> maximizes the
on average <strong>14.3 hours a week </strong> maximizes the
grade.</p>);
} else {
setIncorrectFeedback(
Expand Down Expand Up @@ -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'}
Expand Down