Ajout d'exemples captcha
This commit is contained in:
parent
7fec27f85c
commit
41b1c03ef7
|
@ -81,8 +81,8 @@ if (( $RFL == 1 ));then
|
||||||
ADDNBR="${INPUT:0:1}"
|
ADDNBR="${INPUT:0:1}"
|
||||||
NAME+="_FIRST"
|
NAME+="_FIRST"
|
||||||
NEWINPUT=${NEWINPUT:0:$LENINPUT-1} # Do not show first INPUT NBR
|
NEWINPUT=${NEWINPUT:0:$LENINPUT-1} # Do not show first INPUT NBR
|
||||||
INSTRUCTIONS1="Écrivez le chiffre ${DIGIT[$ADDNBR]}"
|
INSTRUCTIONS1="Écrivez le chiffre ${DIGIT[$ADDNBR]} puis le nombre "
|
||||||
INSTRUCTIONS2="et recopiez de DROITE à GAUCHE ←"
|
INSTRUCTIONS2="en recopiant de DROITE à GAUCHE ←"
|
||||||
else
|
else
|
||||||
ADDNBR="${INPUT:$LENINPUT-1:1}"
|
ADDNBR="${INPUT:$LENINPUT-1:1}"
|
||||||
NAME+="_LAST"
|
NAME+="_LAST"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
|
@ -12,4 +12,32 @@ L'idée derrière ces méthodes de captchas est d'abord la simplicité de lectur
|
||||||
|
|
||||||
### Exemples
|
### Exemples
|
||||||
|
|
||||||
Différentes méthodes sont utilisées.
|
Différentes méthodes sont utilisées.
|
||||||
|
|
||||||
|
#### Remplacement (REPLACE)
|
||||||
|
|
||||||
|
Une seule forme est disponible:
|
||||||
|
|
||||||
|
![Exemple de remplacement](exemples/REPLACE.png)
|
||||||
|
|
||||||
|
#### Inversion (REVERSE)
|
||||||
|
|
||||||
|
Deux formes sont disponibles:
|
||||||
|
|
||||||
|
![Premier exemple d'inversion](exemples/REVERSE.png)
|
||||||
|
|
||||||
|
ou encore
|
||||||
|
|
||||||
|
![Premier exemple d'inversion](exemples/REVERSE2.png)
|
||||||
|
|
||||||
|
#### Intrus (NOTIN)
|
||||||
|
|
||||||
|
Une seule forme est disponible:
|
||||||
|
|
||||||
|
![Exemple d'intrus](exemples/NOTIN.png)
|
||||||
|
|
||||||
|
#### Calcul (CALCUL)
|
||||||
|
|
||||||
|
Une seule forme est disponible:
|
||||||
|
|
||||||
|
![Exemple de calcul](exemples/CALCUL.png)
|
Loading…
Reference in New Issue