Moodle quiz - omartek/linux_variePerLaboratorio GitHub Wiki

GIFT format - guida

Guida rapida - PDF

// VERO FALSO

::Q1:: 1+1=2 {T}

VEROFALSO

// SCELTA MULTIPLA con feedback

::Q2:: What's between orange and green in the spectrum? { =yellow # right; good! ~red # wrong, it's yellow ~blue # wrong, it's yellow }

SCELTA MULTIPLA con feedback

// RIEMPIMENTO

::Q3:: Two plus {=two =2} equals four.

SCELTA MULTIPLA con feedback

// CASELLA DI CONTROLLO

::Q4:: Which animal eats which food? { =cat -> cat food =dog -> dog food }

CASELLA DI CONTROLLO

// RANGE NUMERICO

::Q5:: What is a number from 1 to 5? {#3:2}

RANGE NUMERICO

// RANGE NUMERICO DATI ESTREMI

::Q6:: What is a number from 1 to 5? {#1..5}

RANGE NUMERICO DATI ESTREMI

// RANGE NUMERICO con risposta multipla e valutazione errore parziale e feedback

::Q7:: When was Ulysses S. Grant born? {# =1822:0 # Correct! Full credit. =%50%1822:2 # He was born in 1822. Half credit for being close. }

RANGE NUMERICO risposta multipla

// COMPONIMENTO

::Q8:: How are you? {}

COMPONIMENTO