Search code examples
htmlibooks

ibooks Author html5 widget options


Is there a way to provide options for a html5 widget in iBooks? Let's say I have some sort of feedback widget that needs to be inserted in every chapter, how can a chapter variable be set?


Solution

  • We built a quiz widget that was at the end of each chapter and we ended up just cloning code for the widget and setting all the variables via JSON. That turned out to be the easiest way.