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
f1984e7a
Commit
f1984e7a
authored
Feb 19, 2014
by
Adam Palay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n open_ended_rubric (ORA-314)
update strings
parent
30f5b460
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
4 deletions
+16
-4
conf/locale/eo/LC_MESSAGES/django.mo
+0
-0
conf/locale/eo/LC_MESSAGES/django.po
+0
-0
conf/locale/eo/LC_MESSAGES/djangojs.mo
+0
-0
conf/locale/eo/LC_MESSAGES/djangojs.po
+2
-2
lms/templates/combinedopenended/openended/open_ended_combined_rubric.html
+14
-2
No files found.
conf/locale/eo/LC_MESSAGES/django.mo
View file @
f1984e7a
No preview for this file type
conf/locale/eo/LC_MESSAGES/django.po
View file @
f1984e7a
This diff is collapsed.
Click to expand it.
conf/locale/eo/LC_MESSAGES/djangojs.mo
View file @
f1984e7a
No preview for this file type
conf/locale/eo/LC_MESSAGES/djangojs.po
View file @
f1984e7a
...
@@ -7,8 +7,8 @@ msgid ""
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
"POT-Creation-Date: 2014-02-1
8 16:36
-0500\n"
"POT-Creation-Date: 2014-02-1
9 15:38
-0500\n"
"PO-Revision-Date: 2014-02-1
8 21:36:33.541469
\n"
"PO-Revision-Date: 2014-02-1
9 20:39:50.876422
\n"
"Last-Translator: \n"
"Last-Translator: \n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
...
...
lms/templates/combinedopenended/openended/open_ended_combined_rubric.html
View file @
f1984e7a
<
%!
from
django
.
utils
.
translation
import
ungettext
%
>
<div
class=
"rubric"
>
<div
class=
"rubric"
>
% for i in range(len(categories)):
% for i in range(len(categories)):
<
%
category =
categories[i]
%
>
<
%
category =
categories[i]
%
>
...
@@ -5,6 +6,16 @@
...
@@ -5,6 +6,16 @@
<ul
class=
"rubric-list"
>
<ul
class=
"rubric-list"
>
% for j in range(len(category['options'])):
% for j in range(len(category['options'])):
<
%
option =
category['options'][j]
%
>
<
%
option =
category['options'][j]
%
>
<
%
points_earned_msg =
ungettext(
"{
num
}
point:
{
explanatory_text
}",
"{
num
}
points:
{
explanatory_text
}",
option
['
points
']
).
format
(
num=
option['points'],
explanatory_text=
option['text'],
)
%
>
%if len(category['options'][j]['grader_types'])>0:
%if len(category['options'][j]['grader_types'])>0:
<li
class=
"rubric-list-item"
>
<li
class=
"rubric-list-item"
>
%else:
%else:
...
@@ -19,12 +30,13 @@
...
@@ -19,12 +30,13 @@
%else:
%else:
<label
class=
"choicegroup_incorrect wrapper-score-selection"
></label>
<label
class=
"choicegroup_incorrect wrapper-score-selection"
></label>
%endif
%endif
<span
class=
"wrappable"
>
${option['points']} points : ${option['text']}
</span>
<span
class=
"wrappable"
>
${points_earned_msg}
</span>
</label>
</label>
%else:
%else:
<label
class=
"rubric-elements-info"
>
<label
class=
"rubric-elements-info"
>
<span
class=
"wrapper-score-selection"
>
</span>
<span
class=
"wrapper-score-selection"
>
</span>
<span
class=
"wrappable"
>
${
option['points']} points : ${option['text']
}
</span>
<span
class=
"wrappable"
>
${
points_earned_msg
}
</span>
</label>
</label>
%endif
%endif
</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