Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "standard": {
1441 ariadna 3
        "aiplacement": [
4
            "courseassist",
5
            "editor"
6
        ],
7
        "aiprovider": [
8
            "azureai",
9
            "ollama",
10
            "openai"
11
        ],
1 efrain 12
        "antivirus": [
13
            "clamav"
14
        ],
15
        "assignfeedback": [
16
            "comments",
17
            "editpdf",
18
            "file",
19
            "offline"
20
        ],
21
        "assignsubmission": [
22
            "comments",
23
            "file",
24
            "onlinetext"
25
        ],
26
        "auth": [
27
            "db",
28
            "email",
29
            "ldap",
30
            "lti",
31
            "manual",
32
            "nologin",
33
            "none",
34
            "oauth2",
35
            "shibboleth",
36
            "webservice"
37
        ],
38
        "availability": [
39
            "completion",
40
            "date",
41
            "grade",
42
            "group",
43
            "grouping",
44
            "profile"
45
        ],
46
        "block": [
47
            "accessreview",
48
            "activity_modules",
49
            "activity_results",
50
            "admin_bookmarks",
51
            "badges",
52
            "blog_menu",
53
            "blog_recent",
54
            "blog_tags",
55
            "calendar_month",
56
            "calendar_upcoming",
57
            "comments",
58
            "completionstatus",
59
            "course_list",
60
            "course_summary",
61
            "feedback",
62
            "globalsearch",
63
            "glossary_random",
64
            "html",
65
            "login",
66
            "lp",
67
            "mentees",
68
            "myoverview",
69
            "myprofile",
70
            "navigation",
71
            "news_items",
72
            "online_users",
73
            "private_files",
74
            "recent_activity",
75
            "recentlyaccessedcourses",
76
            "recentlyaccesseditems",
77
            "rss_client",
78
            "search_forums",
79
            "section_links",
80
            "selfcompletion",
81
            "settings",
82
            "site_main_menu",
83
            "social_activities",
84
            "starredcourses",
85
            "tag_flickr",
86
            "tag_youtube",
87
            "tags",
88
            "timeline"
89
        ],
90
        "booktool": [
91
            "exportimscp",
92
            "importhtml",
93
            "print"
94
        ],
95
        "cachelock": [
96
            "file"
97
        ],
98
        "cachestore": [
99
            "apcu",
100
            "file",
101
            "redis",
102
            "session",
103
            "static"
104
        ],
105
        "calendartype": [
106
            "gregorian"
107
        ],
108
        "communication": [
109
            "customlink",
110
            "matrix"
111
        ],
112
        "contenttype": [
113
            "h5p"
114
        ],
115
        "coursereport": [],
116
        "customfield": [
117
            "checkbox",
118
            "date",
1441 ariadna 119
            "number",
1 efrain 120
            "select",
121
            "text",
122
            "textarea"
123
        ],
124
        "datafield": [
125
            "checkbox",
126
            "date",
127
            "file",
128
            "latlong",
129
            "menu",
130
            "multimenu",
131
            "number",
132
            "picture",
133
            "radiobutton",
134
            "text",
135
            "textarea",
136
            "url"
137
        ],
138
        "dataformat": [
139
            "csv",
140
            "excel",
141
            "html",
142
            "json",
143
            "ods",
144
            "pdf"
145
        ],
146
        "datapreset": [
147
            "imagegallery",
148
            "journal",
149
            "proposals",
150
            "resources"
151
        ],
152
        "editor": [
153
            "textarea",
154
            "tiny"
155
        ],
156
        "enrol": [
157
            "category",
158
            "cohort",
159
            "database",
160
            "fee",
161
            "flatfile",
162
            "guest",
163
            "imsenterprise",
164
            "ldap",
165
            "lti",
166
            "manual",
167
            "meta",
168
            "paypal",
169
            "self"
170
        ],
171
        "factor": [
172
            "admin",
173
            "auth",
174
            "capability",
175
            "cohort",
176
            "email",
177
            "grace",
178
            "iprange",
179
            "nosetup",
180
            "role",
181
            "sms",
182
            "token",
183
            "totp",
184
            "webauthn"
185
        ],
186
        "fileconverter": [
187
            "googledrive",
188
            "unoconv"
189
        ],
190
        "filter": [
191
            "activitynames",
192
            "algebra",
193
            "codehighlighter",
194
            "data",
195
            "displayh5p",
196
            "emailprotect",
197
            "emoticon",
198
            "glossary",
199
            "mathjaxloader",
200
            "mediaplugin",
201
            "multilang",
202
            "tex",
203
            "urltolink"
204
        ],
205
        "format": [
206
            "singleactivity",
207
            "social",
208
            "topics",
209
            "weeks"
210
        ],
211
        "forumreport": [
212
            "summary"
213
        ],
214
        "gradeexport": [
215
            "ods",
216
            "txt",
217
            "xls",
218
            "xml"
219
        ],
220
        "gradeimport": [
221
            "csv",
222
            "direct",
223
            "xml"
224
        ],
1441 ariadna 225
        "gradepenalty": [
226
            "duedate"
227
        ],
1 efrain 228
        "gradereport": [
229
            "grader",
230
            "history",
231
            "outcomes",
232
            "overview",
233
            "singleview",
234
            "summary",
235
            "user"
236
        ],
237
        "gradingform": [
238
            "guide",
239
            "rubric"
240
        ],
241
        "h5plib": [
1441 ariadna 242
            "v127"
1 efrain 243
        ],
244
        "local": [],
245
        "logstore": [
246
            "database",
247
            "standard"
248
        ],
249
        "ltiservice": [
250
            "basicoutcomes",
251
            "gradebookservices",
252
            "memberships",
253
            "profile",
254
            "toolproxy",
255
            "toolsettings"
256
        ],
257
        "media": [
258
            "html5audio",
259
            "html5video",
260
            "videojs",
261
            "vimeo",
262
            "youtube"
263
        ],
264
        "message": [
265
            "airnotifier",
266
            "email",
1441 ariadna 267
            "popup",
268
            "sms"
1 efrain 269
        ],
270
        "mlbackend": [
271
            "php",
272
            "python"
273
        ],
1441 ariadna 274
        "mnetservice": [],
1 efrain 275
        "mod": [
276
            "assign",
277
            "bigbluebuttonbn",
278
            "book",
279
            "choice",
280
            "data",
281
            "feedback",
282
            "folder",
283
            "forum",
284
            "glossary",
285
            "h5pactivity",
286
            "imscp",
287
            "label",
288
            "lesson",
289
            "lti",
290
            "page",
1441 ariadna 291
            "qbank",
1 efrain 292
            "quiz",
293
            "resource",
294
            "scorm",
1441 ariadna 295
            "subsection",
1 efrain 296
            "url",
297
            "wiki",
298
            "workshop"
299
        ],
300
        "paygw": [
301
            "paypal"
302
        ],
303
        "plagiarism": [],
304
        "portfolio": [
305
            "download",
306
            "flickr",
1441 ariadna 307
            "googledocs"
1 efrain 308
        ],
309
        "profilefield": [
310
            "checkbox",
311
            "datetime",
312
            "menu",
313
            "social",
314
            "text",
315
            "textarea"
316
        ],
317
        "qbank": [
318
            "bulkmove",
319
            "columnsortorder",
320
            "comment",
321
            "customfields",
322
            "deletequestion",
323
            "editquestion",
324
            "exportquestions",
325
            "exporttoxml",
326
            "history",
327
            "importquestions",
328
            "managecategories",
329
            "previewquestion",
330
            "statistics",
331
            "tagquestion",
332
            "usage",
333
            "viewcreator",
334
            "viewquestionname",
335
            "viewquestiontext",
336
            "viewquestiontype"
337
        ],
338
        "qbehaviour": [
339
            "adaptive",
340
            "adaptivenopenalty",
341
            "deferredcbm",
342
            "deferredfeedback",
343
            "immediatecbm",
344
            "immediatefeedback",
345
            "informationitem",
346
            "interactive",
347
            "interactivecountback",
348
            "manualgraded",
349
            "missing"
350
        ],
351
        "qformat": [
352
            "aiken",
353
            "blackboard_six",
354
            "gift",
355
            "missingword",
356
            "multianswer",
357
            "xhtml",
358
            "xml"
359
        ],
360
        "qtype": [
361
            "calculated",
362
            "calculatedmulti",
363
            "calculatedsimple",
364
            "ddimageortext",
365
            "ddmarker",
366
            "ddwtos",
367
            "description",
368
            "essay",
369
            "gapselect",
370
            "match",
371
            "missingtype",
372
            "multianswer",
373
            "multichoice",
374
            "numerical",
375
            "ordering",
376
            "random",
377
            "randomsamatch",
378
            "shortanswer",
379
            "truefalse"
380
        ],
381
        "quiz": [
382
            "grading",
383
            "overview",
384
            "responses",
385
            "statistics"
386
        ],
387
        "quizaccess": [
388
            "delaybetweenattempts",
389
            "ipaddress",
390
            "numattempts",
391
            "offlineattempts",
392
            "openclosedate",
393
            "password",
394
            "seb",
395
            "securewindow",
396
            "timelimit"
397
        ],
398
        "report": [
399
            "backups",
400
            "competency",
401
            "completion",
402
            "configlog",
403
            "courseoverview",
404
            "eventlist",
405
            "infectedfiles",
406
            "insights",
407
            "log",
408
            "loglive",
409
            "outline",
410
            "participation",
411
            "performance",
412
            "progress",
413
            "questioninstances",
414
            "security",
415
            "stats",
416
            "status",
417
            "themeusage",
418
            "usersessions"
419
        ],
420
        "repository": [
421
            "areafiles",
422
            "contentbank",
423
            "coursefiles",
424
            "dropbox",
425
            "equella",
426
            "filesystem",
427
            "flickr",
428
            "flickr_public",
429
            "googledocs",
430
            "local",
431
            "merlot",
432
            "nextcloud",
433
            "onedrive",
434
            "recent",
435
            "s3",
436
            "upload",
437
            "url",
438
            "user",
439
            "webdav",
440
            "wikimedia",
441
            "youtube"
442
        ],
443
        "scormreport": [
444
            "basic",
445
            "graphs",
446
            "interactions",
447
            "objectives"
448
        ],
449
        "search": [
450
            "simpledb",
451
            "solr"
452
        ],
1441 ariadna 453
        "smsgateway": [
454
            "aws",
455
            "modica"
456
        ],
1 efrain 457
        "theme": [
458
            "boost",
459
            "classic"
460
        ],
461
        "tiny": [
462
            "accessibilitychecker",
1441 ariadna 463
            "aiplacement",
1 efrain 464
            "autosave",
465
            "equation",
466
            "h5p",
467
            "html",
468
            "link",
469
            "media",
470
            "noautolink",
471
            "premium",
472
            "recordrtc"
473
        ],
474
        "tool": [
475
            "admin_presets",
476
            "analytics",
477
            "availabilityconditions",
478
            "behat",
479
            "brickfield",
480
            "capability",
481
            "cohortroles",
482
            "componentlibrary",
483
            "customlang",
484
            "dataprivacy",
485
            "dbtransfer",
486
            "filetypes",
487
            "generator",
488
            "httpsreplace",
489
            "installaddon",
490
            "langimport",
491
            "licensemanager",
492
            "log",
493
            "lp",
494
            "lpimportcsv",
495
            "lpmigrate",
496
            "messageinbound",
497
            "mfa",
498
            "mobile",
499
            "monitor",
500
            "moodlenet",
501
            "multilangupgrade",
502
            "oauth2",
503
            "phpunit",
504
            "policy",
505
            "profiling",
506
            "recyclebin",
507
            "replace",
508
            "spamcleaner",
509
            "task",
510
            "templatelibrary",
511
            "unsuproles",
512
            "uploadcourse",
513
            "uploaduser",
514
            "usertours",
515
            "xmldb"
516
        ],
517
        "webservice": [
518
            "rest",
519
            "soap"
520
        ],
521
        "workshopallocation": [
522
            "manual",
523
            "random",
524
            "scheduled"
525
        ],
526
        "workshopeval": [
527
            "best"
528
        ],
529
        "workshopform": [
530
            "accumulative",
531
            "comments",
532
            "numerrors",
533
            "rubric"
534
        ]
535
    },
