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
1026c641
Commit
1026c641
authored
Dec 06, 2012
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some more of the meta info container
parent
275c9ef7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lms/static/coffee/src/staff_grading/staff_grading.coffee
+1
-1
lms/static/sass/course/_staff_grading.scss
+1
-1
lms/templates/instructor/staff_grading.html
+1
-1
No files found.
lms/static/coffee/src/staff_grading/staff_grading.coffee
View file @
1026c641
...
...
@@ -343,7 +343,7 @@ class StaffGrading
meta_list
.
append
(
"<li><span class='meta-info'>Pending:</span>
#{
@
num_pending
}
</li>"
)
meta_list
.
append
(
"<li><span class='meta-info'>Graded:</span>
#{
@
num_graded
}
</li>"
)
meta_list
.
append
(
"<li><span class='meta-info'>Needed for ML:</span>
#{
Math
.
max
(
@
min_for_ml
-
@
num_graded
)
}
</li>"
)
@
problem_meta_info
.
append
(
meta_list
)
@
problem_meta_info
.
html
(
meta_list
)
@
prompt_container
.
html
(
@
prompt
)
@
prompt_name_container
.
html
(
"
#{
@
prompt_name
}
"
)
...
...
lms/static/sass/course/_staff_grading.scss
View file @
1026c641
...
...
@@ -49,7 +49,7 @@ div.staff-grading {
padding
:
15px
;
margin-left
:
0px
;
}
.m
l-error-info-container
,
.m
eta-info-wrapper
{
background-color
:
#eee
;
padding
:
15px
;
...
...
lms/templates/instructor/staff_grading.html
View file @
1026c641
...
...
@@ -18,7 +18,7 @@
<div
class=
"staff-grading"
data-ajax_url=
"${ajax_url}"
>
<div
class=
"meta-info-wrapper"
>
<h3>
Meta
Information
</h3>
<h3>
Problem
Information
</h3>
<div
class=
"problem-meta-info-container"
>
</div>
<h3>
Maching Learning Information
</h3>
...
...
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