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_instructor_asked_question_by_student.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_student_assignment_evaluate.php
5 years ago
to_student_course_completed.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_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_assignment_evaluate.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @since 1.6.9 |
| 5 | */ |
| 6 | |
| 7 | ?> |
| 8 | |
| 9 | <p>Hi,</p> |
| 10 | <p>The grade has been submitted for the assignment <strong>{assignment_name}</strong> for the course <strong>{course_name}</strong></p> |
| 11 | <p> |
| 12 | Your score: <strong>{assignemnt_score}</strong> |
| 13 | <br /> |
| 14 | Instructor Comment: {assignment_comment} |
| 15 | </p> |
| 16 |