<%namespace name='static' file='static_content.html'/> ## ----------------------------------------------------------------------------- ## Template for courseware.views.quickedit ## ## Used for quick-edit link present when viewing capa-format assesment problems. ## ----------------------------------------------------------------------------- ## ## % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:css group='application'/> % endif % if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: ## % endif % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:js group='application'/> % endif % if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: % for jsfn in [ '/static/%s' % x.replace('.coffee','.js') for x in settings.PIPELINE_JS['application']['source_filenames'] ]: % endfor % endif ## codemirror ## alternate codemirror ## ## ## ## image input: for clicking on images (see imageinput.html) ## <%block name="headextra"/> <%include file="mathjax_include.html" /> ## ----------------------------------------------------------------------------- ## information and i4x PSL code

QuickEdit



${msg|n} ## ----------------------------------------------------------------------------- ## rendered problem display
${phtml}
## <%block name="js_extra"/>