Dialog Cards: copy/paste
Submitted by Michael Farmer on Fri, 04/11/2025 - 18:34
Forums:
I have what I feel might be a fairly simple to implement request (though I'm not any kind of expert at coding, so maybe this would be hard to do):
I would love to be able to copy/paste whole cards within the Dialog Card editor. As a reference, it would be like copying and pasting a multiple choice question or T/F, etc.
This would go a long way to making the production cycle for Dialog Cards more efficient, especially when doing several cards using the same formatting or notes.
Summary:
copy/paste dialog cards
Content types:
otacke
Fri, 04/11/2025 - 22:14
Permalink
H5P can only copy/paste
H5P can only copy/paste content types, so the clean solution would be to split off a "DialogCard" (singular) content type with the functionality for a single card, leave the rest in DialogCards (plural), and then use "DialogCard" instances as subcontents which requires some adjustments to the code, e.g. an upgrade script such that existing content will still work.