logiquiz/config.json

63 lines
2.5 KiB
JSON

{
"ajaxUrl": "/ajax?action=",
"baseUrl": "/h5p",
"contentFilesUrl": "/content'",
"coreUrl": "/core",
"downloadUrl": "/download",
"editorLibraryUrl": "/editor",
"librariesUrl": "/libraries",
"paramsUrl": "/params",
"playUrl": "/play",
"fetchingDisabled": 0,
"uuid": "f6f86841-1ebd-4de4-a4db-4a016f4e5446",
"siteType": "local",
"sendUsageStatistics": false,
"hubRegistrationEndpoint": "https://api.h5p.org/v1/sites",
"hubContentTypesEndpoint": "https://api.h5p.org/v1/content-types/",
"contentTypeCacheRefreshInterval": 86400000,
"enableLrsContentTypes": true,
"maxFileSize": 2147483648,
"maxTotalSize": 2147483648,
"platformName": "Logiquiz",
"playerAddons": {
"H5P.Accordion": ["H5P.MathDisplay"],
"H5P.AdventCalendar": ["H5P.MathDisplay"],
"H5P.ArithmeticQuiz": ["H5P.MathDisplay"],
"H5P.Column": ["H5P.MathDisplay"],
"H5P.Dialogcards": ["H5P.MathDisplay"],
"H5P.DocumentationTool": ["H5P.MathDisplay"],
"H5P.DragQuestion": ["H5P.MathDisplay"],
"H5P.DragText": ["H5P.MathDisplay"],
"H5P.Essay": ["H5P.MathDisplay"],
"H5P.Blanks": ["H5P.MathDisplay"],
"H5P.Flashcards": ["H5P.MathDisplay"],
"H5P.InteractiveBook": ["H5P.MathDisplay"],
"H5P.MarkTheWords": ["H5P.MathDisplay"],
"H5P.MultipleChoice": ["H5P.MathDisplay"],
"H5P.QuestionSet": ["H5P.MathDisplay"],
"H5P.TrueFalse": ["H5P.MathDisplay"],
"H5P.InteractiveVideo": ["H5P.MathDisplay"],
"H5P.CoursePresentation": ["H5P.MathDisplay"]
},
"editorAddons": {
"H5P.Accordion": ["H5P.MathDisplay"],
"H5P.AdventCalendar": ["H5P.MathDisplay"],
"H5P.ArithmeticQuiz": ["H5P.MathDisplay"],
"H5P.Column": ["H5P.MathDisplay"],
"H5P.Dialogcards": ["H5P.MathDisplay"],
"H5P.DocumentationTool": ["H5P.MathDisplay"],
"H5P.DragQuestion": ["H5P.MathDisplay"],
"H5P.DragText": ["H5P.MathDisplay"],
"H5P.Essay": ["H5P.MathDisplay"],
"H5P.Blanks": ["H5P.MathDisplay"],
"H5P.Flashcards": ["H5P.MathDisplay"],
"H5P.InteractiveBook": ["H5P.MathDisplay"],
"H5P.MarkTheWords": ["H5P.MathDisplay"],
"H5P.MultipleChoice": ["H5P.MathDisplay"],
"H5P.QuestionSet": ["H5P.MathDisplay"],
"H5P.TrueFalse": ["H5P.MathDisplay"],
"H5P.InteractiveVideo": ["H5P.MathDisplay"],
"H5P.CoursePresentation": ["H5P.MathDisplay"]
}
}