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
d1b433db
Commit
d1b433db
authored
Nov 19, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add adaptive-max-score html to lms view
parent
a584f06b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
lms/static/coffee/src/staff_grading/staff_grading.coffee
+2
-2
lms/templates/instructor/staff_grading.html
+2
-5
No files found.
lms/static/coffee/src/staff_grading/staff_grading.coffee
View file @
d1b433db
...
...
@@ -105,7 +105,7 @@ class StaffGrading
input
=
"""
<input type="radio" name="score-selection" id="
#{
id
}
" value="
#{
score
}
"/>
"""
"""
# " fix broken parsing in emacs
@
score_selection_container
.
append
(
label
+
input
)
# And now hook up an event handler again
...
...
@@ -222,7 +222,7 @@ class StaffGrading
# for now, just create an instance and load it...
mock_backend
=
tru
e
mock_backend
=
fals
e
ajax_url
=
$
(
'.staff-grading'
).
data
(
'ajax_url'
)
backend
=
new
StaffGradingBackend
(
ajax_url
,
mock_backend
)
...
...
lms/templates/instructor/staff_grading.html
View file @
d1b433db
...
...
@@ -37,13 +37,10 @@
</div>
<div
class=
"evaluation"
>
<textarea
name=
"feedback"
placeholder=
"Feedback for student..."
class=
"feedback-area"
cols=
"70"
rows=
"10"
></textarea>
<p>
<label
for=
"correct-radio"
>
Correct
</label>
<input
type=
"radio"
name=
"score-selection"
id=
"correct-radio"
value=
"1"
>
<label
for=
"incorrect-radio"
>
Incorrect
</label>
<input
type=
"radio"
name=
"score-selection"
id=
"incorrect-radio"
value=
"0"
>
<p
class=
"score-selection-container"
>
</p>
</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