Home › Forums › Legacy Support › Support queries › Setup issues › H5P and courseware doesn't work with the WPLMS system
Tagged: h5p
- This topic has 17 replies, 4 voices, and was last updated 4 years, 4 months ago by consp51.
-
AuthorPosts
-
June 12, 2020 at 7:52 am #267697consp51ParticipantI wonder if anyone were able to use Hp5 courseware inside WPLMS. I am using exclusively the H5p course presentation, the courseware itself was able to run perfectly, but I look at the records and stats, it doesn't report the score to the backend. Does anyone else have this problem as well? So I also tried to use H5P quiz, I was able to display the H5P quiz fine, but after I hit the start quiz, the quiz would disappear for some reason, I need to refresh the page to to bring it back.June 13, 2020 at 6:17 am #267909consp51ParticipantI am able to view quiz normally. https://ibb.co/6v7FG83 After I click on start quiz button, the quiz would disappear. https://ibb.co/r5vDF59...June 13, 2020 at 6:30 am #267921VeronicaModeratorhi, not sure but need to check can you please send all the steps to replicate the same on your site and as well as on our local setup and also share the necessary urls like course/quiz we will try to take a lookJune 14, 2020 at 3:43 am #268072consp51ParticipantThis reply has been marked as private.June 14, 2020 at 3:47 am #268074consp51ParticipantThis reply has been marked as private.June 15, 2020 at 1:06 pm #268324Anshuman SahuKeymasterHi we have wplms h5p addon which captures the user marks in quiz : https://wplms.io/support/knowledge-base/wplms-h5p-addon/ Please use the wplms_h5p shortcode with correct quiz id in its "unit_id" parameter .June 22, 2020 at 5:47 am #269724consp51ParticipantHi Alex [wplms_h5p id="8" unit_id="551"] Yes, This is exactly what I am using. I would like to find how H5p content works with WPLMS. In H5p, I can insert quiz into course presentation type. There is also the few HP5 quiz content type, Does WPLMS marks in quiz only works with HP5 quiz but not course presentation type??June 22, 2020 at 6:06 am #269738consp51ParticipantAlso, Can you guys complete the in insert H5p content function? right now it only shows the first 10 H5p content type, which it is not really dynamic, I mean it wouldn't be a big effort to complete that functionality.June 23, 2020 at 5:49 am #269975Anshuman SahuKeymasterHP5 quiz but not course presentation type? Well this is not dependent totally on h5p is h5p is sending marks using the Xapi with which we use to capture the content marks then wplms will record it .We are using h5p recommended standard way to capture the marks in content. only shows the first 10 H5p content type To fix this please share valid ftp credentials in private reply .June 25, 2020 at 4:14 am #270474consp51ParticipantThis reply has been marked as private.June 25, 2020 at 1:42 pm #270636Anshuman SahuKeymasterplease try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_h5p_contents_limit',function(){ return 99999; });June 26, 2020 at 3:30 pm #270919consp51ParticipantHi Alex, where can I find this wplms-customizer.php file to edit?June 26, 2020 at 3:40 pm #270926consp51ParticipantI look into the wp admin, went to the WPLMS tag, and there is a customerizer tag, there is a import and export area. But the content is CSS, The code you post above seem like a PHP code. I am not sure where to insert it.June 27, 2020 at 7:49 am #271074JacksonBlockedHello, Please goto admin>>plugins>>plugin editor and from here you can find this: https://prnt.sc/t7cxz1 thanks,June 27, 2020 at 3:57 pm #271228consp51ParticipantThis reply has been marked as private.
-
AuthorPosts
- The topic ‘H5P and courseware doesn't work with the WPLMS system’ is closed to new replies.