Home / execution
Name Modified Size InfoDownloads / Week
Parent folder
inc 2011-12-26
images 2011-12-08
coregraphe.php 2011-12-26 6.7 kB
contraintes.inc 2011-12-21 107.8 kB
README 2011-12-13 1.0 kB
ressources.css 2011-12-08 3.6 kB
piloter_questionnaire_01.php 2011-12-08 7.1 kB
executer_questionnaire_02.php 2011-12-08 10.3 kB
executer_questionnaire_01.php 2011-12-08 13.1 kB
analyser_reponse_partages.php 2011-12-08 12.2 kB
analyser_reponse_oui_non.php 2011-12-08 8.2 kB
analyser_reponse_multiples.php 2011-12-08 12.6 kB
analyser_reponse_isoles.php 2011-12-08 11.4 kB
analyser_reponse_classement.php 2011-12-08 10.9 kB
Totals: 14 Items   204.8 kB 0
README file of directory sibylle/execution/inc
Mainly 
title files for same name php files, 
	as X.php as X_fr.inc where fr is a language
help files for same name php files, 
	as X.php as aide_X_fr.inc where fr is a language
contraintes.inc contains the functions used by the ../coregraphe.php, array of
messages translatable, and array of penalties.

At this date (8/12/2011) coregraphe can be tested alone 
by modifying line 124:
$correction = finales("eaux", "eau", $compte_rendu,"",  1,1,1,"N", "M", "S" );
replacing 
	"eaux" which is the good word by another good word, 
	"eau" by some mistake,
	the first 1 is the value of the word before testing it; in further releases,
	it can be less than 1, due to the application of another functions 
	than finales.
	the second 1 must be set to 1,
	the third 1 is the range of the word in the sentence (forther release)
	N is the nature of the word : N as NOUN or substantive (only   working)
	M is the gender (M or F) : optionnal
	S is the number  (S or P) : optionnal

Source: README, updated 2011-12-13