|
1 | 1 | # H5P Plugin for Laravel Framework
|
2 | 2 |
|
3 |
| -# Download Library File from here |
4 |
| -https://h5p.org/sites/default/files/h5p/exports/interactive-video-2-618.h5p |
5 |
| - |
6 |
| -`` |
7 |
| - $libs = [ |
8 |
| - "example-content-arts-of-europe-443085.h5p", |
9 |
| - "advanced-blanks-example-1-503253.h5p", |
10 |
| - "course-presentation-21-21180.h5p", |
11 |
| - "interactive-video-2-618.h5p", |
12 |
| - "example-content-virtual-tour-360-441814.h5p", |
13 |
| - "true-false-question-34806.h5p", |
14 |
| - "timeline-3-716.h5p", |
15 |
| - "summary-714.h5p", |
16 |
| - "speak-the-words-set-example-120784.h5p", |
17 |
| - "speak-the-words-73595.h5p", |
18 |
| - "example-content-single-choice-set-64682.h5p", |
19 |
| - "question-set-616.h5p", |
20 |
| - "questionnaire-4-30615.h5p", |
21 |
| - "personality-quiz-21254.h5p", |
22 |
| - "multiple-choice-713.h5p", |
23 |
| - "memory-game-5-708.h5p", |
24 |
| - "mark-the-words-2-1408.h5p", |
25 |
| - "contact-18-1022298.h5p", |
26 |
| - "berries-28-441940.h5p", |
27 |
| - "impressive-presentation-7141.h5p", |
28 |
| - "image-slider-2-130336.h5p", |
29 |
| - "image-sequencing-3-110117.h5p", |
30 |
| - "example-content-image-pairing-2-233382.h5p", |
31 |
| - "image-juxtaposition-65047.h5p", |
32 |
| - "image-hotspots-2-825.h5p", |
33 |
| - "iframe-embedder-621.h5p", |
34 |
| - "image-multiple-hotspot-question-65081.h5p", |
35 |
| - "find-the-hotspot-3024.h5p", |
36 |
| - "example-content-find-the-words-557697.h5p", |
37 |
| - "flashcards-51-111820.h5p", |
38 |
| - "guess-the-answer-2402.h5p", |
39 |
| - "fill-in-the-blanks-837.h5p", |
40 |
| - "essay-4-166755.h5p", |
41 |
| - "drag-the-words-1399.h5p", |
42 |
| - "drag-and-drop-712.h5p", |
43 |
| - "documentation-tool-3022.h5p", |
44 |
| - "chart-7143.h5p", |
45 |
| - "collage-3065.h5p", |
46 |
| - "h5p-column-34794.h5p", |
47 |
| - "dialog-cards-620.h5p", |
48 |
| - "dictation-389727.h5p", |
49 |
| - "audio-recorder-142-1214919.h5p", |
50 |
| - "example-content-crossword-1209160.h5p", |
51 |
| - "arithmetic-quiz-22-57860.h5p", |
52 |
| - "agamotto-80158.h5p", |
53 |
| - "advent-blue-snowman-1075566.h5p", |
54 |
| - "accordion-6-7138.h5p" |
55 |
| - ]; |
56 |
| -`` |
57 |
| - |
58 | 3 | Require it in the Composer.
|
59 | 4 |
|
60 | 5 | ```bash
|
@@ -113,5 +58,61 @@ protected $except = [
|
113 | 58 | ];
|
114 | 59 | ```
|
115 | 60 |
|
| 61 | +# Download the Library File from here |
| 62 | + |
| 63 | +https://h5p.org/sites/default/files/h5p/exports/interactive-video-2-618.h5p |
| 64 | + |
| 65 | +``` |
| 66 | + $libs = [ |
| 67 | + "example-content-arts-of-europe-443085.h5p", |
| 68 | + "advanced-blanks-example-1-503253.h5p", |
| 69 | + "course-presentation-21-21180.h5p", |
| 70 | + "interactive-video-2-618.h5p", |
| 71 | + "example-content-virtual-tour-360-441814.h5p", |
| 72 | + "true-false-question-34806.h5p", |
| 73 | + "timeline-3-716.h5p", |
| 74 | + "summary-714.h5p", |
| 75 | + "speak-the-words-set-example-120784.h5p", |
| 76 | + "speak-the-words-73595.h5p", |
| 77 | + "example-content-single-choice-set-64682.h5p", |
| 78 | + "question-set-616.h5p", |
| 79 | + "questionnaire-4-30615.h5p", |
| 80 | + "personality-quiz-21254.h5p", |
| 81 | + "multiple-choice-713.h5p", |
| 82 | + "memory-game-5-708.h5p", |
| 83 | + "mark-the-words-2-1408.h5p", |
| 84 | + "contact-18-1022298.h5p", |
| 85 | + "berries-28-441940.h5p", |
| 86 | + "impressive-presentation-7141.h5p", |
| 87 | + "image-slider-2-130336.h5p", |
| 88 | + "image-sequencing-3-110117.h5p", |
| 89 | + "example-content-image-pairing-2-233382.h5p", |
| 90 | + "image-juxtaposition-65047.h5p", |
| 91 | + "image-hotspots-2-825.h5p", |
| 92 | + "iframe-embedder-621.h5p", |
| 93 | + "image-multiple-hotspot-question-65081.h5p", |
| 94 | + "find-the-hotspot-3024.h5p", |
| 95 | + "example-content-find-the-words-557697.h5p", |
| 96 | + "flashcards-51-111820.h5p", |
| 97 | + "guess-the-answer-2402.h5p", |
| 98 | + "fill-in-the-blanks-837.h5p", |
| 99 | + "essay-4-166755.h5p", |
| 100 | + "drag-the-words-1399.h5p", |
| 101 | + "drag-and-drop-712.h5p", |
| 102 | + "documentation-tool-3022.h5p", |
| 103 | + "chart-7143.h5p", |
| 104 | + "collage-3065.h5p", |
| 105 | + "h5p-column-34794.h5p", |
| 106 | + "dialog-cards-620.h5p", |
| 107 | + "dictation-389727.h5p", |
| 108 | + "audio-recorder-142-1214919.h5p", |
| 109 | + "example-content-crossword-1209160.h5p", |
| 110 | + "arithmetic-quiz-22-57860.h5p", |
| 111 | + "agamotto-80158.h5p", |
| 112 | + "advent-blue-snowman-1075566.h5p", |
| 113 | + "accordion-6-7138.h5p" |
| 114 | + ]; |
| 115 | +``` |
| 116 | + |
116 | 117 | ## Credits
|
117 | 118 | This package is forked from [Wells Escola LMS](https://github.com/EscolaSoft/Laravel-H5P) and modified some code.
|
0 commit comments