536
    "deleted": {
537
        "assignment": [
538
            "offline",
539
            "online",
540
            "upload",
541
            "uploadsingle"
542
        ],
1441 ariadna 543
        "atto": [
544
            "accessibilitychecker",
545
            "accessibilityhelper",
546
            "align",
547
            "backcolor",
548
            "bold",
549
            "charmap",
550
            "clear",
551
            "collapse",
552
            "emojipicker",
553
            "emoticon",
554
            "equation",
555
            "fontcolor",
556
            "h5p",
557
            "html",
558
            "image",
559
            "indent",
560
            "italic",
561
            "link",
562
            "managefiles",
563
            "media",
564
            "noautolink",
565
            "orderedlist",
566
            "recordrtc",
567
            "rtl",
568
            "strike",
569
            "subscript",
570
            "superscript",
571
            "table",
572
            "title",
573
            "underline",
574
            "undo",
575
            "unorderedlist"
576
        ],
1 efrain 577
        "auth": [
1441 ariadna 578
            "cas",
1 efrain 579
            "fc",
580
            "imap",
1441 ariadna 581
            "mnet",
1 efrain 582
            "nntp",
583
            "pam",
584
            "pop3",
585
            "radius"
586
        ],
587
        "block": [
588
            "community",
589
            "course_overview",
590
            "messages",
1441 ariadna 591
            "mnet_hosts",
1 efrain 592
            "participants",
593
            "quiz_results"
594
        ],
595
        "cachestore": [
596
            "memcache",
597
            "memcached",
598
            "mongodb"
599
        ],
600
        "editor": [
1441 ariadna 601
            "atto",
1 efrain 602
            "tinymce"
603
        ],
604
        "enrol": [
1441 ariadna 605
            "authorize",
606
            "mnet"
1 efrain 607
        ],
608
        "filter": [
1441 ariadna 609
            "censor",
610
            "tidy"
1 efrain 611
        ],
612
        "h5plib": [
1441 ariadna 613
            "v124",
614
            "v126"
1 efrain 615
        ],
616
        "logstore": [
617
            "legacy"
618
        ],
619
        "media": [
620
            "swf"
621
        ],
622
        "message": [
623
            "jabber"
624
        ],
1441 ariadna 625
        "mnetservice": [
626
            "enrol"
627
        ],
1 efrain 628
        "mod": [
1441 ariadna 629
            "assignment",
630
            "chat",
631
            "survey"
1 efrain 632
        ],
633
        "portfolio": [
634
            "boxnet",
1441 ariadna 635
            "mahara",
1 efrain 636
            "picasa"
637
        ],
638
        "qformat": [
639
            "blackboard",
640
            "examview",
641
            "learnwise",
642
            "webct"
643
        ],
644
        "quizaccess": [
645
            "safebrowser"
646
        ],
647
        "report": [
648
            "search"
649
        ],
650
        "repository": [
651
            "alfresco",
652
            "boxnet",
653
            "picasa",
654
            "skydrive"
655
        ],
656
        "theme": [
657
            "afterburner",
658
            "anomaly",
659
            "arialist",
660
            "base",
661
            "binarius",
662
            "bootstrapbase",
663
            "boxxie",
664
            "brick",
665
            "canvas",
666
            "clean",
667
            "formal_white",
668
            "formfactor",
669
            "fusion",
670
            "leatherbound",
671
            "magazine",
672
            "more",
673
            "mymobile",
674
            "nimble",
675
            "nonzero",
676
            "overlay",
677
            "serenity",
678
            "sky_high",
679
            "splash",
680
            "standard",
681
            "standardold"
682
        ],
683
        "tinymce": [
684
            "ctrlhelp",
685
            "dragmath",
686
            "managefiles",
687
            "moodleemoticon",
688
            "moodleimage",
689
            "moodlemedia",
690
            "moodlenolink",
691
            "pdw",
692
            "spellchecker",
693
            "wrap"
694
        ],
695
        "tool": [
696
            "assignmentupgrade",
697
            "bloglevelupgrade",
698
            "health",
1441 ariadna 699
            "innodb",
1 efrain 700
            "qeupgradehelper",
701
            "timezoneimport"
702
        ],
703
        "webservice": [
704
            "amf",
705
            "xmlrpc"
706
        ]
707
    }
708
}