Would it be possible to allow more types within a Column?
Submitted by SNTBrugge on Mon, 02/20/2023 - 14:18
Forums:
Hi everbody
Would it be possible to allow more types within a column?
I actually needed a Find Multiple Hotspots. But there are other types that would be very nice within a Column. There are so many fantastic exercises for the students. For example Crossword, Dictation, Flash cards, Image Choice, Multiple choice, Sort the Paragraphs, Speak the Words, Speak the Word Set ...
Would it be possible to bring a few more of these types into the Column?
Thank you!
SNT
Summary:
Allow more types within a Column?
Content types:
BV52
Mon, 02/20/2023 - 17:30
Permalink
Hi SNT,It is not really hard
Hi SNT,
It is not really hard to add these content types into Column. However it takes a good amount of time to review the code and test the changes to make sure that it works and does not break any existing contents. For the case of Find Multiple Hotspots I don't think this will be added any time soon since this content type is community contributed but has since been abandoned by the developer who created it. Not unless someone from the community takes over managing the content. Also for Speak the Words since it has limited browser support it will not be added until most browsers supports the technology it uses.
-BV
SNTBrugge
Mon, 02/20/2023 - 17:37
Permalink
Thank you for the information
Thank you for the information. I understand the situation.
And good new. Speak The Words works in Chrome but also in Edge.
- SNT
otacke
Mon, 02/20/2023 - 23:48
Permalink
It should work in a couple of
It should work in a couple of more browsers: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API#browser_compatibility
SNTBrugge
Tue, 02/21/2023 - 12:55
Permalink
Maybe someone can change the
Maybe someone can change the documentation on https://h5p.org/speak-the-words and https://h5p.org/speak-the-words-set.
But now we’re leaving my original request for more more types within a Column. ;-)
-SNT
Dagwin
Fri, 07/28/2023 - 22:44
Permalink
use iframe embedder to insert all content types in column
Hi,
If you want multiple hotspots (or any other content type) in column, it is really easy to achieve. Make a multiple hotspot content. Copy the embed code. In column choose iframe embedder and past the code => done.
By the way: ik kom uit Antwerpen. Steeds bereid om meer uitleg te geven.
Ik gebruik de techniek met de iframe embedder om op maat van de cursisten groep een cursus samen te stellen uit een uitgebreide bibliotheek van pagina's.
Dagwin
Fri, 07/28/2023 - 22:45
Permalink
use iframe embedder to insert all content types in column
Hi,
If you want multiple hotspots (or any other content type) in column, it is really easy to achieve. Make a multiple hotspot content. Copy the embed code. In column choose iframe embedder and past the code => done.
By the way: ik kom uit Antwerpen. Steeds bereid om meer uitleg te geven.
Ik gebruik te techniek met de iframe embedder om op maat van de cursisten groep een cursus samen te stellen uit een uitgebreide bibliotheek van pagina's.
Dagwin
Fri, 07/28/2023 - 22:47
Permalink
use iframe embedder to insert all content types in column
Hi,
If you want multiple hotspots (or any other content type) in column, it is really easy to achieve. Make a multiple hotspot content. Copy the embed code. In column choose iframe embedder and past the code => done.
By the way: ik kom uit Antwerpen. Steeds bereid om meer uitleg te geven.
Ik gebruik de techniek met de iframe embedder om op maat van de cursisten groep een cursus samen te stellen uit een uitgebreide bibliotheek van pagina's.
SNTBrugge
Fri, 07/28/2023 - 23:53
Permalink
Embed code too long
Hi
Thank you for your reply.
I tried the solution you suggest, but it doesn't seem work for us. Our H5P's are in the Moodle contentbank. And the embed code seems to be too long to use in the iFrame embedder + seems to embed also the header of Moodle.
You are using another platform?
Maybe there is a way to get the embed code just for the H5P. I'll ask our IT-team after their holiday.
And the iframes method won't pass results to the Moodle report either, I think?
-SNT (indeed from Brugge)
Dagwin
Sat, 07/29/2023 - 22:31
Permalink
embed code
Hello,
I use Moodle and Drupal
You only use the part with the path:
For instance:
The embed code from moodle is:
<iframe src="https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/embed.php?id=705" width="1900" height="1094" frameborder="0" allowfullscreen="allowfullscreen" title="Watercyclus bovengronds"></iframe> <script src="https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/library/js/h5p-resi..." charset="UTF-8"></script>
In the column form you use:
https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/embed.php?id=705
I also have an excel file with over 1600 embed codes. in this file you can select which slides to show an give them a place.
Then the code is generated to add all the selected slides in a column. Manually put this in your moodle db and the new course is ready.
Dagwin
Sat, 07/29/2023 - 23:19
Permalink
embed code
Hello,
I use Moodle and Drupal
You only use the part with the path:
For instance:
The embed code from moodle is:
<iframe src="https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/embed.php?id=705" width="1900" height="1094" frameborder="0" allowfullscreen="allowfullscreen" title="Watercyclus bovengronds"></iframe> <script src="https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/library/js/h5p-resi..." charset="UTF-8"></script>
In the column form you use:
https://www.process-stimulation.eu/LMS/ROCMN/mod/hvp/embed.php?id=705
I also have an excel file with over 1600 embed codes. in this file you can select which slides to show an give them a place.
Then the code is generated to add all the selected slides in a column. Manually put this in your moodle db and the new course is ready.
SNTBrugge
Mon, 07/31/2023 - 22:00
Permalink
Our embed code has other format
Hi
1) Our embed code is in a different format.
2) I think the iFrames are not passing results to the report. So I think there is no benefit to this compared to putting the H5Ps in Moodle books or pages. If we could put the H5Ps directly into a Column, they would pass results.
Thanks for your comment.
-SNT