Skip to content
Snippets Groups Projects
Select Git revision
  • c062714610629b54703dd6f2e49e9a62c1f004b5
  • main default protected
  • dev/grabowski
  • origin/main
  • hsh_1.22.4
  • 1.22.4
  • 1.22.3
  • 1.22.2
  • 1.22.1
  • 1.22
  • 1.21
  • 1.20.2
  • 1.20.1
  • 1.20.0
  • 1.19.1
  • 1.19
  • 1.18
  • 1.17.2
  • 1.17.1
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
24 results

hvp.php

Blame
  • hvp.php 40.22 KiB
    <?php
    // This file is part of Moodle - http://moodle.org/
    //
    // Moodle is free software: you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // Moodle is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.
    //
    // You should have received a copy of the GNU General Public License
    // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
    
    $string['modulename'] = 'Interactive Content';
    $string['modulename_help'] = 'The H5P activity module enables you to create interactive content such as Interactive Videos, Question Sets, Drag and Drop Questions, Multi-Choice Questions, Presentations and much more.
    
    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. 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.';
    $string['modulename_link'] = 'https://h5p.org/moodle-more-help';
    $string['modulenameplural'] = 'Interactive Content';
    $string['pluginadministration'] = 'H5P';
    $string['pluginname'] = 'H5P';
    $string['intro'] = 'Introduction';
    $string['h5pfile'] = 'H5P File';
    $string['fullscreen'] = 'Fullscreen';
    $string['disablefullscreen'] = 'Disable fullscreen';
    $string['download'] = 'Download';
    $string['copyright'] = 'Rights of use';
    $string['embed'] = 'Embed';
    $string['showadvanced'] = 'Show advanced';
    $string['hideadvanced'] = 'Hide advanced';
    $string['resizescript'] = 'Include this script on your website if you want dynamic sizing of the embedded content:';
    $string['size'] = 'Size';
    $string['close'] = 'Close';
    $string['title'] = 'Title';
    $string['author'] = 'Author';
    $string['year'] = 'Year';
    $string['source'] = 'Source';
    $string['license'] = 'License';
    $string['thumbnail'] = 'Thumbnail';
    $string['nocopyright'] = 'No copyright information available for this content.';
    $string['downloadtitle'] = 'Download this content as a H5P file.';
    $string['copyrighttitle'] = 'View copyright information for this content.';
    $string['embedtitle'] = 'View the embed code for this content.';
    $string['h5ptitle'] = 'Visit H5P.org to check out more cool content.';
    $string['contentchanged'] = 'This content has changed since you last used it.';
    $string['startingover'] = "You'll be starting over.";
    $string['confirmdialogheader'] = 'Confirm action';
    $string['confirmdialogbody'] = 'Please confirm that you wish to proceed. This action is not reversible.';
    $string['cancellabel'] = 'Cancel';
    $string['confirmlabel'] = 'Confirm';
    $string['noh5ps'] = 'There\'s no interactive content available for this course.';
    
    $string['lookforupdates'] = 'Look for H5P updates';
    $string['updatelibraries'] = 'Update All Libraries';
    $string['removetmpfiles'] = 'Remove old H5P temporary files';
    $string['removeoldlogentries'] = 'Remove old H5P log entries';
    $string['removeoldmobileauthentries'] = 'Remove old H5P mobile auth entries';
    
    // Admin settings.
    $string['displayoptiondownloadnever'] = 'Never';
    $string['displayoptiondownloadalways'] = 'Always';
    $string['displayoptiondownloadpermission'] = 'Only if user has permissions to export H5P';
    $string['displayoptionnevershow'] = 'Never show';