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