Back
05 août

Le test des intrus

Le test des intrus Qu’est-ce que c’est? Quand on vous pose la question : « Quel est l’intrus : Pomme, poire, perroquet, fraise ? », on vous demande en fait de trouver un ensemble qui regroupe tous les éléments sauf …

05 août

Les analogies visuelles

Les analogies visuelles Qu’est-ce que c’est? Les analogies visuelles apparaissent fréquemment (quoique irrégulièrement) dans les tests pour les professions de santé. Les tests d’analogie visuelle (ou encore appelés tests d’analogie graphique) sont construits sur le même raisonnement que ceux des …

02 août

Devoirs,exercices et séries 2ème année secondaires

[insert_php] session_start(); if (isset($_GET[‘section’])&& isset($_GET[‘type’])&& isset($_GET[‘matiere’])) // On a le nom et le prénom { $_SESSION[‘section’]=$_GET[‘section’]; $_SESSION[‘type’]=$_GET[‘type’]; $_SESSION[‘matiere’]=$_GET[‘matiere’]; } [/insert_php] Devoirs,exercices et séries 2ème année secondaires [insert_php] $vowels = array(« _ », « -« , « / »);[/insert_php] [insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘section’]));[/insert_php] [insert_php] echo ucfirst …

02 août

Ajout devoirs,exercices et séries 2ème année secondaires

[insert_php] session_start(); if (isset($_GET[‘section’])&& isset($_GET[‘type’])&& isset($_GET[‘matiere’])) // On a le nom et le prénom { $_SESSION[‘section’]=$_GET[‘section’]; $_SESSION[‘type’]=$_GET[‘type’]; $_SESSION[‘matiere’]=$_GET[‘matiere’]; } [/insert_php] Devoirs,exercices et séries 1ère année secondaires [insert_php] $vowels = array(« _ », « -« , « / »);[/insert_php] [insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘section’]));[/insert_php] [insert_php] echo ucfirst …

01 août

Ajout devoirs,exercices et séries 1ère année secondaires

[insert_php] session_start(); if (isset($_GET[‘section’])&& isset($_GET[‘type’])&& isset($_GET[‘matiere’])) // On a le nom et le prénom { $_SESSION[‘section’]=$_GET[‘section’]; $_SESSION[‘type’]=$_GET[‘type’]; $_SESSION[‘matiere’]=$_GET[‘matiere’]; } [/insert_php] Devoirs,exercices et séries 1ère année secondaires [insert_php] $vowels = array(« _ », « -« , « / »);[/insert_php] [insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘section’]));[/insert_php] [insert_php] echo ucfirst …