parts
4 years ago
body.php
4 years ago
content.php
4 years ago
no_course_belongs.php
5 years ago
previous-attempts.php
4 years ago
single_quiz_contents.php
4 years ago
top.php
4 years ago
no_course_belongs.php
12 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @version 1.4.3 |
| 5 | */ |
| 6 | ?> |
| 7 | |
| 8 | <div class="tutor-alert-warning"> |
| 9 | <h2><?php _e('No course found for this quiz', 'tutor'); ?></h2> |
| 10 | <p><?php _e('It seems there is no course belongs with this quiz, you can not attempt on this quiz without a course belongs, please notify to your instructor to fix this issue.', 'tutor'); ?></p> |
| 11 | </div> |
| 12 |