How can I access data about the learner taking a course from inside an OLX tag?
I’d like to use their user id to pull data customized for them and the problem from a remote server. I can get data from a remote server but I don’t know how to get info about the user to pass to the server. Thanks
In Text/HTML components (but not any other type), you can include %%USER_ID%% in the HTML, and it will be replaced with a unique but anonymized user identifier for that user. I don’t think there’s a similar way to get the user’s real ID nor username, however.