Minor - format docs.

1.9.x
Julio Montoya 11 years ago
parent 68e449f2e0
commit 2fe3290a67
  1. 14
      main/exercice/matching.class.php
  2. 5
      main/exercice/multiple_answer.class.php
  3. 6
      main/exercice/multiple_answer_combination.class.php
  4. 6
      main/exercice/multiple_answer_combination_true_false.class.php
  5. 13
      main/exercice/multiple_answer_true_false.class.php
  6. 12
      main/exercice/oral_expression.class.php
  7. 5
      main/exercice/unique_answer.class.php

@ -1,20 +1,18 @@
<?php
/* For licensing terms, see /license.txt */
/**
CLASS Matching
* Code
*/
/**
*
* Class Matching
* Matching questions type class
*
* This class allows to instantiate an object of type MULTIPLE_ANSWER (MULTIPLE CHOICE, MULTIPLE ANSWER),
* extending the class question
*
* @author Eric Marguin
* @package chamilo.exercise
**/
/**
* Code
*/
/**
* Matching questions type class
* @package chamilo.exercise
*/
class Matching extends Question {
static $typePicture = 'matching.gif';

@ -1,10 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/**
* File containing the MultipleAnswer class.
* @package chamilo.exercise
* @author Eric Marguin
*/
/**
* Code
*/

@ -1,11 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/**
* File containing the MultipleAnswer class.
* @package chamilo.exercise
* @author Eric Marguin
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $
*/
/**
* Code
*/

@ -1,11 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/**
* File containing the MultipleAnswer class.
* @package chamilo.exercise
* @author Eric Marguin
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $
*/
/**
* Code
*/

@ -1,18 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
/**
* CLASS MultipleAnswer
*
* This class allows to instantiate an object of type MULTIPLE_ANSWER
* (MULTIPLE CHOICE, MULTIPLE ANSWER), extending the class question
* @author Julio Montoya
* @package chamilo.exercise
**/
/**
* Code
*/
/**
* Class
* Class MultipleAnswerTrueFalse
* This class allows to instantiate an object of type MULTIPLE_ANSWER
* (MULTIPLE CHOICE, MULTIPLE ANSWER), extending the class question
* @author Julio Montoya
* @package chamilo.exercise
*/
class MultipleAnswerTrueFalse extends Question {

@ -1,17 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
/**
* File containing the FreeAnswer class.
* This class allows to instantiate an object of type FREE_ANSWER,
* extending the class question
* @package chamilo.exercise
* @author Eric Marguin
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $
*/
/**
* Code
*/
/**
* File containing the FreeAnswer class.
* This class allows to instantiate an object of type FREE_ANSWER,
* extending the class question
* @author Eric Marguin
* @package chamilo.exercise
*/
class OralExpression extends Question {

@ -1,10 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/**
* File containing the UNIQUE_ANSWER class.
* @package chamilo.exercise
* @author Eric Marguin
*/
/**
* UNIQUE_ANSWER class
*

Loading…
Cancel
Save