* * 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 */ final class LongFillInInteractionDefinition extends InteractionDefinition { }