Cerca nel forum:
Cerca


Autore Messaggio
Messaggio22/07/2012, alle 15:01 (UTC)    
Oggetto: [JavaScript] Crea il tuo quiz!

Citazione:
<form name = "quizQ1">

<b>Questione 1: scrivi qui la tua questione?</b><br> <br>

<input type = "radio" name = "rad1" onclick = "getAnswer('a')"> Risposta Corretta! <br>
<input type = "radio" name = "rad1" onclick = "getAnswer('b')"> Distrattore 1 <br>
<input type = "radio" name = "rad1" onclick = "getAnswer('c')"> Distrattore 2 <br>
<input type = "radio" name = "rad1" onclick = "getAnswer('d')"> Distrattore 3 <br><br><br>
</form>

<script type = "text/javascript">

function getAnswer(input) {
if (input == "a") {alert ("Tu sei grande! Correggere!")}
else {alert ("No! Riprova..")}
}

</script>


Si dovrebbe modificare il codice in sezioni rosse!
Anteprima: http://canerfc.page.tl/Quiz-Script.htm
Mostra prima i messaggi di:   


Powered by phpBB © 2001, 2005 phpBB Group
phpbb.it