Commit 2dc24fca authored by Шакарим Сапа's avatar Шакарим Сапа

Merge remote-tracking branch 'origin/master'

parents 0c9c460c 37bf567d
......@@ -120,6 +120,10 @@ class TestController extends \common\components\BaseController
// Чистим старые вопросы
QuestionPassing::deleteAll(['passing_id' => $passing->id]);
print_r($questions);
echo '<hr>';
$s = true;
for ($i = 1; $i <= $test->questions; $i++)
{
......@@ -135,7 +139,7 @@ class TestController extends \common\components\BaseController
$s = false;
}
print_r($pq);
print_r(\yii\widgets\ActiveForm::validate($pq));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment