<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<!-- question: 2728415  -->
  <question type="coderunner">
    <name>
      <text>Experimenting with fsm in html-ui</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p>asdfasdf</p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text></text>
    </generalfeedback>
    <defaultgrade>1</defaultgrade>
    <penalty>0</penalty>
    <hidden>0</hidden>
    <idnumber></idnumber>
    <coderunnertype>python3</coderunnertype>
    <prototypetype>0</prototypetype>
    <allornothing>1</allornothing>
    <penaltyregime>0, 10, 20, ...</penaltyregime>
    <precheck>0</precheck>
    <showsource>0</showsource>
    <answerboxlines>18</answerboxlines>
    <answerboxcolumns>100</answerboxcolumns>
    <answerpreload></answerpreload>
    <globalextra><![CDATA[<!doctype html>
<html>
	<head>
	<meta charset="utf-8">
  <title>Question</title>
  <style type="text/css">
    div.question {
      border:1px solid black; 
      padding: 2em
    }
  </style>
  <script>  
    M.util.js_pending('qtype_coderunner/userinterfacewrapper'); require(['qtype_coderunner/userinterfacewrapper'], function(amd) {amd.newUiWrapper("graph", "graph_target"); M.util.js_complete('qtype_coderunner/userinterfacewrapper');});;
  </script>
	</head>

	<body>
    <div class="question">
      <p><b>Question a:</b></p>
      <b><span lang="de" class="multilang">your_content_in German</span><br>
      <span lang="fr" class="multilang">your_content_in French</span><br>
      <span lang="en" class="multilang">your_content_in English</span></b>
        <p>Draw a grapg diagram</p>
        <textarea class="coderunner-ui-element" id="graph_target" name="graph_target" spellcheck="false" rows="18" data-params="" data-globalextra=""></textarea>

    </div>
  </body>
</html>
]]></globalextra>
    <useace></useace>
    <resultcolumns></resultcolumns>
    <template><![CDATA[__student_answer__ = """{{ STUDENT_ANSWER | e('py') }}"""
print(__student_answer__)]]></template>
    <iscombinatortemplate>0</iscombinatortemplate>
    <allowmultiplestdins></allowmultiplestdins>
    <answer></answer>
    <validateonsave>1</validateonsave>
    <testsplitterre></testsplitterre>
    <language></language>
    <acelang></acelang>
    <sandbox></sandbox>
    <grader></grader>
    <cputimelimitsecs></cputimelimitsecs>
    <memlimitmb></memlimitmb>
    <sandboxparams></sandboxparams>
    <templateparams></templateparams>
    <hoisttemplateparams>1</hoisttemplateparams>
    <twigall>0</twigall>
    <uiplugin>html</uiplugin>
    <attachments>0</attachments>
    <attachmentsrequired>0</attachmentsrequired>
    <maxfilesize>10240</maxfilesize>
    <filenamesregex></filenamesregex>
    <filenamesexplain></filenamesexplain>
    <displayfeedback>1</displayfeedback>
    <testcases>
      <testcase testtype="0" useasexample="0" hiderestiffail="0" mark="1.0000000" >
      <testcode>
                <text></text>
      </testcode>
      <stdin>
                <text></text>
      </stdin>
      <expected>
                <text>asdf</text>
      </expected>
      <extra>
                <text></text>
      </extra>
      <display>
                <text>SHOW</text>
      </display>
    </testcase>
    </testcases>
  </question>

</quiz>