Files
Chamilo/vendor/php-xapi/model/src/Interaction/LongFillInInteractionDefinition.php
2025-04-10 12:24:57 +02:00

23 lines
556 B
PHP

<?php
/*
* This file is part of the xAPI package.
*
* (c) Christian Flothmann <christian.flothmann@xabbuh.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Xabbuh\XApi\Model\Interaction;
/**
* An interaction which requires the learner to supply a response in the
* form of a long string of characters.
*
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
*/
final class LongFillInInteractionDefinition extends InteractionDefinition
{
}