-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't save or see my interactivity in Wordpress #4
Comments
You might have experienced a bug. Could you open your JavaScript console and look for any error messages when playing the interactive video? It's |
Hi, I followed your instructions and don't see any error messages in developer I have the interactive video library working perfectly on a Drupal Thanks again |
Hi, Is there a way to use H5P as a survey tool without modifying the source An example might be: Question: On a 5-point scale where 1= not at all important and 5 = very Then, the answer choices would be 1, 2, 3, 4, and 5. Thus, there are no Thanks, |
Ok, just to clearify your workflow:
Can you go to the libraries management page on both WordPress and Drupal, and compare the version numbers for Interactive Video? (admin/content/h5p on Drupal) It would also be great if you could provide a link for the .h5p file so we could check if there's something wrong with the file. One last thing you can check is the web server's error_log, look for any recent messages after creating or uploading content. |
To the questions about the survey tool: |
Hi, Would you be interested in developing a couple of modified versions of Thanks, |
Hi, Most of the things we develop for H5P are paid for by customers around the world. If you send us an email to [email protected] we'll get back to you with a quote. |
Hi, Can you please provide a quote for the following items?
Thanks, |
Hi, We don't do quotes on github. Could you please contact us on [email protected] so that we'll get your e-mail address and may send you a quote on e-mail? |
Back to the original issue. I'm experiencing the same on Drupal. Version 1.6.2 of Interactive video. Easy to reproduce:
Changes to tabs '1. Upload video' and '3. Summary task' are saved when pressing 'Save' button on page. Changes to tab '2. Add interactions' work as you are creating them (ie. you can see the blue dots, interactives appear over the video as expected) but when you save the page, no changes are saved and all blue dots/interactives disappear. Having done a little bit of debugging, $node->json_content is not altered at all when changes are made to tab 2 and the page is saved, but changes are saved as expected when altering tabs 1 and 3. Tested in Chrome and Firefox, and no errors in Javascript console (which makes sense as interactives work fine in preview, just not saved). It's possible it's a problem with the Drupal module but then would effect all libraries and also OP seems to be using Wordpress? Edit: I realise that $node->json_content is a Drupalism but I'm assuming the problem occurs before this variable is populated (the 'json_content' form element?). |
http://h5p.org/update-all-content-types now holds 1.6.3 of Interactive Video where this problem has been fixed. |
Problem appears to be fixed in the latest version. Thanks so much and great work on this library - it's very nicely done. |
Hey m new to H5P N m currently working on interactive vedio content ..Its my project I have successfully finished setup to work with H5p in drupal and WordPress..where I can make changes... I need to work on replace existing text editor how can I proceed please help |
Hi. I am trying to use the interactive video content type in Wordpress. I can upload the mp4 source file without a problem. However, none of the interactions that I add nor the summary task are displayed after I click "update." I am using Google Chrome browser on a windows 8 machine. All other content types are working so far. Thanks!
The text was updated successfully, but these errors were encountered: