PennController for IBEX › Forums › Support › Results still slow to access/download? › Reply To: Results still slow to access/download?
October 18, 2021 at 3:28 pm
#7385
Jeremy
Keymaster
I’m afraid that information is not available before the SendResults trial by default, but what you can do is name your MediaRecorder elements using it, eg (assuming you retreive the ID from the URL):
Template( row =>
// ... code
newMediaRecorder('record-'+GetURLParameter('id')+'-'+row.Group+'-'+row.Item, "audio")
// ... code
Jeremy