Three common issues when creating xAPI courses
- HTML5 output has to be checked
- Do NOT check Mobile Player for iOS and Android
- Output has to be in ZIP format
Quick fixes for links within Tincan packages. Changing "_blank" to "_self" fixes known link issues opening links...
target="_blank"
Opens a new window and shows the related data.
target="_self"
Opens the window in the same frame, it means existing window itself.
target="_top"
Opens the linked document in the full body of the window.
target="_parent"
Opens data in the size of parent window.