[color=#ff0000][size=150]En cours de traduction.[/size][/color]
L'iPad est un outil d'apprentissage incroyable que les élèves utilisent pour une grande variété d'activités. Cet appareil offre de nombreuses possibilités, mais il arrive parfois qu'une école ait besoin de le verrouiller. C'est notamment le cas lors d'évaluations à enjeux élevés. Traditionnellement, les élèves utilisaient une calculatrice dédiée afin d'éviter tout comportement susceptible de compromettre la validité du test.[br][br][br]Pour les élèves qui possèdent un iPad, nous pouvons utiliser GeoGebra et un MDM tel que Jamf Pro pour verrouiller l'appareil et renforcer la sécurité dans le cadre d'un examen. Dans ce guide, nous allons voir comment utiliser le mode [i]Application unique[/i] et la configuration des applications gérées pour offrir l'environnement d'examen le plus sécurisé possible.
Un profil de configuration contenant un mode application unique verrouillera l'appareil concerné sur une seule application jusqu'à ce que ce mode soit supprimé. D'après la documentation d'Apple, « le bouton d'accueil est désactivé et l'appareil revient automatiquement à l'application spécifiée lorsqu'il se réveille ou redémarre ». Le mode application unique relancera également une application qui a planté.[br][br]Pour créer un mode application unique pour GeoGebra, suivez ces instructions.[br][br][br][list=1][*]Cliquez [b]Appareils [/b]en haut de la page.[br][/*][*]Cliquez sur Profil de Configuration.[br][/*][*]Cliquez sur [b]Nouveau[/b].[/*][*]Faires défiler la liste et cliquez sur Charge utile en mode application unique..[/*][*]Sélectionnez [b]iOS[/b] comme système d'exploitation cible.[/*][*]Choisissez [b]Calculatrice Graphique GeoGebra [/b]fdans la liste déroulante. Vous pouvez également spécifier l'ID de "bundle org.geogebra.graphing"[/*][*]Ne modifiez aucun autre paramètre de cette charge utile afin que l'appareil continue de fonctionner comme prévu.[/*][*]Accédez à l'onglet [b]Scope [/b]en haut de la page.[/*][*]Choisissez la cible souhaitée.[/*][*]Cliquez sur [b]Enregistrer[/b].[/*][/list][br]When the exam is completed, you can unscope the profile from devices that no longer need to be locked (see A Note on Scope below).[br][br][br]This Configuration Profile will queue for all applicable devices. As soon as the devices power-on or enter a WiFi area, they will start receiving this profile. You may want to trigger this profile early in preparation of the exam, and not immediately before the exam. While Configuration Profiles are generally fast you may notice a slight delay depending on the number of devices in scope as well as your network.[br][br]It is highly encouraged to test this workflow.
Configuration Profiles can be scoped to individual devices or Smart/Static groups of devices or users. Some schools have found success building Static Groups of users devices that will be taking an exam. When that particular student is completed, they or their device can be removed from the Static group. It is extremely important to spend plenty of time figuring out your scoping and un-scoping strategy.
Jamf Pro supports Managed App Config and so does GeoGebra. These means we can make the GeoGebra app self-aware of the environment that it is running in. The benefit to this is the Exam Summary screen which is shown to the student once a device is taken out of Single App Mode. A copy of this image is saved to the student’s camera roll in case there was ever a question of the integrity of the test - see the example on the right.[br][br]To make these Exam Summaries personalized to the individual student, use Managed App Config to pass along the student’s name, the device’s Serial Number, and a unique Exam Passcode that will display on the Exam Summary.[br][br]To apply the Managed App Config that makes this possible, follow these steps:[list=1][*]Click [b]Devices[/b] at the top of the page.[/*][*]Click [b]Mobile Device Apps[/b].[/*][*]Find the GeoGebra Graphing Calculator and go into the app record.[/*][*]Click [b]App Configuration[/b] and click [b]Edit[/b] at the bottom of the screen.[/*][*]Paste in the following: [br]<dict>[br]<key>StudentName</key>[br]<string>$FULLNAME</string>[br]<key>DeviceSerialNumber</key>[br]<string>$SERIALNUMBER</string>[br]<key>SecretKey</key>[br]<string>wqoui12z2</string>[br]</dict>[/*][*]Hit [b]Save[/b].[/*][/list]
If you have the student's full name on the Jamf device record, you will end up with an exam summary that will look like the example.
[b]For more information about App Config (and to set a specific exam mode) please see[br][url=https://geogebra.github.io/docs/reference/en/ios/Managed_App_Config/]https://geogebra.github.io/docs/reference/en/ios/Managed_App_Config/[/url][/b]