add output of the percentage of correct answers

This commit is contained in:
iIronside
2021-10-25 13:41:12 +03:00
parent e362ad45a4
commit 84ec9ef9c7
10 changed files with 1313 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ use yii\widgets\ActiveForm;
<?php // echo $form->field($model, 'status') ?>
<?php // echo $form->field($model, 'percent_correct_answers') ?>
<div class="form-group">
<?= Html::submitButton('Search', ['class' => 'btn btn-primary']) ?>
<?= Html::resetButton('Reset', ['class' => 'btn btn-default']) ?>