Student Information
<label for="age">Age:</label>
<input type="number" id="age" name="age" required><br><br>
<label for="dob">Date of Birth:</label>
<input type="date" id="dob" name="dob" required>
</div>
<!-- Section 1: Real-World Interests -->
<div>
<h2>Section 1: Real-World Interests</h2>
<div>
<h3>1. If you could solve a problem, what would you focus on?</h3>
<div class="options">
<label><input type="radio" name="q1" value="A"> A. Inventing a tool or technology to improve daily life.</label>
<label><input type="radio" name="q1" value="B"> B. Leading a team to help others or achieve a goal.</label>
<label><input type="radio" name="q1" value="C"> C. Discovering solutions to environmental or scientific problems.</label>
<label><input type="radio" name="q1" value="D"> D. Sharing ideas through art, music, or storytelling.</label>
</div>
</div>
<div>
<h3>2. What type of project feels most meaningful to you?</h3>
<div class="options">
<label><input type="radio" name="q2" value="A"> A. Constructing or engineering something useful.</label>
<label><input type="radio" name="q2" value="B"> B. Organizing or contributing to a team effort.</label>
<label><input type="radio" name="q2" value="C"> C. Researching and solving a challenging problem.</label>
<label><input type="radio" name="q2" value="D"> D. Creating something that inspires or communicates a message.</label>
</div>
</div>
<div>
<h3>3. Which real-world activity excites you most?</h3>
<div class="options">
<label><input type="radio" name="q3" value="A"> A. Designing or building something innovative.</label>
<label><input type="radio" name="q3" value="B"> B. Leading a team or working in a group.</label>
<label><input type="radio" name="q3" value="C"> C. Exploring scientific discoveries or puzzles.</label>
<label><input type="radio" name="q3" value="D"> D. Creating art, music, or stories that inspire others.</label>
</div>
</div>
<div>
<h3>4. If you could take on a big project, which excites you the most?</h3>
<div class="options">
<label><input type="radio" name="q4" value="A"> A. Building a company where you can sell the merch you design.</label>
<label><input type="radio" name="q4" value="B"> B. Building an electric skateboard from wood and wires.</label>
<label><input type="radio" name="q4" value="C"> C. Creating a YouTube gaming channel.</label>
<label><input type="radio" name="q4" value="D"> D. Producing a short film where you direct, act, and edit.</label>
</div>
</div>
<div>
<h3>5. How do you approach real-world challenges?</h3>
<div class="options">
<label><input type="radio" name="q5" value="A"> A. By constructing and testing solutions.</label>
<label><input type="radio" name="q5" value="B"> B. By collaborating and organizing others.</label>
<label><input type="radio" name="q5" value="C"> C. By researching and analyzing data.</label>
<label><input type="radio" name="q5" value="D"> D. By expressing ideas through creativity.</label>
</div>
</div>
</div>
<!-- Section 2: Learning Preferences -->
<div>
<h2>Section 2: Learning Preferences</h2>
<div>
<h3>6. How do you learn best?</h3>
<div class="options">
<label><input type="radio" name="q6" value="A"> A. By building or experimenting with something hands-on.</label>
<label><input type="radio" name="q6" value="B"> B. By discussing ideas and working with others.</label>
<label><input type="radio" name="q6" value="C"> C. By solving problems independently and reflecting on results.</label>
<label><input type="radio" name="q6" value="D"> D. By creating something artistic or expressive.</label>
</div>
</div>
<div>
<h3>7. What helps you remember information the most?</h3>
<div class="options">
<label><input type="radio" name="q7" value="A"> A. Watching videos, diagrams, or demonstrations.</label>
<label><input type="radio" name="q7" value="B"> B. Hearing explanations or group discussions.</label>
<label><input type="radio" name="q7" value="C"> C. Writing things down or solving problems step by step.</label>
<label><input type="radio" name="q7" value="D"> D. Associating the material with emotions, stories, or visuals.</label>
</div>
</div>
<!-- Continue adding the remaining questions for Section 2 -->
</div>
<!-- Add Sections 3 and 4 similarly -->
<button type="button" onclick="calculateResult()">Submit</button>