Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
35a8e9be
Commit
35a8e9be
authored
Aug 01, 2013
by
Felix Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes on hint ui.
parent
7c93b45d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
13 deletions
+9
-13
common/templates/hinter_display.html
+9
-13
No files found.
common/templates/hinter_display.html
View file @
35a8e9be
...
...
@@ -78,9 +78,7 @@
% endfor
% if hints_exist:
<br
/>
<p><a
class=
"wizard-link"
dest=
"p1"
href=
"javascript: void(0);"
>
Back to voting.
</a></p>
<a
href=
"javascript: void(0);"
class=
"wizard-link"
dest=
"p1"
>
Back
</a>
% endif
</div>
...
...
@@ -89,17 +87,7 @@
<p>
Write a hint for other students who get the wrong answer of
<span
id=
"blank-answer"
></span>
.
<br
/>
<a
class=
"wizard-link"
dest=
"p2"
href=
"javascript: void(0);"
>
Choose a different answer.
</a>
</p>
<textarea
cols=
"50"
class=
"custom-hint"
data-answer=
"${answer}"
style=
"height: 200px"
>
Write your hint here. Please don't give away the correct answer.
</textarea>
<br/><br/>
<input
class=
"submit-hint"
data-answer=
"${answer}"
type=
"button"
value=
"Submit"
>
<p>
Read about
<a
class=
"expand"
data-target=
"goodhint"
href=
"javascript:void(0);"
>
what makes a good hint
</a>
.
</p>
<div
id=
"goodhint"
style=
"display:none"
>
<h4>
What makes a good hint?
</h4>
...
...
@@ -132,6 +120,14 @@ Write your hint here. Please don't give away the correct answer.
<a
href=
"http://www.apa.org/education/k12/misconceptions.aspx?item=2"
target=
"_blank"
>
Learn even more
</a>
</p>
</div>
<textarea
cols=
"50"
class=
"custom-hint"
data-answer=
"${answer}"
style=
"height: 200px"
>
Write your hint here. Please don't give away the correct answer.
</textarea>
<br
/><br
/>
<input
class=
"submit-hint"
data-answer=
"${answer}"
type=
"button"
value=
"Submit"
>
<br
/><br
/>
<a
href=
"javascript: void(0);"
class=
"wizard-link"
dest=
"p2"
>
Back
</a>
</div>
...
...
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