Plugin: Exercise Signature: Improve documentation

pull/4550/head
Yannick Warnier 3 years ago
parent 074feb1fa1
commit 6f6be22df1
  1. 16
      plugin/exercise_signature/README.md
  2. 2
      plugin/exercise_signature/lang/english.php
  3. 2
      plugin/exercise_signature/lang/french.php
  4. 2
      plugin/exercise_signature/lang/spanish.php

@ -1 +1,15 @@
Students can sign exercise results.
# Exercises signature
This plugin allows the teacher to check a box in any exercise configuration to request a signature from the user at the end of the exercise attempt.
A modal window, a bit like a mini-whiteboard, will then appear to students asking them to sign. The signature can be done through the mouse (unpractical), through a touch device (ideal with tablets) or through a touch-sensitive laptop screen.
Teachers will see the signature when they review the attempt details.
## Installation
This plugin creates extra fields for exercises automatically.
Signatures are saved as a drawing in the database.
Uninstalling this plugin will remove the extra fields, so all signatures will disappear (instantly) if you uninstall this. Consider using the "disable" option inside the plugin configuration instead.

@ -4,7 +4,7 @@
// Needed in order to show the plugin title
$strings['plugin_title'] = "Exercise signature";
$strings['plugin_comment'] = "";
$strings['plugin_comment'] = "Add the possibility for teachers to ask for a signature at the end of any exam attempt. The signature request is made through a modal window with a whiteboard-style area that works in touch mode, and teachers can later check (manually) the signature attached to the attempt.";
$strings['tool_enable'] = 'Tool enabled';
$strings['ProvideASignatureFirst'] = 'Please provide a signature first';
$strings['Sign'] = 'Sign';

@ -4,7 +4,7 @@
// Needed in order to show the plugin title
$strings['plugin_title'] = "Exercice signature";
$strings['plugin_comment'] = "";
$strings['plugin_comment'] = "Ajoute la possibilité pour l'enseignant de demander une signature en fin d'examen. La signature est possible au travers d'une fenêtre modale de type tableau blanc qui fonctionne en mode 'touch'. L'enseignant peut ensuite visualiser la signature associée à chaque tentative.";
$strings['tool_enable'] = 'Activer le plugin';
$strings['Sign'] = 'Signer';
$strings['ProvideASignatureFirst'] = "Veuillez d'abord fournir une signature";

@ -4,7 +4,7 @@
// Needed in order to show the plugin title
$strings['plugin_title'] = "Exercise signature";
$strings['plugin_comment'] = "";
$strings['plugin_comment'] = "Agrega la posiblidad para los profesores de solicitar una firma al fin de cada intento de examen. La firma se hace a través de una ventana modal tipo pizarra blanca que funciona en modo 'touch'. El profesor puede luego revisar la firma asociada con cada intento.";
$strings['tool_enable'] = 'Activar plugin';
$strings['Sign'] = 'Firmar';
$strings['ProvideASignatureFirst'] = "Primero ingrese una firma";

Loading…
Cancel
Save