Commit ·
67d609c
1
Parent(s): 421b5c9
removed test section from teacher dashboard
Browse files
backend/static/pages/teacher-dashboard.html
CHANGED
|
@@ -334,36 +334,6 @@
|
|
| 334 |
</div>
|
| 335 |
</div>
|
| 336 |
|
| 337 |
-
<!-- Test Data Generator Section -->
|
| 338 |
-
<div class="bg-white rounded-2xl shadow-lg p-6 border-r-4 border-green-500">
|
| 339 |
-
<div class="flex items-start gap-4">
|
| 340 |
-
<div class="flex-shrink-0">
|
| 341 |
-
<svg class="w-8 h-8 text-green-600" fill="currentColor" viewBox="0 0 20 20">
|
| 342 |
-
<path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM14 11a1 1 0 011 1v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1h-1a1 1 0 110-2h1v-1a1 1 0 011-1z"/>
|
| 343 |
-
</svg>
|
| 344 |
-
</div>
|
| 345 |
-
<div class="flex-1">
|
| 346 |
-
<h3 class="text-lg font-bold text-gray-900 mb-2">پر کردن دادههای تست</h3>
|
| 347 |
-
<p class="text-sm text-gray-600 mb-4">
|
| 348 |
-
برای تست سیستم گروهبندی، 10 دانشآموز اول (S001 تا S010) را با دادههای کامل و تصادفی پر کنید.
|
| 349 |
-
این شامل MBTI، VARK، نمرات AMS و Cooperative و ترجیحات دانشآموزی میشود.
|
| 350 |
-
</p>
|
| 351 |
-
<div class="flex gap-3">
|
| 352 |
-
<button onclick="fillTestData()" id="fillTestDataBtn" class="bg-green-600 hover:bg-green-700 text-white py-3 px-6 rounded-xl font-semibold transition-colors flex items-center gap-2">
|
| 353 |
-
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
|
| 354 |
-
<path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM14 11a1 1 0 011 1v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1h-1a1 1 0 110-2h1v-1a1 1 0 011-1z"/>
|
| 355 |
-
</svg>
|
| 356 |
-
پر کردن دادههای تست
|
| 357 |
-
</button>
|
| 358 |
-
<div id="testDataProgress" class="hidden flex items-center gap-2 text-sm text-gray-600">
|
| 359 |
-
<div class="inline-block w-5 h-5 border-2 border-green-600 border-t-transparent rounded-full animate-spin"></div>
|
| 360 |
-
<span id="testDataProgressText">در حال پردازش...</span>
|
| 361 |
-
</div>
|
| 362 |
-
</div>
|
| 363 |
-
</div>
|
| 364 |
-
</div>
|
| 365 |
-
</div>
|
| 366 |
-
|
| 367 |
<!-- Import JSON Data Section -->
|
| 368 |
<div class="bg-white rounded-2xl shadow-lg p-6 border-r-4 border-blue-500">
|
| 369 |
<div class="flex items-start gap-4">
|
|
|
|
| 334 |
</div>
|
| 335 |
</div>
|
| 336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 337 |
<!-- Import JSON Data Section -->
|
| 338 |
<div class="bg-white rounded-2xl shadow-lg p-6 border-r-4 border-blue-500">
|
| 339 |
<div class="flex items-start gap-4">
|