this.listenTo(fccecontr);
Component fcContent = fccecontr.getInitialComponent();
myContent.put("filechoosecreateedit", fcContent);
Condition accessCondition = courseNode.getPreConditionAccess();
accessibilityCondContr = new ConditionEditController(ureq, getWindowControl(), groupMgr, accessCondition, "accessabilityConditionForm",
AssessmentHelper.getAssessableNodes(course.getEditorTreeModel(), courseNode),euce);
this.listenTo(accessibilityCondContr);
main.setContent(myContent);