Untitled

 avatar
unknown
plain_text
9 months ago
5.9 kB
14
Indexable
<!DOCTYPE html>
<html>
<head>
  <title>Social Literacy Self-Assessment Questionnaire</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 40px; line-height: 1.5; }
            h2 { color: #333; }
                .question { margin-bottom: 20px; }
                    label { display: block; margin: 3px 0; }
                        textarea { width: 100%; height: 80px; margin-top: 5px; }
                            button { margin-top: 30px; padding: 10px 20px; }
                              </style>
                              </head>
                              <body>
                                <h1>Social Literacy Self-Assessment Questionnaire</h1>
                                  <p><strong>Name:</strong> <input type="text" style="width:300px;"></p>
                                    <p><em>Please select the option that best describes you most of the time.</em></p>

                                      <h2>Section 1: Communication</h2>

                                        <div class="question">
                                            <p>When I express my ideas, I ensure they are clear and easy for others to understand.</p>
                                                <label><input type="radio" name="q1" value="A"> Always</label>
                                                    <label><input type="radio" name="q1" value="B"> Often</label>
                                                        <label><input type="radio" name="q1" value="C"> Sometimes</label>
                                                            <label><input type="radio" name="q1" value="D"> Rarely</label>
                                                              </div>

                                                                <div class="question">
                                                                    <p>I make an effort to listen actively when others are speaking, and I respond thoughtfully to what they say.</p>
                                                                        <label><input type="radio" name="q2" value="A"> Always</label>
                                                                            <label><input type="radio" name="q2" value="B"> Often</label>
                                                                                <label><input type="radio" name="q2" value="C"> Sometimes</label>
                                                                                    <label><input type="radio" name="q2" value="D"> Rarely</label>
                                                                                      </div>

                                                                                        <div class="question">
                                                                                            <p>I adapt my communication style to suit different people and situations (e.g., formal vs. informal, different cultural backgrounds).</p>
                                                                                                <label><input type="radio" name="q3" value="A"> Always</label>
                                                                                                    <label><input type="radio" name="q3" value="B"> Often</label>
                                                                                                        <label><input type="radio" name="q3" value="C"> Sometimes</label>
                                                                                                            <label><input type="radio" name="q3" value="D"> Rarely</label>
                                                                                                              </div>

                                                                                                                <h2>Section 2: Collaboration & Teamwork</h2>
                                                                                                                  <!-- Repeat pattern for other questions -->
                                                                                                                    
                                                                                                                      <h2>Reflection Questions</h2>
                                                                                                                        <p>What do you consider to be your greatest strength in social interactions?</p>
                                                                                                                          <textarea name="strength"></textarea>

                                                                                                                            <p>What is one area of your social skills that you would like to improve, and why?</p>
                                                                                                                              <textarea name="improvement"></textarea>

                                                                                                                                <p>Can you describe a situation where your social skills helped you achieve a positive outcome?</p>
                                                                                                                                  <textarea name="situation"></textarea>

                                                                                                                                    <button type="submit">Submit</button>
                                                                                                                                    </body>
                                                                                                                                    </html>
Editor is loading...
Leave a Comment