undefined - Follow Up Deployment
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
<!-- Assignment editor -->
|
| 69 |
<div id="assignmentArea" class="hidden">
|
| 70 |
<div class="flex justify-between items-center mb-4">
|
| 71 |
-
<h2 class="text-xl font-semibold">
|
| 72 |
<div class="flex items-center space-x-4">
|
| 73 |
<div>
|
| 74 |
<label for="languageSelect" class="block text-sm font-medium text-gray-700 mb-1">Language</label>
|
|
@@ -87,7 +87,9 @@
|
|
| 87 |
|
| 88 |
<div class="mb-4 p-4 bg-gray-100 rounded-md">
|
| 89 |
<h3 class="font-medium mb-2">Assignment Instructions:</h3>
|
| 90 |
-
<p id="assignmentPrompt" class="text-gray-700">
|
|
|
|
|
|
|
| 91 |
</div>
|
| 92 |
|
| 93 |
<div class="relative">
|
|
@@ -114,7 +116,7 @@
|
|
| 114 |
|
| 115 |
<!-- Locked summary -->
|
| 116 |
<div id="studentInfoDisplay" class="mt-6 p-4 bg-gray-100 rounded-md">
|
| 117 |
-
<h3 class="font-medium mb-2">Submission Information
|
| 118 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
| 119 |
<div><p class="text-sm text-gray-600">Roll Number</p><p id="displayRollNumber" class="font-medium"></p></div>
|
| 120 |
<div><p class="text-sm text-gray-600">Full Name</p><p id="displayStudentName" class="font-medium"></p></div>
|
|
|
|
| 68 |
<!-- Assignment editor -->
|
| 69 |
<div id="assignmentArea" class="hidden">
|
| 70 |
<div class="flex justify-between items-center mb-4">
|
| 71 |
+
<h2 class="text-xl font-semibold">TASK Editor</h2>
|
| 72 |
<div class="flex items-center space-x-4">
|
| 73 |
<div>
|
| 74 |
<label for="languageSelect" class="block text-sm font-medium text-gray-700 mb-1">Language</label>
|
|
|
|
| 87 |
|
| 88 |
<div class="mb-4 p-4 bg-gray-100 rounded-md">
|
| 89 |
<h3 class="font-medium mb-2">Assignment Instructions:</h3>
|
| 90 |
+
<p id="assignmentPrompt" class="text-gray-700">Type your assignment character by character. Copy-paste is not allowed.
|
| 91 |
+
|
| 92 |
+
</p>
|
| 93 |
</div>
|
| 94 |
|
| 95 |
<div class="relative">
|
|
|
|
| 116 |
|
| 117 |
<!-- Locked summary -->
|
| 118 |
<div id="studentInfoDisplay" class="mt-6 p-4 bg-gray-100 rounded-md">
|
| 119 |
+
<h3 class="font-medium mb-2">Submission Information</h3>
|
| 120 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
| 121 |
<div><p class="text-sm text-gray-600">Roll Number</p><p id="displayRollNumber" class="font-medium"></p></div>
|
| 122 |
<div><p class="text-sm text-gray-600">Full Name</p><p id="displayStudentName" class="font-medium"></p></div>
|