|
|
|
@ -63,7 +63,7 @@ Display::display_header($nameTools,"Exercise"); |
|
|
|
$ans = $objAnswerTmp->answer[$i]; |
|
|
|
$ans = $objAnswerTmp->answer[$i]; |
|
|
|
$fck_attribute['Width'] = '600'; |
|
|
|
$fck_attribute['Width'] = '600'; |
|
|
|
$fck_attribute['Height'] = '200'; |
|
|
|
$fck_attribute['Height'] = '200'; |
|
|
|
$fck_attribute['ToolbarSet'] = 'Small'; |
|
|
|
$fck_attribute['ToolbarSet'] = 'Small'; //TODO: check where run? for customize buttons bar |
|
|
|
$fck_attribute['Config']['IMUploadPath'] = 'upload/test/'; |
|
|
|
$fck_attribute['Config']['IMUploadPath'] = 'upload/test/'; |
|
|
|
$fck_attribute['Config']['InDocument'] = false; |
|
|
|
$fck_attribute['Config']['InDocument'] = false; |
|
|
|
$fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/'; |
|
|
|
$fck_attribute['Config']['CreateDocumentDir'] = '../../courses/'.api_get_course_path().'/document/'; |
|
|
|
|