Allow "show source" button.

pull/2487/head
jmontoyaa 8 years ago
parent 6aa477fc3e
commit 8cfeb1af33
  1. 6
      main/exercise/UniqueAnswerImage.php

@ -30,11 +30,11 @@ class UniqueAnswerImage extends UniqueAnswer
public function createAnswersForm($form)
{
$objExercise = Session::read('objExercise');
$editorConfig = array(
'ToolbarSet' => 'TestFreeAnswer',
$editorConfig = [
'ToolbarSet' => 'TestProposedAnswer',
'Width' => '100%',
'Height' => '125'
);
];
//this line defines how many questions by default appear when creating a choice question
// The previous default value was 2. See task #1759.

Loading…
Cancel
Save