== Watching Lessons & Taking Quiz ==== Actors: **Registered User (USER)** **1.** The user opens a lesson. **2.** The user takes a quiz. **3.** The system stores the quiz attempt. {{{#!sql INSERT INTO quiz_attempt (score, attempt_date, user_id, quiz_id) VALUES (85, CURRENT_DATE, 1, 2); }}}