| Línea 85... |
Línea 85... |
| 85 |
/** @var bool blindmarking - Should we hide student identities from graders? */
|
85 |
/** @var bool blindmarking - Should we hide student identities from graders? */
|
| 86 |
public $blindmarking = false;
|
86 |
public $blindmarking = false;
|
| 87 |
/** @var string gradingcontrollerpreview */
|
87 |
/** @var string gradingcontrollerpreview */
|
| 88 |
public $gradingcontrollerpreview = '';
|
88 |
public $gradingcontrollerpreview = '';
|
| 89 |
/** @var string attemptreopenmethod */
|
89 |
/** @var string attemptreopenmethod */
|
| 90 |
public $attemptreopenmethod = 'none';
|
90 |
public $attemptreopenmethod;
|
| 91 |
/** @var int maxattempts */
|
91 |
/** @var int maxattempts */
|
| 92 |
public $maxattempts = -1;
|
92 |
public $maxattempts;
|
| 93 |
/** @var string gradingstatus */
|
93 |
/** @var string gradingstatus */
|
| 94 |
public $gradingstatus = '';
|
94 |
public $gradingstatus = '';
|
| 95 |
/** @var bool preventsubmissionnotingroup */
|
95 |
/** @var bool preventsubmissionnotingroup */
|
| 96 |
public $preventsubmissionnotingroup = 0;
|
96 |
public $preventsubmissionnotingroup = 0;
|
| 97 |
/** @var array usergroups */
|
97 |
/** @var array usergroups */
|