send-reset-password.php
6 years ago
to_instructor_asked_question_by_student.php
6 years ago
to_instructor_course_completed.php
6 years ago
to_instructor_course_enrolled.php
6 years ago
to_instructor_lesson_completed.php
6 years ago
to_student_course_completed.php
6 years ago
to_student_quiz_completed.php
6 years ago
to_student_quiz_completed.php
13 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @version 1.4.3 |
| 5 | */ |
| 6 | |
| 7 | ?> |
| 8 | |
| 9 | <p> Dear {username}, </p> |
| 10 | |
| 11 | <p> |
| 12 | Thank you for submitting your answers for <strong>{quiz_name}</strong> in course <strong>{course_name}</strong> at <strong>{submission_time}</strong>. This message is to confirm that we have received your answers. You can access this quiz on: <strong>{quiz_url}</strong>. |
| 13 | </p> |