You are here

function quiz_update_7411 in Quiz 7.4

H5P has been added to Quiz!

File

./quiz.install, line 814
Quiz install schema for installing the quiz module

Code

function quiz_update_7411(&$sandbox) {
  $message = t('<a href="http://h5p.org/fill-in-the-blanks" target="_blank">Fill in the Blanks</a>, ' . '<a href="http://h5p.org/drag-the-words" target="_blank">Drag the words</a>, ' . '<a href="http://h5p.org/mark-the-words" target="_blank">Mark the Words</a>, ' . '<a href="http://h5p.org/interactive-video" target="_blank">Adaptive Interactive Video</a> ' . 'and 17 other interactive content types may now be added to quizzes! ' . 'Enable the Quiz H5P Integration module and download H5P content types ' . 'from <a href="http://h5p.org/content-types-and-applications" target="_blank">H5P.org</a> to get started.');
  drupal_set_message($message);
  return $message;
}