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
ade44c33
Commit
ade44c33
authored
Feb 07, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make staff grading interface much nicer
parent
baba8d3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/static/coffee/src/staff_grading/staff_grading.coffee
+2
-1
lms/templates/instructor/staff_grading.html
+2
-3
No files found.
lms/static/coffee/src/staff_grading/staff_grading.coffee
View file @
ade44c33
...
...
@@ -292,6 +292,7 @@ class @StaffGrading
@
min_for_ml
=
response
.
min_for_ml
@
num_pending
=
response
.
num_pending
@
state
=
state_grading
@
collapse_question
if
not
@
max_score
?
@
error
(
"No max score specified for submission."
)
...
...
@@ -431,7 +432,7 @@ class @StaffGrading
@
get_next_submission
(
@
location
)
else
@
error
(
'System got into invalid state for submission: '
+
@
state
)
collapse_question
:
()
=>
@
prompt_container
.
slideToggle
()
@
prompt_container
.
toggleClass
(
'open'
)
...
...
lms/templates/instructor/staff_grading.html
View file @
ade44c33
...
...
@@ -50,7 +50,7 @@
</div>
</div>
<div
class=
"prompt-information-container"
>
<h3>
Question
<a
href=
"#"
class=
"question-header"
>
(Hide)
</a>
</h3>
<h3>
Prompt
<a
href=
"#"
class=
"question-header"
>
(Hide)
</a>
</h3>
<div
class=
"prompt-container"
>
</div>
</div>
...
...
@@ -62,11 +62,10 @@
</div>
<section
class=
"grading-wrapper"
>
<h2>
Grading
</h2>
<div
class=
"grading-container"
>
<div
class=
"submission-wrapper"
>
<h3>
Student
Submission
</h3>
<h3>
Student
Response
</h3>
<div
class=
"submission-container"
>
</div>
</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