<%namespace name='static' file='static_content.html'/> ## ----------------------------------------------------------------------------- ## Template for lib.dogfood.views.dj_capa_problem ## ## Used for viewing assesment problems in "dogfood" self-evaluation mode ## ----------------------------------------------------------------------------- ## ## % 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) <%include file="mathjax_include.html" />
## ----------------------------------------------------------------------------- ## information ##
##

Rendition of your problem code

##
## ----------------------------------------------------------------------------- ## rendered problem display
${phtml}
## ## image input: for clicking on images (see imageinput.html) <%block name="js_extra"/>