From: "Salvato da Windows Internet Explorer 7" Subject: (Senza titolo) Date: Thu, 21 May 2009 17:01:35 +0200 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----=_NextPart_000_0005_01C9DA35.CC5D53C0" X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C9DA35.CC5D53C0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Content-Location: file://C:\Users\maria rita\Desktop\Quiz.htm (Senza titolo)

(Senza titolo)


Nome:    Cognome:

=20

Copyright = =A9 maria=20 rita. Creato e gestito con SmartLite=20 WebQuiz.

------=_NextPart_000_0005_01C9DA35.CC5D53C0 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/Users/maria%20rita/Desktop/Quiz.js function Question (qname, type, qstring, response, corrects, explan, ifcorrect,ifwrong,ifnull, img) {this.qname=3Dqname; this.type=3Dtype; this.qstring=3Dqstring; this.response=3Dresponse; this.corrects=3Dcorrects; this.explan=3Dexplan; this.ifcorrect=3Difcorrect; this.ifwrong=3Difwrong; this.ifnull=3Difnull; this.img=3Dimg; } resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("0","1") quest001 =3D new Question( "Domanda 1", 0, "internet è sinonimo di internet explorer", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("0","1") quest002 =3D new Question( "Domanda 2", 0, "internet e web hanno lo stesso significato", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("server","client") corr=3Dnew Array("0","1") quest003 =3D new Question( "Domanda 3", 0, "il computer dove crei pagine web =E8 un", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("pubblicate in rete","possono essere viste  da = tutti immediatamente dal tuo computer") corr=3Dnew Array("1","0") quest004 =3D new Question( "Domanda 4", 0, "Le pagine web per essere visualizzate nella rete devono essere", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("1","0") quest005 =3D new Question( "Domanda 5", 0, "Le pagine possono essere pubblicate free e  a pagamento", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("1","0") quest006 =3D new Question( "Domanda 6", 0, "Esistono limiti nello spazio ottenuto free", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("1","0") quest007 =3D new Question( "Domanda 7", 0, "I computer sono individuati da numeri", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("l'azienda che da spazio  nel suo = computer","l'azienda che offre solo servizio mail") corr=3Dnew Array("1","0") quest008 =3D new Question( "Domanda 8", 0, "Il computer che offre il servizio di hosting =E8", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("client","server","remoto","locale") corr=3Dnew Array("0","1","1","0") quest009 =3D new Question( "Domanda 9", 1, "Il computer che offre il servizio di hosting =E8 chiamato", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("avere un programma FTP","modalità FILE = MANAGER") corr=3Dnew Array("1","1") quest010 =3D new Question( "Domanda 10", 1, "Per trasferire file dal  proprio computer al server =E8 = necessario", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("download","upload") corr=3Dnew Array("0","1") quest011 =3D new Question( "Domanda 11", 0, "Quando si trasferiscono file dal computer locale al server si effetua = una operazione di", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("download","upload") corr=3Dnew Array("1","0") quest012 =3D new Question( "Domanda 12", 0, "Quando si trasferiscono file dal server al computer locale si effettua = una operazione di", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("1","0") quest013 =3D new Question( "Domanda 13", 0, "Il programma che permette di navigare e sfogliare le pagine web =E8 = chiamto browser", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("uniform resource locator","uniform red locator") corr=3Dnew Array("1","0") quest014 =3D new Question( "Domanda 14", 0, "URL significa", resp, corr, "", 1, 0, 0, ""); resp=3Dnew Array("Vero","Falso") corr=3Dnew Array("1","0") quest015 =3D new Question( "Domanda 15", 0, "URL indica il nostro unico indirizzo nella rete", resp, corr, "", 1, 0, 0, ""); questions =3D new Array ( quest001,quest002,quest003,quest004,quest005,quest006,quest007,quest008,q= uest009,quest010,quest011,quest012,quest013,quest014,quest015) function doQuestion(quest) { var numdo; var numord=3Deval(quest+1); var i=3D-1, ii, type, myname, gadget; type=3Dquestions[quest].type; numdo=3Dtype>=3D3?1:questions[quest].response.length; document.writeln ("") document.write("\n") document.write(" ") if (questions[quest].img!=3D"") { document.write("\n") document.write("

\n") document.write(" ") } document.write("\n") document.write("

") document.write(numord) document.write(". ") document.writeln(questions[quest].qstring) document.write("

\n") document.write(" ") for (i=3D0; i=3D3) gadget=3D"text"; else if (type=3D=3D1) { myname+=3D"_"+(i<9?"0":"")+(i+1); gadget=3D"checkbox";} document.write("\n") document.write(" ") document.write(" \n") else document.write("\" class=3D\"input\" value=3D\"\">\n") document.write(" ") if (type<3) document.write(questions[quest].response[i]); document.write("
\n") document.write(" ") } document.write("\n") document.write(" ") } function doTest() { var count, i; count=3Dquestions.length; for (i=3D0; i=3Dl) break; else s=3D"0"+s; return s } function CheckQName(wapf,ii,i,multi,selection){ var len; if (!multi) return(wapf.elements[ii].name=3D=3Dquestions[i].qname); len=3Dquestions[i].qname.length; if (wapf.elements[ii].name.substring(0,len)!=3Dquestions[i].qname) = return false; if (wapf.elements[ii].name.substring(len,len+1)!=3D"_") return false; if = (eval(wapf.elements[ii].name.substring(len+1,len+3))=3D=3D(selection+1)) = return true; return false; } function errore(uno,due,tre) { if (!errori) winr.document.write("

Hai commesso i seguenti = errori:

"); ++errori; winr.document.write("

"+uno+"
"+due+"
"+tre+"

"); } function correct(wapf) { var i, ii, tmp, selection, multi, type, isnull, iswrong, iscorrect, = evaluation=3D0, total=3D0, udat; errori=3D0; udat=3Dnew Array(); for (i=3D0, ii=3D0; i"+tmp.value+"
";} winr=3Dwindow.open('','wapres', = 'titlebar=3D1,location=3D0,directories=3D0,menubar=3D1,toolbar=3D0,scroll= bars=3D1,resizable=3D1,status=3D1') winr.document.write("Risultati
 Risultati
") now=3D new Date() winr.document.write("

"+fill(now.getDate(),2)+"/"+fill((now.getM= onth()+1),2)+"/"+now.getYear()+"  "+fill(now.getHours(),2)+":"+= fill(now.getMinutes(),2)+"

") if (udat.length>0) { winr.document.write("Dati utente
\n"); for (i=3D0; i=3D3 && wapf.elements[ii].value!=3D"") { isnull=3Dfalse; if = (wapf.elements[ii].value.toLowerCase()=3D=3Dquestions[i].corrects.toLower= Case()) iscorrect=3Dtrue; else iswrong=3Dtrue; ++selection;} else if (wapf.elements[ii].checked) { if (isnull) isnull=3Dfalse; if (questions[i].corrects[selection]=3D=3D"1") = iscorrect=3D(iswrong=3D=3Dfalse)?true:false; else { iswrong=3Dtrue; if (multi) errore(questions[i].qname,"La casella = "+questions[i].response[selection]+" non andava = selezionata.",questions[i].explan) }} else { if (questions[i].corrects[selection]=3D=3D"1") { iswrong=3Dtrue; if (multi) errore(questions[i].qname,"La casella = "+questions[i].response[selection]+" andava = selezionata.",questions[i].explan); }} ++selection; }} if (multi=3D=3Dfalse && (isnull || iswrong)) { var okresp, z; if (type>=3D3) okresp=3Dquestions[i].corrects; else { for (z=3D0; z"+okresp+".",questions[i].explan); } if (isnull) evaluation+=3Dquestions[i].ifnull; else if (iswrong) evaluation+=3Dquestions[i].ifwrong; else if (iscorrect) evaluation+=3Dquestions[i].ifcorrect; total+=3Devaluation;} if (errori) {var = voc=3D(errori=3D=3D1)?"e":"i";winr.document.write("
In totale hai = commesso "+errori+" error"+voc+".");} else winr.document.write("

Complimenti, non hai commesso alcun = errore!

") {var voc=3D(total=3D=3D1)?"o":"i";winr.document.write("
Punteggio = realizzato: "+total+" punt"+voc+".
");} winr.document.write("

") printest=3D(((navigator.appName=3D=3D'Netscape') && = (navigator.appVersion.charAt(0)>=3D'4')) || = (navigator.appVersion.lastIndexOf('MSIE 5') !=3D-1))? 'print()': = 'alert("Questo pulsante funziona soltanto con Netscape Navigator 4 o = Microsoft Internet Explorer 5 (o versioni successive). Per stampare con = gli altri browser, seleziona il comando Stampa nel menu File.")' winr.document.write("    ") winr.document.write("
") winr.document.write(aknw) winr.document.close() if (navigator.appVersion.lastIndexOf('MSIE 3') =3D=3D -1) nomsie3=3Dtrue else nomsie3=3Dfalse if (nomsie3) winr.focus() } aknw=3D"

Creato e gestito con SmartLite WebQuiz

" ------=_NextPart_000_0005_01C9DA35.CC5D53C0--