= $user['first_name'] ?>
54 | 55 |= $user['email'] ?>
56 |= count($topics) . ' Topics' ?>
69 | 70 |Available in the system
71 |= $question ?>
83 | 84 |Total number of questions.
85 |= count($results) ?>
98 | 99 |People passed the test.
100 |├── favicon.ico ├── images ├── banner-1.png ├── banner-2.png ├── banner-3.png ├── banner-4.png └── banner-5.png ├── admin ├── src │ ├── images │ │ ├── AdminLTELogo.png │ │ └── user2-160x160.jpg │ ├── css │ │ ├── sweetalert2.css │ │ ├── login_signup.css │ │ └── toastr.min.css │ └── js │ │ └── toastr.min.js ├── auth.php ├── includes │ ├── footer.php │ ├── js.php │ ├── css.php │ └── navbar.php ├── index.php ├── user.php ├── results.php ├── dropdown.php ├── fill_in_the_blank.php ├── matching.php ├── topics.php ├── true_false.php ├── test.php ├── question.php └── lesson.php ├── logout └── index.php ├── 404.php ├── config.php ├── about.php ├── login └── index.php ├── index.php ├── includes ├── footer.php └── header.php ├── lessons.php ├── README.md ├── lesson_detail.php └── database.sql /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/favicon.ico -------------------------------------------------------------------------------- /images/banner-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/images/banner-1.png -------------------------------------------------------------------------------- /images/banner-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/images/banner-2.png -------------------------------------------------------------------------------- /images/banner-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/images/banner-3.png -------------------------------------------------------------------------------- /images/banner-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/images/banner-4.png -------------------------------------------------------------------------------- /images/banner-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/images/banner-5.png -------------------------------------------------------------------------------- /admin/src/images/AdminLTELogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/admin/src/images/AdminLTELogo.png -------------------------------------------------------------------------------- /admin/src/images/user2-160x160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iqbolshoh/php-education-management/HEAD/admin/src/images/user2-160x160.jpg -------------------------------------------------------------------------------- /logout/index.php: -------------------------------------------------------------------------------- 1 | 2 |
Don't wait to improve your English. Click below to start practicing and 97 | exploring 98 | our lessons!
99 | 100 |Our platform offers a variety of features to help you succeed:
107 |= $user['email'] ?>
56 |Available in the system
71 |Total number of questions.
85 |People passed the test.
100 |Your trusted platform for online education and services.
118 | 119 |Letter edu is an online platform dedicated to helping individuals learn English 125 | efficiently. Our mission is to provide high-quality education with interactive exercises, vocabulary 126 | building, and advanced language skills to help users progress and master the English language. Whether 127 | you're a beginner or looking to enhance your proficiency, Letter edu has the right tools to assist you 128 | in your learning journey.
129 |Explore our lessons designed to help you master the English language at every 141 | level. Choose a lesson below to get started!
142 |Discover our carefully crafted lessons designed to help you improve your English 148 | skills at every level, from beginner to advanced. Whether you're looking to build a solid foundation or 149 | enhance your fluency, we’ve got the perfect lesson for you. Start your journey below and unlock your 150 | potential to speak and write with confidence!
151 || № | 52 |Lesson Name | 53 |Actions | 54 |
|---|---|---|
| = $key + 1 ?> | 60 |61 | = $lesson['title'] ?> 62 | | 63 |64 | View Results 65 | | 66 |
| № | 75 |Participant Name | 76 |Total Questions | 77 |Answered Questions | 78 |Percentage | 79 |
|---|---|---|---|---|
| = $key + 1 ?> | 85 |= $result['participant_name'] ?> | 86 |= $result['total_questions'] ?> | 87 |= $result['answered_questions'] ?> | 88 |89 | 97 | | 98 |
No data available.
107 | 108 ||
83 |
84 | |
88 |
89 |
90 | |
94 |
95 |
96 | |
100 |
101 |
102 | |
106 |
107 |
108 | |
112 |
113 |
114 | |
118 |
119 |
120 | |
124 |
125 |
126 | |
130 |
131 |
132 | |
136 |
= $lesson['description'] ?> 187 |
188 | 189 |196 | = $item['description'] ?>
197 |205 | = $item['description'] ?>
206 || № | 157 |Left Side | 158 |Right Side | 159 |Actions | 160 |
|---|---|---|---|
| = $index + 1 ?> | 166 |
167 | = $matching['left_side'] ?> 168 | |
169 | = $matching['right_side'] ?> | 170 |171 | Edit 172 | Delete 173 | | 174 |
| № | 106 |Title | 107 |Description | 108 |Actions | 109 |{$count} | "; 118 | echo "{$topic['title']} | "; 119 | echo "{$topic['description']} | "; 120 | echo "121 | 129 | 133 | | "; 134 | echo ""; 135 | $count++; 136 | } 137 | } else { 138 | echo "
|---|---|---|---|
| No topics found. | |||