dgingera
2 months agoCommunity Member
Javascript for importing variable images from a data base
Want to import an image into a course from a database, like you can do with text variables.
Is this possible - and if so, how?
Specific example: The database includes images (PNG) of all organization learners and staff. We want to import the correct image into the course for each learner who takes it.
For text, the JS is player.SetVar ...
I haven't been able to find any documentation or discussion about whether this can be done with a database-stored image. (Web object does not work for this situation.)