You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span id="chainedAutoContinue" style="display:<?phpecho (empty($question->id) or$question->qtype == 'radio') ? 'inline' : 'none';?>"><input type="checkbox" name="autocontinue" value="1" <?phpif(!empty($question->autocontinue)) echo'checked'?>> <?php_e('Automatically continue to the next question when a choice is selected', 'chained')?></span> </p>
32
-
33
-
<p><input type="checkbox" name="accept_comments" value="1" <?phpif(!empty($question->accept_comments)) echo'checked'?>> <?php_e('Accept comments along with the answer.', 'chained');?>
34
-
<?php_e('Label before the comments field:', 'chained');?> <input type="text" name="accept_comments_label" size="30" value="<?phpechoempty($question->accept_comments_label) ? __('Your comments:', 'chained') : stripslashes(@$question->accept_comments_label);?>"></p>
35
-
36
-
<h3><?php_e('Answers and Settings', 'chained')?></h3>
0 commit comments