tao-test/app/taoQtiTest/views/templates/assessment_test_context.tpl

8 lines
213 B
Smarty
Raw Permalink Normal View History

2022-08-29 20:14:13 +02:00
<script type="text/javascript">
requirejs.config({
config: {
}
}
var assessmentTestContext = <?php echo json_encode(get_data('assessmentTestContext'), JSON_HEX_QUOT | JSON_HEX_APOS); ?>;
</script>