Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
     * @var int When analysing responses and breaking down the count of responses per try, how many columns should we break down
39
     * @var int When analysing responses and breaking down the count of responses per try, how many columns should we break down
40
     * tries into? This is set to 5 columns, any response in a try more than try 5 will be counted in the fifth column.
40
     * tries into? This is set to 5 columns, any response in a try more than try 5 will be counted in the fifth column.
41
     */
41
     */
42
    const MAX_TRY_COUNTED = 5;
42
    const MAX_TRY_COUNTED = 5;
Línea 43... Línea -...
43
 
-
 
44
    /**
-
 
45
     * @var int previously, the time after which statistics are automatically recomputed.
-
 
46
     * @deprecated since Moodle 4.3. Use of pre-computed stats is no longer time-limited.
-
 
47
     * @todo MDL-78090 Final deprecation in Moodle 4.7
-
 
48
     */
-
 
49
    const TIME_TO_CACHE = 900; // 15 minutes.
-
 
50
 
43
 
51
    /** @var object full question data from db. */
44
    /** @var object full question data from db. */
Línea 52... Línea 45...
52
    protected $questiondata;
45
    protected $questiondata;
53
 
46