Commit 467de020 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

fixed error messages

parent f3f9462c
Pipeline #1081 passed with stages
in 22 seconds
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div> <div>
<textarea oninput="handleTextAreaChange()" placeholder="Enter text here..." class="box-input" <textarea oninput="handleTextAreaChange()" placeholder="Enter text here..." class="box-input"
name="textarea" id="manual-text-entry" cols="90" rows="5" value=""></textarea> name="textarea" id="manual-text-entry" cols="90" rows="5" value=""></textarea>
<div id="textarea-validation" style="color: red;display: none;">Please enter text</div> <div id="textarea-validation" style="color: red;display: none;">Please enter text.</div>
</div> </div>
<div> <div>
<label for="calculatedTextCharacters">Total characters in text: </label> <label for="calculatedTextCharacters">Total characters in text: </label>
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<option value="Third Year">Third Year</option> <option value="Third Year">Third Year</option>
<option value="Fourth Year">Fourth Year</option> <option value="Fourth Year">Fourth Year</option>
</select> </select>
<div id="readerLevel-validation" style="color: red;display: none;">Please enter number of characters.</div> <div id="readerLevel-validation" style="color: red;display: none;">Please select reader level.</div>
</div> </div>
<div> <div>
<label for="readerCategory">Reader Category:</label> <label for="readerCategory">Reader Category:</label>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<option value="Good-ability group">Good-ability group</option> <option value="Good-ability group">Good-ability group</option>
<option value="Average-ability group">Average-ability group</option> <option value="Average-ability group">Average-ability group</option>
</select> </select>
<div id="readerCategory-validation" style="color: red;display: none;">Please enter number of characters.</div> <div id="readerCategory-validation" style="color: red;display: none;">Please select reader category.</div>
</div> </div>
<div> <div>
<div> <div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment