name)) { $form->name = ''; } if (!isset($form->intro)) { $form->intro = ''; } if (!isset($form->assessed)) { $form->assessed = '0'; } if (!isset($form->days)) { if ($course->format == 'weeks') { $form->days = '7'; } else { $form->days = '0'; } } ?>
:
: '; helpbutton('writing', get_string('helpwriting'), 'moodle', true, true); echo '
'; helpbutton('questions', get_string('helpquestions'), 'moodle', true, true); echo '
'; if ($usehtmleditor) { helpbutton('richtext', get_string('helprichtext'), 'moodle', true, true); } else { emoticonhelpbutton('form', 'intro'); } echo '
'; ?>
intro); if ($usehtmleditor) { echo ''; } else { echo '

'; helpbutton('textformat', get_string('formattexttype')); print_string('formattexttype'); echo ': '; if (!$form->introformat) { $form->introformat = $defaultformat; } choose_from_menu(format_text_menu(), 'introformat', $form->introformat, ''); echo "

"; } ?>
: id, 'assessed', "$form->assessed"); ?>
: days"); ?>