GitHub: edutechtammy
This is very similar to the common "Multiple Choice" question type, but instead of selecting a single answer from a list, students are required to select all correct answers from a list of options. This format is useful for questions where more than one answer may be valid, promoting critical thinking and comprehensive understanding of the material.
Select all correct items.
<div class="dp-si-sa" style="background-color: #1d2757; padding: 20px; border-radius: 10px;">
<h4 class="dp-has-icon" style="color: white;"><i class="dp-icon fas fa-mouse-pointer "><span class="dp-icon-content" style="display: none;"> </span></i> Select All</h4>
<p style="color: white; border: none; outline: none; text-shadow: none; background: transparent;">Select all correct items.</p>
<ul class="dp-sa-list dp-sa-list-text" style="border: 2px solid #d13138; border-radius: 10px; padding: 15px; background-color: white;">
<li class="dp-sa-correct">Answer 1</li>
<li class="dp-sa-correct">Answer 2</li>
<li class="dp-sa-correct">Answer 3</li>
<li>Answer 4</li>
<li>Answer 5</li>
<li>Answer 6</li>
</ul>
</div>
<p> </p>