Codice dei programmi nella directory:
///File: ExcelOnLine.html
<a href=https://products.aspose.app/cells/it/editor>usare on line file xls/odt</a>
///(Fine file: ExcelOnLine.html)
///File: valuta.html
<html>
<form action=_media.php>
<h3><b><u>Ricalcolo media per chi ha almeno 3 piu' (o 3 meno!)</u></b></h3><hr>
Immetti i voti (separati da spazio) o la media <input name=voti required placeholder="6.25 7.5 8 ..."><br>
Immetti numero di piu' <input name=piu value=0 type=number required><br>
Immetti numero di meno <input name=meno value=0 type=number required><br>
<input type=submit value="Calcola Media">
<hr>
<pre>
NB:
Vengono ignorati i + e i meno fino a +2 e -2
Dal +3/-3 la media si alza/abbassa del 5%
Per ogni +/- oltre i 3 la media si alza/abbassa dell'1%
Esempio: 7 piu' e 1 meno = +5% (per 3 piu') +3% per i successivi 3 piu' --> media + 8%
Esempio: 5 meno e 1 piu' --> -5% per tre meno -1% per un meno = --> la media -6%
</pre>
</html>
///(Fine file: valuta.html)
///File: ValutaScrittiMin3Max10.html
<html>
<body>
<hr><h2>Calcolo voti da punteggio in 100esimi, voto minimo 3 assegnato a 0/100...</h2><hr>
<form action=_ValutaScrittiMin3Max10.php>
Digita i Punteggi parziali in 100esimi separati da uno spazio [INVIO = INVIA NUMERI]
<input name=numeri maxlength="20"> <hr>
Oppure digita il numero di domande del Test [INVIO = VEDI PUNTEGGI]
<input type=number name=domande maxlength="3" value=0><hr>
<input type=submit value=CALCOLA>
</form>
<hr>
</body>
</html>
///(Fine file: ValutaScrittiMin3Max10.html)