mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
fixed a few spelling problems and standardised stdClass
This commit is contained in:
parent
1c5765dd7a
commit
5924db724d
28 changed files with 151 additions and 151 deletions
|
@ -86,7 +86,7 @@ $capabilities = array(
|
|||
),
|
||||
|
||||
|
||||
// Ability to submit and referentialy assess the examples and to see all other
|
||||
// Ability to submit and referentially assess the examples and to see all other
|
||||
// assessments of these examples
|
||||
'mod/workshop:manageexamples' => array(
|
||||
'captype' => 'write',
|
||||
|
@ -181,7 +181,7 @@ $capabilities = array(
|
|||
)
|
||||
),
|
||||
|
||||
// Ability to override grade for submission or the calcaluted grades for assessment
|
||||
// Ability to override grade for submission or the calculated grades for assessment
|
||||
// and to run aggregation tasks that computes the total grade
|
||||
'mod/workshop:overridegrades' => array(
|
||||
'captype' => 'write',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue