Initialize an ONO app - this makes sure the app is getting all required input data to both start and run successfully.
ONO::FW::Apps::Core::ToolBox->init( $vars_ref );
returns: ( $db, $community, $action_url, $form, $format, $canvas, $pdfkey, $sec,$min,$hour, $mday,$mon,$year, $wday,$yday,$timestamp, $lang, $BLK_ref, \%vars, )
Generate input transmissionHTML code.
Switches:
-f first question is 1 as first step, not 2
-r reload app with same settings mode
-R include Report variables
-x incluce exercise code and ID (incompatible with -r)
ONO::FW::Apps::Core::ToolBox->input_vars( $vars_ref, $switches );