Question: Every time a user is saved, their quiz_score needs to be recalculated. Where might be an ideal place to add this logic?

  1. template
  2. model
  3. database
  4. view

Answer: The correct answer of the above question is Option B:model