Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 48... Línea 48...
48
    ],
48
    ],
Línea 49... Línea 49...
49
 
49
 
50
    'mod_quiz_get_user_attempts' => [
50
    'mod_quiz_get_user_attempts' => [
51
        'classname'     => 'mod_quiz_external',
51
        'classname'     => 'mod_quiz_external',
52
        'methodname'    => 'get_user_attempts',
52
        'methodname'    => 'get_user_attempts',
-
 
53
        'description'   => 'Return a list of attempts for the given quiz and user. ' .
53
        'description'   => 'Return a list of attempts for the given quiz and user.',
54
            '(Deprecated in favour of mod_quiz_get_user_quiz_attempts).',
54
        'type'          => 'read',
55
        'type'          => 'read',
55
        'capabilities'  => 'mod/quiz:view',
56
        'capabilities'  => 'mod/quiz:view',
56
        'services'      => [MOODLE_OFFICIAL_MOBILE_SERVICE]
57
        'services'      => [MOODLE_OFFICIAL_MOBILE_SERVICE]
Línea -... Línea 58...
-
 
58
    ],
-
 
59
 
-
 
60
    'mod_quiz_get_user_quiz_attempts' => [
-
 
61
        'classname'     => 'mod_quiz_external',
-
 
62
        'methodname'    => 'get_user_quiz_attempts',
-
 
63
        'description'   => 'Return a list of attempts for the given quiz and user.',
-
 
64
        'type'          => 'read',
-
 
65
        'capabilities'  => 'mod/quiz:view',
-
 
66
        'services'      => [MOODLE_OFFICIAL_MOBILE_SERVICE],
57
    ],
67
    ],
58
 
68
 
59
    'mod_quiz_get_user_best_grade' => [
69
    'mod_quiz_get_user_best_grade' => [
60
        'classname'     => 'mod_quiz_external',
70
        'classname'     => 'mod_quiz_external',
61
        'methodname'    => 'get_user_best_grade',
71
        'methodname'    => 'get_user_best_grade',