Skip to content

Commit c91dfe7

Browse files
authored
Fix answers correct option (#17)
* Fix answer options for q68 * Fix correct answer for q3
1 parent 68714e2 commit c91dfe7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_posts/theory/2025-05-15-ac-single-phase-motor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ image:
3333
<hr>
3434
<h3 id="q3">Q3: What is the working principle of split phase motor?</h3>
3535
<ul>
36-
<li onclick="checkAnswer(this, true)" data-correct="true">Lenz's law</li>
36+
<li onclick="checkAnswer(this, false)" data-correct="false">Lenz's law</li>
3737
<li onclick="checkAnswer(this, false)" data-correct="false">Joule's law</li>
3838
<li onclick="checkAnswer(this, false)" data-correct="false">Faraday's laws of electrolysis</li>
39-
<li onclick="checkAnswer(this, false)" data-correct="false">Faraday's laws of electromagnetic induction</li>
39+
<li onclick="checkAnswer(this, true)" data-correct="true">Faraday's laws of electromagnetic induction</li>
4040
</ul>
4141
<hr>
4242
<h3 id="q4">Q4: Which type of single phase motor is illustrated?</h3>

_posts/theory/2025-05-15-ac-three-phase-motor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,8 @@ Where:
731731
<h3 id="q68">Q68: What is the name of the winding?</h3>
732732
<img src="/assets/img/posts/theory/m3-q68.webp" alt="winding type illustrated">
733733
<ul>
734-
<li onclick="checkAnswer(this, true)" data-correct="true">Skew winding</li>
735-
<li onclick="checkAnswer(this, false)" data-correct="false">Skein winding</li>
734+
<li onclick="checkAnswer(this, false)" data-correct="false">Skew winding</li>
735+
<li onclick="checkAnswer(this, true)" data-correct="true">Skein winding</li>
736736
<li onclick="checkAnswer(this, false)" data-correct="false">Involute coil winding</li>
737737
<li onclick="checkAnswer(this, false)" data-correct="false">Diamond coil winding</li>
738738
</ul>

0 commit comments

Comments
 (0)