Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
f1b29809
Commit
f1b29809
authored
Oct 25, 2020
by
Ratnadeep Rajendra Kharade
Browse files
changed values for dropdown to numbers
parent
059ef34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
f1b29809
...
...
@@ -64,10 +64,10 @@
<label
for=
"readerLevel"
>
Reader Level:
</label>
<select
class=
"box-input"
id=
"readerLevel"
onchange=
"readerLevelChangeEvent(event)"
>
<option
value=
""
>
Select level
</option>
<option
value=
"
First Year
"
>
First Year
</option>
<option
value=
"
Second Year
"
>
Second Year
</option>
<option
value=
"
Third Year
"
>
Third Year
</option>
<option
value=
"
Fourth Year
"
>
Fourth Year
</option>
<option
value=
"
1
"
>
First Year
</option>
<option
value=
"
2
"
>
Second Year
</option>
<option
value=
"
3
"
>
Third Year
</option>
<option
value=
"
4
"
>
Fourth Year
</option>
</select>
<div
id=
"readerLevel-validation"
class=
"error-message"
>
Please select the reader level.
</div>
</div>
...
...
@@ -75,10 +75,10 @@
<label
for=
"readerCategory"
>
Reader Category:
</label>
<select
class=
"box-input"
id=
"readerCategory"
onchange=
"readerCategoryChangeEvent(event)"
>
<option
value=
""
>
Select category
</option>
<option
value=
"
Mixed-ability group
"
>
Mixed-ability group
</option>
<option
value=
"
High-ability group
"
>
High-ability group
</option>
<option
value=
"
Good-ability group
"
>
Good-ability group
</option>
<option
value=
"
Average-ability group
"
>
Average-ability group
</option>
<option
value=
"
1
"
>
Mixed-ability group
</option>
<option
value=
"
2
"
>
High-ability group
</option>
<option
value=
"
3
"
>
Good-ability group
</option>
<option
value=
"
4
"
>
Average-ability group
</option>
</select>
<div
id=
"readerCategory-validation"
class=
"error-message"
>
Please select the reader category.
</div>
</div>
...
...
@@ -88,7 +88,7 @@
</div>
<div
id=
"calculate-time-element"
style=
"display: none;"
>
<div
class=
"title"
>
<h2>
Estimated Reading Time:
5
min
</h2>
<h2>
Estimated Reading Time:
<span
id=
"reading-time-element"
></span>
min
</h2>
</div>
<div>
Send your feedback on: ybehira@yahoo.com
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment