Beispiel #1
0
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="panel panel-default">
                                <div class="panel-body">
                                    <?php 
echo $form->field($model, 'npp')->textInput();
?>
                                    <?php 
echo $form->field($model, 'answ_min')->textInput();
?>
                                    <?php 
echo $form->field($model, 'answ_max')->textInput();
?>
                                    <?php 
echo $form->field($model, 'isRandom')->dropDownList(Question::getIsRandomOptions());
?>
                                    <?php 
echo $form->field($model, 'bbPresent')->dropDownList(Question::getBBPresentOptions());
?>
                                    <?php 
echo $form->field($model, 'ivPresent')->dropDownList(Question::getIVPresentOptions());
?>
                                    <?php 
echo $form->field($model, 'openQuestionAnswerMaxLength')->textInput();
?>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>