In this lesson students will learn about the basic concept of interest. Students will discover how certain savings accounts may earn interest and how borrowing money can require paying interest, helping them understand that interest can either help money grow or make borrowing more expensive.
Lesson 8: How Does Interest Work?
Watch at least 95% of the lesson video to unlock your Money Agent Quiz.
Mission Video Progress
0%
Keep watching! Your quiz unlocks after you watch 95% of the lesson.
🔒
Quiz Locked
Watch at least 95% of the video to unlock your quiz.
" + q.explanation; } else { feedback.style.display = "block"; feedback.style.background = "#fef2f2"; feedback.style.color = "#991b1b"; feedback.innerHTML = " ✗ Not quite.
" + q.explanation; } }); var result = document.getElementById("quizResult8"); if(unanswered > 0){ result.style.display = "block"; result.style.background = "#fff7ed"; result.style.color = "#9a3412"; result.innerHTML = `
Almost Ready!
Please answer all 8 questions before completing your mission.
`; result.scrollIntoView({ behavior:"smooth", block:"center" }); return; } var percentage = Math.round( (score / questions.length) * 100 ); result.style.display = "block"; /* ===================================== PASS ===================================== */ if(percentage >= 70){ result.style.background = "#ecfdf5"; result.style.color = "#166534"; result.innerHTML = `🏆
Mission Complete!
${percentage}%
You answered ${score} out of 8 questions correctly.
Great work, Money Agent! You understand that earning interest can help savings grow, while paying interest can make borrowing cost more.
You've unlocked another important money skill!`; } /* ===================================== NOT PASSED ===================================== */ else { result.style.background = "#fef2f2"; result.style.color = "#991b1b"; result.innerHTML = `🎯
Keep Training, Money Agent!
${percentage}%
You answered ${score} out of 8 questions correctly.
You need at least 70% to complete this mission. Review how interest works and try again.
`; } result.scrollIntoView({ behavior:"smooth", block:"center" }); }; /* ===================================== RESET QUIZ ===================================== */ window.resetLesson8Quiz = function(){ document.querySelectorAll( '#yfs-lesson8 input[type="radio"]' ).forEach(function(input){ input.checked = false; }); questions.forEach(function(q,index){ var feedback = document.getElementById( "lesson8feedback" + index ); feedback.style.display = "none"; feedback.innerHTML = ""; }); document.getElementById("quizResult8") .style.display = "none"; document.getElementById("quizSection8") .scrollIntoView({ behavior:"smooth" }); }; buildQuiz(); })();