|
|
|
@ -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 { |
|
|
|
|