วิธีใช้:แบบทดสอบ


บทความนี้กำลังอยู่ระหว่างการพัฒนา หรือการตรวจสอบ กรุณาอ่าน บทพูดคุยในหน้าอภิปราย ก่อนเริ่มทำการแก้ไข

แบบทดสอบแบบโต้ตอบ เป็นวิธีที่ยอดเยี่ยมสำหรับผู้อ่านในการทดสอบความรู้ของพวกเขา เพื่อดูว่าพวกเขาได้อะไรจากการเรียนรู้และตรวจสอบถึงความคืบหน้าของพวกเขาจากการอ่านตำรา

คู่มือช่วยเหลือ แก้ไข

ต้องขอบคุณการเข้ามีส่วนร่วมของผู้ใช้จากวิกิวิทยาลัย บทช่วยสอนอันซับซ้อนสำหรับสร้างแบบทดสอบของคุณแสดงให้เห็นในด้านล่าง

แทรกแบบทดสอบ แก้ไข

นี่คือวิธีการแทรกแบบทดสอบลงในวิกิตำราของคุณ

ข้อความวิกิ
(สิ่งที่คุณเขียน)
แสดงผล
(สิ่งที่คุณเห็น)
ความเห็น
<quiz>
ใส่คำถามตรงนี้
</quiz>

  

นี้คือตำแหน่งที่คำถามจะแสดงผล

The quiz tags do the following:
  • They insert some standard quiz options at the top and a color-key for marking. The color-key only appears when the question is marked.
  • They add a "submit" button at the bottom for when the learner has finished the quiz and wants it marked.
  • Everything between the quiz tags is parsed by the quiz extension and turned into questions if possible.

Theoretically, it is possible to put quiz tags around each individual question, allowing a learner to mark each one in turn.

Shuffling questions: if the shuffle questions button is shown, the questions can be shuffled by clicking the button. This only works so long as the quiz-taker has not started to answer the questions. Once the quiz-taker starts answering, the order is locked.

<quiz display=simple>
ใส่คำถามตรงนี้
</quiz>

นี้คือตำแหน่งที่คำถามจะแสดงผล

  • Importantly, the addition of "display=simple" as an attribute of the quiz tag removes the points table at the top.
  • This is useful for short quizzes, and especially for situations where you insert single questions between text blocks.
<quiz shuffle=none>
ใส่คำถามตรงนี้
</quiz>

  

นี้คือตำแหน่งที่คำถามจะแสดงผล

  • If you'd like to keep the points table but get rid of the button for shuffling questions, use shuffle=none as shown.