Skip to content

Commit

Permalink
feat: add icons to draw attention to date config (#2040)
Browse files Browse the repository at this point in the history
* feat: add icons to draw attention to date config

* chore: make static

* chore: translations

* docs: expand on removal todo

* style: change icon to star

* style: update colors

* chore: build static

* chore: translations

* chore: version
  • Loading branch information
jansenk authored Sep 5, 2023
1 parent 6679c6a commit 807f0bd
Show file tree
Hide file tree
Showing 29 changed files with 281 additions and 233 deletions.
2 changes: 1 addition & 1 deletion openassessment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialization Information for Open Assessment Module
"""

__version__ = '5.2.5'
__version__ = '5.3.0'
30 changes: 17 additions & 13 deletions openassessment/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-ora2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-30 22:03+0000\n"
"POT-Creation-Date: 2023-09-05 15:48+0000\n"
"PO-Revision-Date: 2014-06-04 15:41-0400\n"
"Last-Translator: Muhammad Ayub khan <[email protected]>\n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand Down Expand Up @@ -383,11 +383,11 @@ msgstr ""
msgid "Schedule"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:29
#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:31
msgid "Assessment steps"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:36
#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:38
msgid "Settings"
msgstr ""

Expand Down Expand Up @@ -557,43 +557,47 @@ msgstr ""
msgid "Select a deadline configuration option"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:14
#: templates/openassessmentblock/edit/oa_edit_schedule.html:13
msgid " NEW"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:19
msgid "Configure deadlines manually"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:18
#: templates/openassessmentblock/edit/oa_edit_schedule.html:23
msgid "Match deadlines to the subsection due date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:22
#: templates/openassessmentblock/edit/oa_edit_schedule.html:27
msgid "Match deadlines to the course end date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:25
#: templates/openassessmentblock/edit/oa_edit_schedule.html:30
msgid "Learn more about open response date settings"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:35
#: templates/openassessmentblock/edit/oa_edit_schedule.html:40
msgid "Response Start Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:48
#: templates/openassessmentblock/edit/oa_edit_schedule.html:53
msgid "Response Start Time"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:57
#: templates/openassessmentblock/edit/oa_edit_schedule.html:62
msgid "The date and time when learners can begin submitting responses."
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:65
#: templates/openassessmentblock/edit/oa_edit_schedule.html:70
msgid "Response Due Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:78
#: templates/openassessmentblock/edit/oa_edit_schedule.html:83
msgid "Response Due Time"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:87
#: templates/openassessmentblock/edit/oa_edit_schedule.html:92
msgid "The date and time when learners can no longer submit responses."
msgstr ""

Expand Down
Loading

0 comments on commit 807f0bd

Please sign in to comment.