Create database collection to store the state of qwizbook. The qwizbook state is stored per qwizbook per user. While the user navigates a qwizbook, the qwizbookstate data is updated dynamically. When a user opens a qwizbook, the qwizbookstate (if already exists) should be used to restore the state and continue from where the user left off.
Create database collection to store the state of qwizbook. The qwizbook state is stored per qwizbook per user. While the user navigates a qwizbook, the qwizbookstate data is updated dynamically. When a user opens a qwizbook, the qwizbookstate (if already exists) should be used to restore the state and continue from where the user left off.