Hi,
I am developing an eLearning web solution using Node.js for a small community, with the following prime requirements.
1. Support course authoring
2. Track course progress
3. Take assessment
I came across Adapt framework recently and impressed with the course design and would like to consider the Framework/Authoring in my solution. However, I would not be using an LMS to deliver/track the course. Instead I am planning to develop a custom backend solution using Node.js which would perform the following tasks:
1. Authenticate the Users
2. Launch the course
3. Track the course progress using AJAX calls
4. Persist the progress/assessment details in a database (NoSQL or SQL).
Could you please advise, if Adapt would be a fit for this solution in the longer run? Would it be possible to integrate the Adapt course to backend via AJAX for tracking the course progress/assessment? Has someone successfully traversed this path already, so that I can learn from their lessons?
Appreciate your inputs! Thanks in advance!