Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
c4c666c2
Commit
c4c666c2
authored
Nov 14, 2016
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link tip to input fields.
TNL-5195
parent
a9650aba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
openassessment/templates/openassessmentblock/response/oa_response.html
+2
-1
No files found.
openassessment/templates/openassessmentblock/response/oa_response.html
View file @
c4c666c2
...
...
@@ -70,6 +70,7 @@
<textarea
id=
"submission__answer__part__text__{{ forloop.counter }}__{{ xblock_id }}"
class=
"submission__answer__part__text__value"
aria-describedby=
"submission__answer__tip__{{ xblock_id }}"
placeholder=
"{% trans "
Enter
your
response
to
the
question
above
."
%}"
maxlength=
"100000"
>
{{ part.text }}
</textarea>
...
...
@@ -93,7 +94,7 @@
{% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=file_url class_prefix="submission__answer"%}
</ol>
<span
class=
"tip"
>
{% trans "You may continue to work on your response until you submit it." %}
</span>
<span
class=
"tip"
id=
"submission__answer__tip__{{ xblock_id }}"
>
{% trans "You may continue to work on your response until you submit it." %}
</span>
<div
class=
"response__submission__actions"
>
<div
class=
"message message--inline message--error message--error-server"
tabindex=
"-1"
>
...
...
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