Skip to content

Commit 64d02c8

Browse files
authored
Merge pull request #1 from d-coder111/main
Updating the files
2 parents 6f0c1a5 + 8d15593 commit 64d02c8

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

index.html

+28
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,34 @@ <h3>8. What would you like to be known for?</h3>
8484
<label><input type="radio" name="q8" value="Hufflepuff"> Kindness</label>
8585
<label><input type="radio" name="q8" value="Slytherin"> Strategic success</label>
8686
</div>
87+
<div class="question">
88+
<h3>9. If you were at Hogwarts, what would be your favorite subject?</h3>
89+
<label><input type="radio" name="q9" value="Slytherin"> Potions</label>
90+
<label><input type="radio" name="q9" value="Gryffindor"> Defense Against the Dark Arts</label>
91+
<label><input type="radio" name="q9" value="Hufflepuff"> Herbology</label>
92+
<label><input type="radio" name="q9" value="Ravenclaw"> Transfiguration</label>
93+
</div>
94+
<div class="question">
95+
<h3>10. What is your ideal way to spend a weekend?</h3>
96+
<label><input type="radio" name="q10" value="Ravenclaw"> Reading a book or learning something new</label>
97+
<label><input type="radio" name="q10" value="Gryffindor"> Going on an adventure with friends</label>
98+
<label><input type="radio" name="q10" value="Hufflepuff"> Spending time with loved ones</label>
99+
<label><input type="radio" name="q10" value="Slytherin"> Working on personal goals or projects</label>
100+
</div>
101+
<div class="question">
102+
<h3>11. What is your biggest fear?</h3>
103+
<label><input type="radio" name="q11" value="Slytherin"> Failure</label>
104+
<label><input type="radio" name="q11" value="Gryffindor"> Being powerless</label>
105+
<label><input type="radio" name="q11" value="Hufflepuff"> Losing those I care about</label>
106+
<label><input type="radio" name="q11" value="Ravenclaw"> Being average</label>
107+
</div>
108+
<div class="question">
109+
<h3>12. Which color do you feel most drawn to?</h3>
110+
<label><input type="radio" name="q12" value="Ravenclaw"> Blue</label>
111+
<label><input type="radio" name="q12" value="Gryffindor"> Red</label>
112+
<label><input type="radio" name="q12" value="Hufflepuff"> Yellow</label>
113+
<label><input type="radio" name="q12" value="Slytherin"> Green</label>
114+
</div>
87115
<button type="submit">Get Sorted!</button>
88116
</form>
89117

0 commit comments

Comments
 (0)