Environnement
const ressources = ["activités","projets","textes","images","notions","exercices"]; const matiere = ["l\'expression écrite","l\'expression orale","la littérature","la culture générale","le cinéma","la didactique"]; const niveau = ["seconde","première","BTS","M1","M2"]; let i, j, k, l, m ;
Fonction
function enseigner() { for (i = 0 ; i < 365 ; i++) { for (j = 0 ; j < 24 ; j++) { k = Math.floor(Math.random() * ressources.length); l = Math.floor(Math.random() * matiere.length); m = Math.floor(Math.random() * niveau.length); document.write("<p>" + ressources[k] + " pour enseigner " + matiere[l] + " en " + niveau[m] + "</p>"); } } }
Ressources
Accès public |
Accès restreint |
|
Projets |
||
Outils |