Fix duplicate quiz answer

pull/2487/head
Angel Fernando Quiroz Campos 10 years ago
parent e8af27045f
commit 6ced718c2c
  1. 1
      src/Chamilo/CourseBundle/Entity/CQuizAnswer.php

@ -122,6 +122,7 @@ class CQuizAnswer
public function __construct()
{
$this->id = null;
$this->idAuto = 0;
$this->correct = null;
$this->comment = null;
$this->ponderation = 0;

Loading…
Cancel
Save