Skip to content
Snippets Groups Projects
Commit a57d5d6b authored by Paal Joergensen's avatar Paal Joergensen
Browse files

Merge branch 'master' of github.com:h5p/h5p-moodle-plugin

parents df4bb9c0 d50cea49
No related branches found
No related tags found
No related merge requests found
...@@ -169,8 +169,7 @@ $capabilities = array( ...@@ -169,8 +169,7 @@ $capabilities = array(
'captype' => 'write', 'captype' => 'write',
'contextlevel' => CONTEXT_COURSE, 'contextlevel' => CONTEXT_COURSE,
'archetypes' => array( 'archetypes' => array(
'manager' => CAP_ALLOW, 'manager' => CAP_ALLOW
'editingteacher' => CAP_ALLOW
) )
), ),
......
...@@ -19,7 +19,7 @@ $string['modulename_help'] = 'The H5P activity module enables you to create inte ...@@ -19,7 +19,7 @@ $string['modulename_help'] = 'The H5P activity module enables you to create inte
In addition to being an authoring tool for rich content, H5P enables you to import and export H5P files for effective reuse and sharing of content. In addition to being an authoring tool for rich content, H5P enables you to import and export H5P files for effective reuse and sharing of content.
User interactions and scores are tracked using xAPI and are available through the Moodle Gradebook. User interactions and scores are tracked using xAPI and are available through the Moodle Gradebook. Note that it is currently possible for people with programming skills to cheat in H5P interactions and obtain the full score without knowing the correct answers. H5Ps must not be used for exams or similar.
You add interactive H5P content by creating content using the built-in authoring tool or uploading H5P files found on other H5P enabled sites.'; You add interactive H5P content by creating content using the built-in authoring tool or uploading H5P files found on other H5P enabled sites.';
$string['modulename_link'] = 'https://h5p.org/moodle-more-help'; $string['modulename_link'] = 'https://h5p.org/moodle-more-help';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment