Skip to content

Commit

Permalink
Merge pull request #40 from raccoongang/mykola-s/SkillFacatory2035-81…
Browse files Browse the repository at this point in the history
…7/features/ORA--expand-field-to-10000-characters

[SkillFacatory2035-817] Expanded the maximum number of characters to 10,000 characters for all OPA input fields in LMS
  • Loading branch information
AndreyLykhoman authored Aug 3, 2020
2 parents ea12443 + 25550d3 commit b9fa599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openassessment/templates/openassessmentblock/oa_rubric.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
data-preview="criteria__{{ criterion.name }}"
data-criterion-name="{{ criterion.name }}"
aria-describedby="{{ rubric_type }}__assessment__rubric__prompt--{{ criterion.order_num }}"
maxlength="1000"
maxlength="10000"
{% if criterion.feedback == 'required' %}required{% endif %}
>
</textarea>
Expand All @@ -74,7 +74,7 @@
id="{{ rubric_type }}__assessment__rubric__question--feedback__value__{{ xblock_id }}"
data-preview="feedback"
placeholder="{{ rubric_feedback_default_text }}"
maxlength="1000"
maxlength="10000"
>
</textarea>
{% include "openassessmentblock/oa_latex_preview.html" with id="feedback__"|add:rubric_type elem="div" preview_name="feedback" submit_enabled=True %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):

setup(
name='ora2',
version='2.2.2',
version='2.2.3',
author='edX',
url='http://github.com/edx/edx-ora2',
description='edx-ora2',
Expand Down

0 comments on commit b9fa599

Please sign in to comment.