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_course_completed.php
13 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @version 1.4.3 |
| 5 | */ |
| 6 | |
| 7 | ?> |
| 8 | |
| 9 | <p> Dear {student_username}, </p> |
| 10 | |
| 11 | <p> |
| 12 | Thank you for completing <strong>{course_name}</strong> on <strong>{completion_time}</strong>. This message is to confirm that you have successfully completed the mentioned course. For future access, the course will be available on <strong>{course_url}</strong>. |
| 13 | </p> |