protected static function define_other_properties()
 {
     return array('linkedcourses' => array('type' => course_summary_exporter::read_properties_definition(), 'multiple' => true), 'relatedcompetencies' => array('type' => competency_exporter::read_properties_definition(), 'multiple' => true), 'competency' => array('type' => competency_exporter::read_properties_definition()), 'framework' => array('type' => competency_framework_exporter::read_properties_definition()), 'hascourses' => array('type' => PARAM_BOOL), 'hasrelatedcompetencies' => array('type' => PARAM_BOOL), 'scaleid' => array('type' => PARAM_INT), 'scaleconfiguration' => array('type' => PARAM_RAW), 'taxonomyterm' => array('type' => PARAM_TEXT), 'comppath' => array('type' => competency_path_exporter::read_properties_definition()));
 }