send-reset-password.php
5 years ago
to_admin_course_updated.php
5 years ago
to_admin_new_course_published.php
5 years ago
to_admin_new_course_submitted_for_review.php
5 years ago
to_admin_new_instructor_signup.php
5 years ago
to_admin_new_student_signup.php
5 years ago
to_admin_new_withdrawal_request.php
5 years ago
to_instructor_asked_question_by_student.php
5 years ago
to_instructor_become_application_approved.php
5 years ago
to_instructor_become_application_received.php
5 years ago
to_instructor_become_application_rejected.php
5 years ago
to_instructor_course_completed.php
5 years ago
to_instructor_course_enrolled.php
5 years ago
to_instructor_lesson_completed.php
5 years ago
to_instructor_quiz_completed.php
5 years ago
to_instructor_student_submitted_assignment.php
5 years ago
to_instructor_withdrawal_request_approved.php
5 years ago
to_instructor_withdrawal_request_received.php
5 years ago
to_instructor_withdrawal_request_rejected.php
5 years ago
to_student_assignment_evaluate.php
5 years ago
to_student_course_completed.php
5 years ago
to_student_course_enrolled.php
5 years ago
to_student_feedback_submitted_for_quiz.php
5 years ago
to_student_manual_enrollment.php
5 years ago
to_student_new_announcement_posted.php
5 years ago
to_student_new_lqa_published.php
5 years ago
to_student_question_answered.php
5 years ago
to_student_quiz_completed.php
5 years ago
to_student_rate_course_and_instructor.php
5 years ago
to_student_remove_from_course.php
5 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><?php _e('Dear {student_username},', 'tutor'); ?> </p> |
| 10 | |
| 11 | <p> |
| 12 | <?php _e('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>.', 'tutor'); ?> |
| 13 | </p> |