Home › Forums › Legacy Support › Support queries › Update Issues › WPLMSH5P update
- This topic has 12 replies, 2 voices, and was last updated 4 years, 2 months ago by Anshuman Sahu.
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
August 21, 2020 at 7:45 am #296968consp51ParticipantHi there I am a huge fan of the Hp5 and has been using extensive H5p courseware with WPLMS with good and mix result. One of the bugs is that in the frontend course editing, we can't display full H5P content items listing in the interface. I think we need an updated version of the WPLMS to resolve this. Second bug: H5P has been updating. There is a new content type called an interactive book. This actually solve one of the courseware problems with the WPLMS quiz. Because the interactive book has a feature that allows you to review all your quiz result and manually submit it. When the old H5P content type will submit the quiz result As soon as you reach the final page. Here is the info of the interactive book. https://h5p.org/content-types/interactive-book Right now, the H5P interactive book works with Wordpress h5p plugin and shortcode. But it does not work with WPLMS, it just doesn't display any content at all. So I assume this is a problem with the WPLMS h5P plugin. Would be lovely if the team address the H5p issues.August 21, 2020 at 12:27 pm #297068Anshuman SahuKeymasterPlease try adding this given code in your wplms-customizer.php file in wplms-customizer plugin :
add_filter('wplms_h5p_contents_limit',function($x){return 99999;});
August 22, 2020 at 11:19 am #297343consp51ParticipantThanks, can we add this as a part of the WPLMS H5p update?August 23, 2020 at 1:13 am #297451consp51ParticipantHey Alex, The first bug is working now. Thanks Also, would love to see you guys address the second H5p interactive book content bug. The interactive book is the best H5P improvement in the H5P community. It also is a must for WPLMS, because it has a build-in submit quiz score button. Unlike the H5P quiz, it just auto-submit score without giving the user any chance of looking back their answers, which is bad user experience.August 24, 2020 at 1:28 pm #297785Anshuman SahuKeymasterWell yes we remove this as there is also retry button show up there then we would not have advantage to wplms quiz retakes which you can set , there we removed the content .August 25, 2020 at 8:10 am #297966consp51ParticipantHi Alex,I see your worries. I do work extensively with H5p content type and actively involve in the community and H5p content development. I've made interesting games with them. 1) Their are many interactive type that can act as quiz type (give your a score report). But many times I use the quiz just acts as online excise. I can do few slides of PPT and a few slides of quiz to help my user to remember it,and I don't use it WPLMS quiz type, just regular wplms units. interactive book can be a great additional to online learning. Interactive book H5p is a container which can hold other type together. In my site, I am using it as online excise/online game to Help my user to reinforce languages learning. Excise, excise, excise is what help us to learn. For online quiz, I would use h5p quiz/WPLMS quiz type. But majority of the time, I am using H5P contents with WPLMS units and interactive book really shines. How do I request a version that can work with interactive book? I will also talk to the H5P community to see if they can make the retry button optional setting.August 26, 2020 at 1:03 pm #298380Anshuman SahuKeymasterWe will be adding a filter in quizzes to not to hide the content after submitting the quiz . you can add the practice type contents in the units where it shows always .August 26, 2020 at 1:18 pm #298382consp51ParticipantHello, Alex for replying. "We will be adding a filter in quizzes to not to hide the content after submitting the quiz ." Yes, that is a must, please release that fix. My user often asks me if I can change this behavior. They would like to see where they made the mistake. Currently, once you get to the last page and the scored gets submit and the quizzes disappeared, it is very odd. I am looking forward to the new releases.August 27, 2020 at 6:32 am #298584Anshuman SahuKeymasterHi before fixing I would like to confirm which I should have done previously : if you are using old version v3 or the new one ? https://youtu.be/nvyjxz8eTvE?t=230 Or this one in V4 ? : https://screencast-o-matic.com/embed?sc=cYjr11m6g8&v=5&ff=1August 27, 2020 at 12:21 pm #298679consp51ParticipantDear Alex I am using old version V3. I also took a look at the V4. I think both versions need to have the quiz itself stay display. We can display the score under the quiz. ThanksAugust 28, 2020 at 5:54 am #298856Anshuman SahuKeymasterOk then its simple we will need to modify your plugin as the code is hard coded to remove the content and add new one with marks and retake button there . Please provide your ftp credentials, site url and admin creds in order to make this work .August 30, 2020 at 6:03 am #299360consp51ParticipantThis reply has been marked as private.August 31, 2020 at 1:53 pm #299644Anshuman SahuKeymastermodified this file wp-content/plugins/wplms-h5p-plugin/classes/wplms.h5p.class.php -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- The topic ‘WPLMSH5P update’ is closed to new replies.