Logo

Your Weekly Progress Report

Dear Dr. {{ $firstName }},

Here's the status of your quizzes for this week:

Quiz Progress

@if(count($completedQuizzes) > 0)
    @foreach($completedQuizzes as $quiz)
  • {{ $quiz['name'] }} ({{ $quiz['marks'] }} marks)
  • @endforeach

Well done! You’ve completed this week’s quiz and moved one step closer to mastering the material.

@else

Last week’s quiz is still pending — make sure to complete it to stay ahead!

@endif

Completed Course Contents

@if(count($completedCourses) > 0)
    @foreach($completedCourses as $course)
  • {{ $course }}
  • @endforeach

Great job staying on track — you’ve successfully engaged with week’s course module!

@else

You missed week’s course module — let’s get back on track tomorrow!

@endif

@if(count($completedCourses) > 0 && count($completedQuizzes) > 0) Keep up the great work! @endif If you have any questions or need assistance, please don't hesitate to reach out to our support team.

Best regards,
The Winspert LMS Team