Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-jsme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-jsme
Commits
51bbc6c6
Commit
51bbc6c6
authored
Jul 23, 2014
by
Chris Rossi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I don't think this is used.
parent
bced905a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
edx_jsme/templates/jsme.html
+0
-30
No files found.
edx_jsme/templates/jsme.html
deleted
100644 → 0
View file @
bced905a
<section
id=
"inputtype_${id}"
class=
"capa_inputtype textline"
>
<!--div class="script_placeholder"
data-src="http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/dojo.js"/-->
<!--div class="script_placeholder" data-src="${STATIC_URL}fu.js"/-->
<div
class=
"script_placeholder"
data-src=
"${STATIC_URL}js/jsdraw-3.1.2.js"
/>
<input
type=
"hidden"
name=
"input_${id}"
id=
"input_${id}"
aria-describedby=
"answer_${id}"
value=
"${value|h}"
/>
<div
class=
'JSDraw'
skin=
"w8"
id=
"jsdraw_${id}"
style=
"width: 660px; height: 300px;border:1px solid gray"
ondatachange=
"molchange"
></div>
<p
class=
"status"
aria-describedby=
"input_${id}"
>
% if status == 'unsubmitted':
unanswered
% elif status == 'correct':
correct
% elif status == 'incorrect':
incorrect
% elif status == 'incomplete':
incomplete
% endif
</p>
<p
id=
"answer_${id}"
class=
"answer"
></p>
% if msg:
<span
class=
"message"
>
${msg|n}
</span>
% endif
</section>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment