Dear Adapt Community,
I plan to get multiple courses in a hybrid mobile app using Cordova + the Ionic Framework. (http://ionicframework.com)
Until now, i get courses to work in a simple iframe and in InAppBrowser (http://ngcordova.com/docs/plugins/inAppBrowser/). Until this point it works just fine.
Now my idea is to combine functionality of adapt with my app:
Basically i want the user to do some stuff with my part of the app, for example learning some new vocabulary - then calling just one Article with some Blocks and finish them - then back to my part of the app, e.g. next vocabularies - then calling the next article - ... and so on. The problem is now: How to 1. call single articles out of a course and 2. how to get data about the course (answer of components right or wrong, how many blocks are finished, is the article finished) and how to get this data out of the iframe/InAppBrowser.
Trying to do so, I came to the idea, if it wouldn't be better to simply marry my cordova + ionic framework with the adapt framework an call the adapt methods inside my ionic project. Does anyone have experience with this?
Any ideas or best practices or comments would be appreciated :) Thank you in advance!