I am a newbie of Tincan so can anyone guide me on this query?
I am creating a tincan statement Plugin for my wordpress website. I took help from http://rusticisoftware.github.io/TinCanPHP/ to understand how to send the statements to the LRS and the statements is going perfectly to the LRS. Now i want to create each Activity of the user on the site, like if a user logged in then the statement $user is looged in now must be created, if the user completed a Course the statement $user completed the Course must be generated but through http://rusticisoftware.github.io/TinCanPHP/ example only one type of statement is created
Now if i want e-mail@domain.com is loggedin now then using the code of Rusticisoftware how can i create multiple actors , Verb and Activity. Please provide me the code snippet for this issue if possible. Thanks in Advance.