<?xml version="1.0" encoding="UTF-8"?>
<course id="c_wellness_basics">
  <!-- ==========================================
       COURSE INFORMATION
       ========================================== -->
  <title>Wellness Basics &amp; Transdermal Technology</title>
  <category>Product Knowledge</category> <!-- Options: Product Knowledge, Backoffice Training, One More Company, Sales Training -->
  <difficulty>Beginner</difficulty> <!-- Options: Beginner, Intermediate, Advanced -->
  <icon>assets/course_painless_glu.webp</icon> <!-- Path to course cover image -->
  <studyTime>10 mins</studyTime>
  <xpReward>150</xpReward> <!-- XP awarded on successful course completion -->
  <introduction>Learn the core fundamentals of wellness and how transdermal technology enhances active ingredient delivery.</introduction>
  <summary><![CDATA[<h3>Course Summary</h3><p>You have successfully completed the Wellness Basics course. You now understand transdermal wave technology, proper patch application methods, and daily safety guidelines.</p>]]></summary>

  <!-- Verification Quiz Settings -->
  <quizSettings>
    <poolId>pool_wellness_basics</poolId>
    <questionsCount>3</questionsCount> <!-- How many questions to randomly ask from the pool -->
    <passingScore>80</passingScore> <!-- Minimum percentage score to pass (e.g. 80%) -->
    <timeLimit>300</timeLimit> <!-- Quiz time limit in seconds -->
  </quizSettings>

  <!-- ==========================================
       LESSONS (Dynamic syllabus modules)
       Sayfaları <lesson> etiketleri ile ayırın.
       Ders içeriğine YouTube videosu gömmek için direkt YouTube linki yazabilirsiniz.
       Öğrenci bu sayfaya geldiğinde otomatik olarak oynatma butonu gösterilecektir.
       ========================================== -->
  <lesson id="1">
    <title>Introduction to Wellness</title>
    <content><![CDATA[
      <h4>1. The Foundations of Health</h4>
      <p>Wellness is more than just the absence of illness. It is a proactive state of physical, mental, and social well-being.</p>
      <p>Our daily lifestyle choices, nutrition, and environmental factors directly determine our cellular energy levels.</p>
      <p>Watch this brief introduction video to learn more:</p>
      https://www.youtube.com/watch?v=dQw4w9WgXcQ
    ]]></content>
    <summary>Introduced wellness principles and cellular health concepts.</summary>
  </lesson>

  <lesson id="2">
    <title>Transdermal Technology</title>
    <content><![CDATA[
      <h4>2. Wave & TTS Patch Delivery</h4>
      <p>Transdermal Therapeutic Systems (TTS) deliver active herbal ingredients directly through the skin layers into the capillaries.</p>
      <p>This bypasses the digestive tract, ensuring higher bioavailability and sustained relief over 24-48 hours.</p>
    ]]></content>
    <summary>Explained how TTS patches deliver nutrients directly bypassing the liver.</summary>
  </lesson>

  <!-- ==========================================
       QUIZ QUESTIONS POOL
       Desteklenen Soru Tipleri:
       1. "single"  : Tekli Seçim (Radyo butonu). Doğru seçeneğe correct="true" eklenir.
       2. "boolean" : Doğru/Yanlış seçimi. Seçenekler Evet/Hayır (ya da Ja/Nein) şeklindedir.
       3. "multiple": Çoklu Seçim (Checkbox). Birden fazla doğru seçenek olabilir.
       ========================================== -->
  
  <!-- Question Type: single (Single Choice) -->
  <question type="single" points="20" difficulty="Beginner">
    <text>Which organ is bypassed when active ingredients are absorbed transdermally?</text>
    <option>Kidneys</option>
    <option correct="true">Stomach / Liver (Digestive System)</option>
    <option>Lungs</option>
  </question>

  <!-- Question Type: boolean (True / False) -->
  <question type="boolean" points="10" difficulty="Beginner">
    <text>TTS patches deliver active herbal ingredients directly through the skin layers.</text>
    <option correct="true">True (Evet)</option>
    <option>False (Hayır)</option>
  </question>

  <!-- Question Type: multiple (Multiple Choice - Checkboxes) -->
  <question type="multiple" points="25" difficulty="Intermediate">
    <text>Which of the following are recommended steps for applying a TTS patch? (Select all that apply)</text>
    <option correct="true">Apply to clean, dry, hair-free skin.</option>
    <option>Apply heavy moisturizing lotion before pasting.</option>
    <option correct="true">Press firmly for 10-15 seconds after pasting.</option>
  </question>

</course>
