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
13d2e3ef
Commit
13d2e3ef
authored
May 16, 2014
by
Stephen Sanchez
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #339 from edx/sanchez/small_student_info_tweaks
Upading the staff debug student info text and styles
parents
0df6c286
d6c96f4a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
apps/openassessment/templates/openassessmentblock/staff_debug/staff_debug.html
+1
-1
apps/openassessment/templates/openassessmentblock/staff_debug/student_info.html
+1
-1
apps/openassessment/xblock/static/css/openassessment.css
+2
-0
apps/openassessment/xblock/static/sass/oa/utilities/_developer.scss
+5
-1
No files found.
apps/openassessment/templates/openassessmentblock/staff_debug/staff_debug.html
View file @
13d2e3ef
...
...
@@ -86,7 +86,7 @@
<label
for=
"openassessment__student_id"
class=
"label"
>
{% trans "Get Student Info" %}
</label>
</li>
<li
class=
"openassessment__student-info_list"
>
<input
id=
"openassessment__student_id"
type=
"text"
class=
"value"
maxlength=
"
100
"
>
<input
id=
"openassessment__student_id"
type=
"text"
class=
"value"
maxlength=
"
255
"
>
</li>
</ul>
<ul
class=
"list list--actions"
>
...
...
apps/openassessment/templates/openassessmentblock/staff_debug/student_info.html
View file @
13d2e3ef
...
...
@@ -60,7 +60,7 @@
<h3
class=
"title"
>
{% trans "Peer Assessments Completed by This Student" %}
</h3>
{% for assessment in submitted_assessments %}
{% with peer_num=forloop.counter %}
<h4
class=
"title--sub"
>
{% trans "
Peer
" %} {{ peer_num }}:
</h4>
<h4
class=
"title--sub"
>
{% trans "
Assessment
" %} {{ peer_num }}:
</h4>
<table
class=
"staff-info__status__table"
summary=
"{% trans "
Assessment
"
%}"
>
<thead>
<tr>
...
...
apps/openassessment/xblock/static/css/openassessment.css
View file @
13d2e3ef
...
...
@@ -2092,6 +2092,8 @@ hr.divider,
margin-bottom
:
10px
;
}
.staff-info__student
.openassessment__student-info_list
{
list-style-type
:
none
;
}
.staff-info__student
.value
{
width
:
50%
;
}
.staff-info__student
.student__answer__display__content
p
{
color
:
inherit
;
}
...
...
apps/openassessment/xblock/static/sass/oa/utilities/_developer.scss
View file @
13d2e3ef
...
...
@@ -57,7 +57,11 @@
}
.openassessment__student-info_list
{
list-style-type
:
none
;
list-style-type
:
none
;
}
.value
{
width
:
$max-width
/
2
;
}
/**
...
...
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