I've tried to search for this info, but I struggle to find specific information about creating an LRS / LMS from scratch.
The thing I want to do is very simple, I have a set of courses (compatible with SCROM / xAPI), and I want to track the $user_ID that completes them.
My site is running ezpublish 4.xx at the moment, and I just want a simple custom DB with course_ID and user_ID to track who did what.
I've toyed around with the TinCan Prototypes, and Learninglocker, and have managed to hook things up and store information.
But all this seems very complicated, the xAPI and Learninglocker is designed to do so much more than what I am trying to accomplish, and I wanted to ask here if there is any easier method of simply gathering this information myself.