You are here

function opigno_tincan_question_type_install in Opigno TinCan Question Type 7

Implements hook_install().

File

./opigno_tincan_question_type.install, line 13

Code

function opigno_tincan_question_type_install() {

  // Add a body to the question type.
  quiz_question_add_body_field('opigno_tincan_question_type');
  variable_set('node_options_opigno_tincan_question_type', array(
    'status',
  ));
  cache_clear_all('autoload:', 'cache');
}