[ Index ] |
|
Code source de Claroline 188 |
1 <?php // $Id: CLQWZ.def.conf.inc.php,v 1.5 2006/12/06 13:52:22 mathieu Exp $ 2 if ( count( get_included_files() ) == 1 ) die( '---' ); 3 /** 4 * CLAROLINE 5 * 6 * This file describe the parameter for user tool 7 * 8 * @version 1.8 $Revision: 1.5 $ 9 * 10 * @copyright 2001-2006 Universite catholique de Louvain (UCL) 11 * 12 * @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE 13 * 14 * @see http://www.claroline.net/wiki/index.php/Config 15 * 16 * @author Claro Team <cvs@claroline.net> 17 * 18 * @package CLUSR 19 * 20 */ 21 // TOOL 22 $conf_def['config_code'] = 'CLQWZ'; 23 $conf_def['config_file'] = 'CLQWZ.conf.php'; 24 $conf_def['config_name'] = 'Exercises'; 25 $conf_def['config_class']='tool'; 26 27 28 //SECTION 29 $conf_def['section']['main']['label']='Main settings'; 30 //$conf_def['section']['main']['description']=''; 31 $conf_def['section']['main']['properties'] = 32 array ( 'enableExerciseExportQTI' 33 ,'exercisesPerPage' 34 ); 35 36 //PROPERTIES 37 38 $conf_def_property_list['enableExerciseExportQTI'] = 39 array ('label' => 'Enable IMS-QTI Export' 40 ,'description' => '' 41 ,'default' => TRUE 42 ,'type' => 'boolean' 43 ,'acceptedValue' => array ('TRUE' => 'Yes' 44 ,'FALSE' => 'No' 45 ) 46 ); 47 48 $conf_def_property_list['exercisesPerPage'] = 49 array ( 'label' => 'Number of exercices per page' 50 , 'default' => '25' 51 , 'unit' => 'exercices' 52 , 'type' => 'integer' 53 , 'acceptedValue' => array ('Min'=>'5') 54 ); 55 56 57 58 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 14:38:42 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |