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
cc72870a
Commit
cc72870a
authored
Dec 10, 2012
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make oepn-ended responses and self-assessment answers use
the same CSS
parent
c9d399d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
common/lib/capa/capa/templates/openendedinput.html
+1
-1
lms/static/sass/course/courseware/_courseware.scss
+6
-7
lms/templates/self_assessment_prompt.html
+1
-1
No files found.
common/lib/capa/capa/templates/openendedinput.html
View file @
cc72870a
<section
id=
"openended_${id}"
class=
"openended"
>
<section
id=
"openended_${id}"
class=
"openended"
>
<textarea
rows=
"${rows}"
cols=
"${cols}"
name=
"input_${id}"
id=
"input_${id}"
<textarea
rows=
"${rows}"
cols=
"${cols}"
name=
"input_${id}"
class=
"short-form-response"
id=
"input_${id}"
%
if
hidden:
%
if
hidden:
style=
"display:none;"
style=
"display:none;"
%
endif
%
endif
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
cc72870a
...
@@ -241,15 +241,14 @@ div.course-wrapper {
...
@@ -241,15 +241,14 @@ div.course-wrapper {
}
}
textarea
.short-form-response
{
height
:
200px
;
padding
:
5px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
section
.self-assessment
{
section
.self-assessment
{
textarea
.answer
{
height
:
200px
;
padding
:
5px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
textarea
.hint
{
textarea
.hint
{
height
:
100px
;
height
:
100px
;
padding
:
5px
;
padding
:
5px
;
...
...
lms/templates/self_assessment_prompt.html
View file @
cc72870a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<div>
<div>
<textarea
name=
"answer"
class=
"answer"
cols=
"70"
rows=
"20"
>
${previous_answer|h}
</textarea>
<textarea
name=
"answer"
class=
"answer
short-form-response
"
cols=
"70"
rows=
"20"
>
${previous_answer|h}
</textarea>
</div>
</div>
<div
class=
"rubric-wrapper"
>
${initial_rubric}
</div>
<div
class=
"rubric-wrapper"
>
${initial_rubric}
</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