Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 37... Línea 37...
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class all_calculated_for_qubaid_condition {
39
class all_calculated_for_qubaid_condition {
Línea 40... Línea 40...
40
 
40
 
41
    /**
-
 
42
     * @var int previously, the time after which statistics are automatically recomputed.
-
 
43
     * @deprecated since Moodle 4.3. Use of pre-computed stats is no longer time-limited.
-
 
44
     * @todo MDL-78090 Final deprecation in Moodle 4.7
-
 
45
     */
-
 
46
    const TIME_TO_CACHE = 900; // 15 minutes.
-
 
47
 
-
 
48
    /**
41
    /**
49
     * @var object[]
42
     * @var object[]
50
     */
43
     */
Línea 51... Línea 44...
51
    public $subquestions = [];
44
    public $subquestions = [];