Forum Discussion
Elisabeth_W
14 hours agoCommunity Member
Report of selected images and text fields
I would like to give users a selection of images or texts. They should then use interaction: drag & drop or multiple choice etc. to choose what they like best. I would then like to evaluate the answe...
Nathan_Hilliard
13 hours agoCommunity Member
Sounds like something best done on the server side. If you had access to a server backend, you could transfer data from SL to the server through an embedded web object. The server could then process the transfered data (text, images, or whatever) into a document (maybe using something like PHPspeadsheet to export an Excel file). The server could then email the results to you. This could be done on a per user basis and sent immeadiatey, or you could incorporate a database to store the user data and then use a server script to send you batches of excel data on demand.
It would take some work but is probably doable, and would provide the most automated and user-friendly data output.