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
de8e1e94
Commit
de8e1e94
authored
Feb 07, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change around some names, restyle rubric
parent
03a6572b
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
common/lib/xmodule/xmodule/combined_open_ended_modulev1.py
+1
-1
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+2
-2
common/lib/xmodule/xmodule/openendedchild.py
+4
-4
lms/templates/combined_open_ended.html
+0
-0
lms/templates/combined_open_ended_status.html
+1
-1
lms/templates/open_ended_rubric.html
+1
-1
No files found.
common/lib/xmodule/xmodule/combined_open_ended_modulev1.py
View file @
de8e1e94
...
@@ -55,7 +55,7 @@ TRUE_DICT = ["True", True, "TRUE", "true"]
...
@@ -55,7 +55,7 @@ TRUE_DICT = ["True", True, "TRUE", "true"]
HUMAN_TASK_TYPE
=
{
HUMAN_TASK_TYPE
=
{
'selfassessment'
:
"Self Assessment"
,
'selfassessment'
:
"Self Assessment"
,
'openended'
:
"
External Grader
"
,
'openended'
:
"
edX Assessment
"
,
}
}
class
CombinedOpenEndedV1Module
():
class
CombinedOpenEndedV1Module
():
...
...
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
de8e1e94
...
@@ -47,10 +47,10 @@ section.combined-open-ended-status {
...
@@ -47,10 +47,10 @@ section.combined-open-ended-status {
.statusitem
{
.statusitem
{
color
:
#2C2C2C
;
color
:
#2C2C2C
;
font-size
:
.8
em
;
font-size
:
1
em
;
padding
:
0px
;
padding
:
0px
;
display
:
block
;
display
:
block
;
width
:
55
%
;
width
:
70
%
;
.show-results
{
.show-results
{
margin-top
:
.3em
;
margin-top
:
.3em
;
text-align
:right
;
text-align
:right
;
...
...
common/lib/xmodule/xmodule/openendedchild.py
View file @
de8e1e94
...
@@ -68,10 +68,10 @@ class OpenEndedChild(object):
...
@@ -68,10 +68,10 @@ class OpenEndedChild(object):
#This is used to tell students where they are at in the module
#This is used to tell students where they are at in the module
HUMAN_NAMES
=
{
HUMAN_NAMES
=
{
'initial'
:
'
S
tarted'
,
'initial'
:
'
Not s
tarted'
,
'assessing'
:
'
Being scored
'
,
'assessing'
:
'
In progress
'
,
'post_assessment'
:
'
Scoring finished
'
,
'post_assessment'
:
'
In progress
'
,
'done'
:
'
Problem complet
e'
,
'done'
:
'
Don
e'
,
}
}
def
__init__
(
self
,
system
,
location
,
definition
,
descriptor
,
static_data
,
def
__init__
(
self
,
system
,
location
,
definition
,
descriptor
,
static_data
,
...
...
lms/templates/combined_open_ended.html
View file @
de8e1e94
lms/templates/combined_open_ended_status.html
View file @
de8e1e94
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
% endif
% endif
%if status['type']=="openended" and status['state'] in ['done', 'post_assessment']:
%if status['type']=="openended" and status['state'] in ['done', 'post_assessment']:
<a
href=
"#results"
class=
"show-results-button"
>
Show results
</a>
<a
href=
"#results"
class=
"show-results-button"
>
Show results
</a>
%endif
%endif
</div>
</div>
%endfor
%endfor
...
...
lms/templates/open_ended_rubric.html
View file @
de8e1e94
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
% if view_only:
% if view_only:
## if this is the selected rubric block, show it highlighted
## if this is the selected rubric block, show it highlighted
<div
class=
"rubric-label"
>
<div
class=
"rubric-label"
>
${option['text']}
${option['
points']} points : ${option['
text']}
</div>
</div>
% else:
% else:
<label
class=
"rubric-label"
for=
"score-${i}-${j}"
>
<label
class=
"rubric-label"
for=
"score-${i}-${j}"
>
...
...
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