Merge pull request #13397 from edx/ammar/poc
Making CAPA problems accessible TNL-4971
This commit is contained in:
@@ -31,7 +31,7 @@ var options = {
|
||||
{pattern: 'common/js/xblock/*.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/src/logger.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/test/i18n.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/vendor/CodeMirror/codemirror.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/vendor/codemirror-compressed.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/vendor/jquery.cookie.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/js/vendor/flot/jquery.flot.js', included: true},
|
||||
{pattern: 'xmodule_js/common_static/coffee/src/jquery.immediateDescendents.js', included: true},
|
||||
|
||||
@@ -12,9 +12,7 @@ from openedx.core.djangolib.markup import HTML
|
||||
<div class="problem-progress"></div>
|
||||
|
||||
<div class="problem">
|
||||
<div aria-live="polite">
|
||||
${ HTML(problem['html']) }
|
||||
</div>
|
||||
${ HTML(problem['html']) }
|
||||
<div class="action">
|
||||
<input type="hidden" name="problem_id" value="${ problem['name'] }" />
|
||||
% if demand_hint_possible:
|
||||
|
||||
Reference in New Issue
Block a user