21 lines
878 B
HTML
21 lines
878 B
HTML
<div id="textbox_101" class="capa_inputtype textbox cminput">
|
|
<label class="problem-group-label" for="cm-textarea-101">question label here</label>
|
|
<textarea rows="40"
|
|
cols="80"
|
|
name="input_101"
|
|
aria-label="python editor"
|
|
aria-describedby="answer_101"
|
|
id="input_101"
|
|
tabindex="0"
|
|
data-mode="python"
|
|
data-tabsize="4"
|
|
data-linenums="true">write some awesome code</textarea>
|
|
<span class="cm-editor-exit-message capa-message"
|
|
id="cm-editor-exit-message-101">Press ESC then TAB or click outside of the code editor to exit</span>
|
|
<div class="grader-status" tabindex="-1">
|
|
<span id="status_101" class="correct" aria-describedby="input_101">
|
|
<span class="status sr">correct</span>
|
|
</span>
|
|
</div>
|
|
</div>
|