الوصف
إحدى الفوائد الرائعة لاستخدام H5P هي أنه يتيح لك الوصول إلى الكثير من أنواع المحتوى التفاعلي المختلفة ، مثل العرض التقديمي، والفيديو التفاعلي، ولعبة الذاكرة، والكويز ، ومتعدد الاختيارات، والمخطط الزمني، والمجموعة ملصَّقات، ونقاط الاتصال، والسحب والإسقاط، واختبار التتمة (ملء الفراغات)، و كويز الشخصية، والأكورديون، وبطاقات الاستذكار ومسجل الصوت.
من الفوائد العظيمة الأخرى التي يوفرها H5P أنه يسمح لك بسهولة بمشاركة المحتوى وإعادة استخدامه. لاستخدام المحتوى الذي تم إنشاؤه باستخدام H5P، ما عليك سوى إدخال الكود القصير [h5p Id="1"]
حيث تريد ظهور المحتوى. لإعادة استخدام المحتوى، ما عليك سوى تنزيل H5P الذي ترغب في تحريره وإجراء التغييرات التي تريدها – على سبيل المثال، ترجمته إلى لغة جديدة أو تعديله ليتناسب مع حالة جديدة.
H5P هو:
- مفتوح المصدر
- متاح للاستخدام مجانًا
- HTML5
- أستجابة
يساهم مجتمع H5P بشكل نشط في تحسين H5P. يتم توفير التحديثات والميزات الجديدة باستمرار على بوابة المجتمع H5P.org.
قم بزيارة الإعداد لـووردبريس للحصول على معلومات حول كيفية بدء استخدام H5P.
الامتثال لجي دي بي آر (GDPR)
يمكنك العثور على معلومات مفيدة لمساعدتك على تحقيق الامتثال لجي دي بي آر (GDPR) أثناء استخدام هذه الإضافة على صفحة امتثال لجي دي بي آر (GDPR) الخاص بـ H5P.org.
لقطات الشاشة
التنصيب
- تنزيل واستخراج الحزمة
- ضع مجلد
h5p
في الدليل/wp-content/plugins/
- انتقل إلى تنصيب ووردبريس في متصفح الويب لديك
- تسجيل الدخول وتفعيل الإضافة
إذا كنت تستنسخ هذه الإضافة من GitHub، فتذكر الحصول على الوحدات الثانوية أيضًا:↵
git submodule update –init –recursive
المراجعات
المساهمون والمطوّرون
“المحتوى التفاعلي – H5P” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونلقد تم ترجمة ”المحتوى التفاعلي – H5P“ إلى 10 لغات. شكراً إلى جميع المُترجمين لمُساهماتهم.
ترجمة ”المحتوى التفاعلي – H5P“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.0
This is the first release of this plugin.
1.1
Imported the latest changes and bug fixes from h5p core.
Improved multilingual support. Added missing translations, and it should now be possible to translate the menu item without ruining the H5P forms.
Fixed so that content dependencies cache is rebuilt when library dependencies changes. This also includes new export files.
The H5P Editor is now inside an iframe to avoid messing up css styling.
A library administration user interface has been added. This supports content upgrades, deletion of libraries without content and uploading h5p packages without content.
Added own h5p capabilities to roles, matching the defaults used for posts.
Fixed bugs related to Windows paths and when debugging is enabled with notices.
Other minor bug fixes and improvements.
1.2
Added user results tracking and views for H5Ps. Can be disabled through settings.
Re-adding capabilities. Now adds to roles which have the default WP capabilities. Should fix issues for users which has changed the default roles.
Updated views for viewing all content and inserting H5P into posts or pages. These are now paginated and can be filtered and sorted as needed.
Added the ability to restrict creation of certain content types through the libraries administration UI.
Implemented function which will fetch meta data updates for content types(libraries) from H5P.org. This can be disabled through the settings interface. Currently it will only display links for tutorials when creating content, but in the future it might fetch information about new versions and upgrades.
Other minor bug fixes and improvements.
1.2.1
Fixed JavaScript error when the users doesn’t have access to the currently selected library. (It has been restricted.)
Made sure the whole copyrights dialog always is visible.
Fixed pagination translation.
1.2.2
Fixed support for multi-site setups(network).
Fixed issue when repacking h5p files after dependencies have changed, old libraries was still in the pack.
Added missing string to translation.
Fixed code causing PHP notices.
Added H5P_DEV option. Can be set in wp-config to always override libraries when “new” ones are uploaded.
1.3.0
Added mini tutorial after activating plugin.
Fixed issues with tmp directories on multi-hosted environments.
Added H5P option to the admin bar’s new menu.
Improved plugin description and tags.
Fixed issues with uploading and deleting libraries for php builds that doesn’t support INPUT_SERVER.
Removed cleanup warnings when there’s no dir to clean.
Updated to latest version of core, now supporting xAPI. [!]
H5P now has its own event system better suited for OO.
Libraries are now loaded in the same order as they are required by content types.
Improved the performance of the editor by reduced ajax requests.
Support for external video sources and using video URLs from YouTube. [!]
YouTube integration (also requires updated libraries)
Support for external video files
Other minor bug fixes.
[!] Only work with the latest version of the content types. Find upgrades at http://h5p.org/update-all-content-types
1.4.0
Added support for external embed.
Updated default sorting on H5P tables, making it easier to find recently modified content or new results.
Added actions which make it easier for other plugins to alter content types.
Added support for inputing target DOM node when initializing H5P, making it possible to “start” content loaded via AJAX.
Removed deprecated version of font-awesome from plugin code.
Other minor fixes and code clean up.
1.4.1
Fixed some misplaced code that causes the “my results” page to fail.
1.5.0
Added support for configuring the frame and buttons around H5Ps.
Increased the performance of the upgrade process.
Improved internal URL system, it’s no longer required to have allow_url_fopen enabled in PHP.
Made it possible to store the current state of content pr user. This allows logged in users to resume exercises where they left off.
Improved xAPI support.
Italian language support. Thanks to community member yeu for contributing.
Other minor adjustments and fixes.
1.5.1
Fixed support for hosting services that limit unique key lengths to 767 bytes.
Added support for additional font styling if the content types allows it.
Don’t show copyright button if there is no copyright.
Try to generate generic copyrights if the content type doesn’t have custom copyrights.
Fixed JS error on results and content list pages that doesn’t contain tables.
Fixed wrong sorting on insert H5P media pop-up.
Other minor bug fixes and adjustments.
1.5.2
Added italian language support to the editor, and update plugin translation. (big thanks to yeu for both of theses!)
Fixed editor list bugs. One where you can’t order list items downwards.
Fixed so that libraries are loaded according to weight in the editor.
Improved the external event dispatcher. Now the this arg should be correct.
Keep the contents disable settings when re-saving after global options have changed. (More consistent and reliable)
Fixed issue where the about H5P button disappears from content.
Minor improvement to content output filtering
1.5.3
Imporved error handling when uploading H5P libraries, courtesy of community user limikael.
Created separate class for querying H5P content in case other plugins wish to use it.
Updated hooks for altering semantics, parameters, scripts and styles. See http://h5p.org/wordpress-customization for more information.
Fixed actor for xAPI events.
Upload is selected by default if there’s no content.
Other minor bug fixes and adjustments.
1.5.4
Added base class for content types.
Added duration, scaled and details about content type to xAPI.
Added html class when content is framed.
Minor improvements for some UI strings to allow translation.
Removed all utf-8 nbsp in the code.
Fixed .off() wasn’t working for the event dispatcher.
Added text-align support to wysiwyg.
Improved iframe communication, use parent instead of top.
Minor improvements to fullscreen and embed.
Added Spanish translations.
Added French translations.
Minor bugfixes and improvements to the editor.
1.5.5
Added auto-install of basic content types.
Added notification when updates are available.
Use different temporary folder to avoid issues on certain hosts.
Made copyright fields translatable.
Added workaround for bug when changing library in Chrome on Windows.
Improved semi-fullscreen for iPad devices.
Avoid warning message when allow_url_fopen=0.
Updated various text strings and translations.
Improved editor design and fixed minor bugs in the editor.
Prepared for copy and paste support in the editor.
Smarter resize script when embedding. Less flickering.
1.5.6
Improved saving of current content state when leaving the page.
Fixed issues with external embed resizing script.
Improved pasting of text in text editor/WYSIWYG.
Fixed bug in video upload editor widget.
1.5.7
Handle WP errors when fetching updates.
Altered the “update only” feature to update minor and major versions as well, not just patch versions.
Increase update download timeout to 28 seconds.
Encourage manual update if auto update fails.
1.6.0
Support for using slug instead of ID when inserting H5P content into posts, articles, etc. Thanks to Mikael Lindqvist for implementing this.
Support for Simplified Chinese, thanks to Wen for contributing.
Use core library when deleting content. (simplifies code)
Improved file handling through core library. (simplifies code)
Support for aggregating JavaScript and CSS through core library. Set H5P_DISABLE_AGGREGATION to disable.
Implemented system for logging H5P events. No UI yet.
Improved communications with H5P.org. Added clearer messages on how to disable.
Added shortcode info to content pages.
Improved AJAX requests and error handling.
Added a simple autoloader to make coding easier.
Added support for tagging H5P content. Makes it easier to organize.
Improved user notification messages.
Fixed broken library delete. (when managing libraries)
Various bug fixes.
1.6.1
Fixed issue with content list on multi-site installations.
1.6.2
Fixed broken pagination for H5P content list.
Reset page number when filtering in the H5P content list.
Removed notice when content without stylesheets are aggregated.
1.7.0
Added custom HTML confirmation dialog.
Added German translation, thanks to herrmayr.
Added version numbers and links to licenses.
Added handling of several digits in the major and minor versions of libraries.
Added highlighting of required fields in the editor.
Enhanced action bar buttons for accessibility.
Improved some error messages that didn’t make much sense in the editor.
Corrected typos in Core spec and readme, thanks to Marc Laporte.
Corrected documentation in Core, thanks to Dave Richer.
Fixed pagination widget to handle empty pages.
Bugfix to avoid warnings on some systems when Cron cleans up tmp files.
Joined some CSS files to reduce the number of resources that’s loaded in the editor.
Fixed number conversion before comparing versions in Content Upgrade.
Fixed centering of CKEditor dialog in the editor.
Fixed bug when trying to disable external communication.
Fixed so that all the H5P tables are removed on uninstall.
Fixed bug with messages displayed.
Minor text string corrections.
Minor visual enhancements.
1.7.1
Fixed video widget in editor not printing correct error message.
1.7.2
Reassign capabilities when enabling multisite. Will revert caps when changing back to single site.
Baked H5PEditor image styles into SCSS.
Editor: Don’t display copyright button until an image is added.
Added Turkish translation – Thanks to hakangur at h5p.org for contributing.
Updated French translation – Thanks to Realia at h5p.org.
Added Polish translation for Editor – Thanks to k.kwasniewski at h5p.org and eTechnologie.
Added l10n support for insert video widget – Also, updated texts to make them easier to understand.
Allow hyphens in HTML tags – Thanks to andyrandom at drupal.org.
xAPI – Avoid errors when browser cookies are disabled.
Fixed unnecessary ajax calls.
1.7.3
Fixed class missing from autoloader.
Added missing variable from uninstall.
Added Bosnian translation, big thanks to sabahuddin on GitHub.
Increase H5P API version to 1.9
Added support for optional select in semantics.
Added option for enabling LRS content types.
Fixed text strings lacking translation support. (editor)
Added support for the same common fields from multiple libraries in the same editor.
1.7.4
Exec ready callbacks when view is ready
1.7.5
Fixed backwards-compatible change in editor
1.7.6
Fixed loading of language files for content types
1.7.7
Makes it possible for a group semantics to have a sub content id
Adds semi full screen functionality
Increases H5P API version to 1.11
1.7.8
Visual improvements for the editor
Improvements for the settings controlling the action button toolbar below each content.
Increases H5P API version to 1.12
Fixed untranslatable string, big thanks to Joseph Rezeau for finding and fixing these.
1.7.9
Fix compability with PHP <5.4
Big thanks to andyrandom at drupal.org for providing the fix.
1.7.10
Fixed bug where you could not have a custom user table.
Internal changes to improve how files are handled.
Enhanced language code compatibility.
Added custom xAPI verbs for action toolbar buttons. This will make it possible to track the number of downloads.
Added Dutch translation for plugin. Thanks to Qsento!
Updated French translation for plugin. Thanks to Joseph Rezeau!
Added Dutch translation for editor. Thanks to otacke!
1.7.11
Fixed fieldset overflow bug in Editor.
1.7.12
Fixed issue when generating export for some sites where the web server would report a false document_root.
1.7.13
Fixed editor issue related to a problem with fieldsets in IE (not able to expand)
1.8.0
Added H5P Hub interface for selecting and installing content types
Improved requirements checking
Added support for important description in editor
Minor improvements and bug fixes
1.8.1
Removed functions dependendant on PHP >5.4.
1.8.3
Fixed support for combining header styles with other text formating options.
Added .wav files to whitelist.
Added video quality naming option (currently, only used by Interactive Video).
Only allow for a single video source when using YouTube (others doesn’t work).
Improved keyboard navigation with H5P Hub.
Updated NL and DE translations.
Other minor bug fixes and improvements.
1.8.4
Changed H5P’s weight in the ‘Create New’ menu to avoid always being place on top.
Improved SQL mode compatibility.
Improved requirement checks compatibility with different PHP versions.
Added version selector for the different licenses.
Added support for localized licenses.
Minor code improvements in core.
Updated translations.
Minor design layout improvements in editor.
Added external event for when changing and loading library in editor.
1.9.0
Improved H5P Hub error handling.
Removed warnings in PHP 7.0+ when checking requirements due to bytes conversion.
Added version selector when selecting content license.
Added support for localizing content licenses.
Made the built-in fullscreen button keyboard accessible.
Improved the confirmation dialog positioning.
Improved the handling of temporary files as they’re uploaded.
Added vtt and webvtt to the default file upload whitelist.
Improved font-family validation regex pattern. Big thanks to Cornel Les.
Moved the list description text to be consistent with other editor fields.
Improved the YouTube regexp matching pattern. Big thanks to Otacke!
Improved copyright button for media fields.
Improved editor number fields to support feedback ranges.
Improved editor number fields error messages to be consistent with other fields.
Removed update button in H5P Hub when the users doesn’t have access to upated libraries.
Other minor editor improvements.
Fixed support for absolute URLs for content types embedded through div.
1.9.1
Fixed content not loading due to wrong URL for multisites on the same domain. Big thanks to Joachim Happel for contributing the fix.
1.9.2
Fixed ‘div’ content not loading on sites residing in sub directories, changes fix for multisites as well.
1.9.3
Improved the fix introduced in 1.9.2 as it was not tested well enough.
1.9.4
Something went wrong with the release of 1.9.3.
1.10.0
Adds more detailed error messages with links for troubleshooting them.
Prevent deleting sub content of linked directories.
New action for adding head tags to embed page.
Fixed PHP warnings when trying to view deleted content.
Updated CKEditor to version 4.7.3.
Added Greek translations (thanks to xarhsdev).
Added Finnish translations (thanks to Janne Särkelä).
Added support for editor iframe reloading.
Allow multiple content to be loaded at the same time.
Refactor of the Content Type Selector(Hub); big UX and performance improvements .
Updated translations.
1.10.1
إصلاح مشكلة عدم حفظ المحرر بشكل صحيح في Safari 11.
إصلاح الترجمة المفقودة وبعض إشعارات PHP.
1.10.2
أضف دعمًا لواجهات برمجة تطبيقات (APIs) الخصوصية الجديدة المضافة في أحدث نسخة من ووردبريس. (استرجاع بيانات المستخدم وحذفها عند الطلب) ↵
إضافة خيار الاشتراك للحصول على الإحصائيات للمستخدمين الجدد للإضافة. ↵
تحديث الترجمة الفرنسية، شكرًا جزيلاً لـ knowledgeplaces على GitHub! ↵
تقييد بعض أنواع المحتوى الجديدة في حالة عدم استخدام LRS. ↵
إضافة دعم لأحدث نسخة من نواة H5P. ↵
إصلاحات مختلفة للأخطاء الطفيفة
1.10.3
إصلاح التوافق مع PHP >5.4
1.11.0
تمت إضافة نظام البيانات الوصفية الجديدة إلى H5P ↵
تمت إضافة دعم النسخ واللصق داخل H5PEditor (لا يوجد دعم عبر المواقع) ↵
تمت إضافة دعم الوظائف الإضافية (مثل Mathdisplay) ↵
تمت إضافة الترجمة الروسية. شكرًا جزيلاً لـ Александр Шульгин ↵
تمت إضافة الترجمة العربية. شكرًا جزيلاً لـ omniasaid ↵
تمت تحديث الترجمة التركية. شكرًا جزيلاً لـ hakangur ↵
تمت ترقية CKEditor داخل H5PEditor ↵
تمت إضافة الترجمة البوسنية إلى H5PEditor. شكرًا جزيلاً لـ Sabahuddin ↵
تمت تحديث الترجمة الألمانية في H5PEditor. شكرًا جزيلاً لـ Sebastian Rettig ↵
تمت تحديث الترجمات الفرنسية في H5PEditor. شكرًا جزيلاً لـ knowledgeplaces ↵
تمت تحديث الترجمات العربية في H5PEditor. شكرًا جزيلاً لـ smartwayme ↵
تمت تحديث الترجمات البولندية في H5PEditor. شكر كبير لـ Andrzej Pieńkowski ↵
أضاف ترجمة البرتغالية البرازيلية في H5PEditor. شكر كبير لـ Juliano Navroski Junior ↵
تم تحديث الترجمات التركية في H5PEditor. شكر كبير لـ Adem Özgür ↵
إصلاح الفاصل المناسب لعناوين URL الخاصة بـ AJAX في H5PEditor. شكر كبير لـ Miika Langille ↵
إصلاح الأخطاء البسيطة وتحسينات في H5PEditor وCore
1.11.1
تم إصلاح خطأ خطير عند تحميل ترجمات المحرر لبعض اللغات.
1.11.2
إصلاح التوافق مع PHP >5.4
1.11.3
إصلاح مشكلة “الحقول المشتركة” عند التبديل بين أنواع المحتوى. ↵
إصلاح خطأ تغيير الحجم لتضمينات iframe. ↵
إصلاح المشكلة المتعلقة بالملفات المؤقتة.
1.12.0
تم تحسين واجهة برمجة التطبيقات (API) لدعم أفضل مع PressBooks. ↵
تمت إضافة دعم النسخ/اللصق للمكتبات الفردية في المحرر. ↵
تمت إضافة دعم شبه ملء الشاشة في المحرر. (يستخدم في سيناريو التفرع) ↵
تمت إضافة دعم مسجل الصوت في أداة الصوت الافتراضية. (يستخدم في لعبة الذاكرة) ↵
تمت تحسين ملخصات المجموعة في المحرر. ↵
تم إصلاح إعادة تعيين جميع معرفات المحتوى الفرعية (subContentIds) عند استخدام النسخ/اللصق. ↵
تمت إزالة التخزين المؤقت للمحتوى الملصق لضمان استنساخ الكائنات. ↵
تمت إزالة دعم “المرفوعات” الأساس 64 في النواة. (يجب أن تكون جميع التحميلات عبارة عن كتل أو ملفات) ↵
تحسينات طفيفة أخرى في المحرر والنواة. ↵
تم تحديث الترجمات، شكرًا جزيلاً لجميع المساهمين.
1.13.0
تمت إضافة ترقية تلقائية للمحتوى عند الحفظ. ↵
تحسين معالجة الأخطاء لترقية المحتوى. ↵
تمت إضافة دعم للتبديل بين اللغات في المحرر. ↵
تمت إضافة مربع حوار جديد لإعادة الاستخدام لتنزيل المحتوى أو نسخه في العرض.
1.13.1
“معالجة مشكلة عدم تحميل اللغة الافتراضية بشكل صحيح
1.14.0
تمت إضافة وضع التحرير في وضع ملء الشاشة ↵
تمت إضافة دعم غير متصل بالإنترنت لتخزين الإجابات وإعادة إرسالها ↵
السماح بتعيين معدل البتات لملفات الفيديو ↵
تحسين معالجة الملفات المتقاطعة المصدر
1.14.1
إصلاح مشكلة اللغة الفنلندية غير الصالحة في النواة
1.15.0
تم إزالة رابط GitHub لمنع مكونات التحديث الإضافية من استخدامه وتنزيل المكون الإضافي دون تبعيات. ↵
تمت إضافة إمكانيات لعرض محتوى h5p. شكرًا لك Otacke. ↵
تم إصلاح NOT NULL المفقودة التي تسبب في حدوث أخطاء في بعض الاعدادات. ↵
تم تحسين تخطيط القائمة للشاشات الضيقة. شكرًا لك Otacke. ↵
تغيير كيفية تطبيق تأثير التركيز عند استخداممؤشر الفأرة فقط. ↵
تحسينات طفيفة في إمكانية الوصول إلى المحرر. ↵
تم تحديث ملفات اللغة. شكرًا جزيلاً لجميع المساهمين.
1.15.1
تم إصلاح التوافق مع نسخة PHP 8 ↵
السماح بفصل عنوان إمكانية الوصول للمحتوى ↵
تحديث الترجمات ↵
تحسين أداء تصفية الخاصيات
1.15.2
تم إصلاح تسمية المتغيرات غير المتسقة
1.15.3
قم بتحديث CKEditor إلى النسخة 4.x الأحدث.
1.15.4
تحديث CKEditor إلى 4.17.1
1.15.5
تحسين تحميل البيانات عن طريق جلب بيانات المستخدم في استعلام منفصل بدلاً من الانضمام إلى wp_users. سيسمح هذا بتخزين البيانات عبر قواعد بيانات متعددة. ↵
تم تحديث التعبيرات العادية للتعامل مع الحالات الشاذة ↵
تم تحديث الترجمات
1.15.6
إصلاح خطأ عند تحميل قوائم نتائج المستخدم. ↵
تحسين تنظيف الملفات المصدرة عند الحذف.
1.15.7
تغيير h5p_content_type_cache_updated_at إلى إعداد شبكة. شكرًا لك n-goncalves. ↵
إصلاح فرز المحتويات حسب المؤلف. شكرًا لك Otacke. ↵
إصلاح مشكلة الاستعلام في البحث عن اسم المستخدم في نتائج نشاط المستخدم. شكرًا لك ir4klis. ↵
إصلاح فحص الأذونات لتثبيت المكتبات الموصى بها فقط. شكرًا لك Otacke. ↵
تحسين عرض البيانات الضيقة. شكرًا لك Otacke. ↵
إصلاح مشكلة الذاكرة المحتملة. شكرًا لك Otacke. ↵
إصلاح عدم تخزين حالة المحتوى الفارغ (استئناف) لبعض أنواع المحتوى. ↵
تحديث الترجمات.
1.15.8
تحسين رفع الملفات ↵
تحديث الترجمات.
1.16.0
تم الترقية إلى CKEditor5 في المحرر. ↵
تمت إضافة ميزة جديدة للتوسيع والطي إلى المحرر. ↵
تمت إضافة دعم لمزود الفيديو Echo360. ↵
تم تحديث الترجمات.