I work with Moodle 3.11 and Eguru 2021052200, using atto editor.
When I tring to enable seb in an exam, it has a display problem with text type question, the response box can't show the toolbar for editor, ether for the file uploading manager.
I tried to change the file layout/secure.php
replaced <?php require_once(dirname(__FILE__) . '/includes/footer.php'); ?> by <?php echo $OUTPUT->standard_end_of_body_html() ?>, then it works well.
And I didn't find the file 'footer.php', I don't know if this change is reasonable.
I work with Moodle 3.11 and Eguru 2021052200, using atto editor. When I tring to enable seb in an exam, it has a display problem with text type question, the response box can't show the toolbar for editor, ether for the file uploading manager.
I tried to change the file layout/secure.php replaced
<?php require_once(dirname(__FILE__) . '/includes/footer.php'); ?>
by<?php echo $OUTPUT->standard_end_of_body_html() ?>
, then it works well.And I didn't find the file 'footer.php', I don't know if this change is reasonable.