Actualización
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
namespace Chamilo\PluginBundle\MigrationMoodle\Task;
|
||||
|
||||
/**
|
||||
* Class UserQuestionAttemptsGapselectTask.
|
||||
*
|
||||
* @package Chamilo\PluginBundle\MigrationMoodle\Task
|
||||
*/
|
||||
class UserQuestionAttemptsGapselectTask extends UserQuestionAttemptsTask
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getExtractConfiguration()
|
||||
{
|
||||
$this->questionType = 'gapselect';
|
||||
|
||||
return parent::getExtractConfiguration();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user