Skip to content

Commit 89c1ca4

Browse files
committed
Removed question numbering as it was deemed confusing.
1 parent 7cb1809 commit 89c1ca4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/routes/write/+page.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@
866866

867867
<p>{question}</p>
868868
<textarea
869-
placeholder="Type here (Question {globalIndex + 1})"
869+
placeholder="Type here"
870870
bind:value={form1_input_arr[globalIndex]}
871871
on:keydown={handleKeyDown}
872872
></textarea>
@@ -923,7 +923,7 @@
923923

924924
<p>{question}</p>
925925
<textarea
926-
placeholder="Type here (Question {globalIndex + 1})"
926+
placeholder="Type here"
927927
bind:value={form2_input_arr[globalIndex]}
928928
on:keydown={handleKeyDown}
929929
></textarea>
@@ -967,7 +967,7 @@
967967

968968
<p>{question}</p>
969969
<textarea
970-
placeholder="Type here (Question {globalIndex + 1})"
970+
placeholder="Type here"
971971
bind:value={form3_input_arr[globalIndex]}
972972
on:keydown={handleKeyDown}
973973
></textarea>
@@ -1011,7 +1011,7 @@
10111011

10121012
<p>{question}</p>
10131013
<textarea
1014-
placeholder="Type here (Question {globalIndex + 1})"
1014+
placeholder="Type here"
10151015
bind:value={form4_input_arr[globalIndex]}
10161016
on:keydown={handleKeyDown}
10171017
></textarea>

0 commit comments

Comments
 (0)