Aiuto:Quiz: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Diablo (discussione | contributi)
m tradotto un po' male
Ramac (discussione | contributi)
mNessun oggetto della modifica
Riga 73:
|I tag ''quiz'' lavorano nel modo seguente:
* They insert some standard quiz options at the top and a colour-key for marking. The colour-key only appears when the question is marked.
*Aggiungono un pulsante "Correggi" in fondo per dare la possibilità allo studente di corregge le sue risposte
* They add a "submit" button at the bottom for when the learner has finished the quiz and wants it marked.
* Tutto ciò che è compreso tra i tag quiz è analizzato dall'estensione quiz e convertito in domanda se possibile.
<!--* Everything between the quiz tags is parsed by the quiz extension and turned into questions if possible.-->
 
Teoricamente è possibile mettere il tag ''quiz'' per ogni singola domanda, consentendo allo studente di correggerle una ad una
Theoretically it is possible to put ''quiz'' tags around each individual question, allowing a learner to mark each one in turn.
 
'''Mescola le domande''': se questo bottone è visibile, le domande possono essere mescolate cliccandovi sopra. Ciò funziona solo se lo studente non ha ancora iniziato a rispondere alla domande, poi l'ordine delle domande è bloccato.
'''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.
 
|-
|&lt;quiz display=simple&gt;<br />''insertInserisci questionsqui herela domanda''<br />&lt;/quiz&gt;
|
{|
Riga 92:
|}
|
* L'aggiunta di "display=simple" come attributo al tag quiz rimove la tabella dei punti in testa e il pulsante per lo ''shuffling'' (mescolamento) in fondo
* Importantly, the addition of "display=simple" as an attribute of the quiz tag removes the points table at the top.
* Ciò è utile per quiz brevi, e specialmente per casi in cui si inseriscono singole domande all'interno dei paragrafi
* This is useful for short quizzes, and especially for situations where you insert single questions between text blocks.
 
|-
|&lt;quiz shuffle=none&gt;<br />''insertInserisci questionsqui herela domanda''<br />&lt;/quiz&gt;
|
{|
Riga 106:
|}
| valign=top|
 
* If you'd like to keep the points table but get rid of the button for shuffling questions, use ''shuffle=none'' as shown.
*Se vuoi mantenere la tabella dei punteggi ma ma vuoi eliminare la possibilità di mescolare le domande, usa l'attributo ''shuffle=none'' come mostrato.
 
|}
Line 112 ⟶ 113:
=== Inserire le domande ===
 
quiQui sotto sono disponibili tutti gli esempi per ogni tipo di domanda.
 
Un punto importante è che ''' ogni domanda deve essere separata da una linea vuota ''', altrimenti Le domande si fonderanno insieme.
 
=== Come usare gli esempi sottostanti ===