* @copyright 2014 – 2016 Heinrich-Heine-Universität Düsseldorf * @license http://www.gnu.org/licenses/gpl.html * @link https://github.com/coderkun/questlab */ namespace hhu\z\stationtypes; /** * StationtypeAgent for a single choice task. * * @author Oliver Hanraths */ class SinglechoiceStationtypeAgent extends \hhu\z\agents\StationtypeAgent { } ?>