Skip to main content
Inspiring
June 25, 2013
Question

Is it possible to create an array using Advaced Actions?

  • June 25, 2013
  • 1 reply
  • 1214 views

I need to create an interaction where the user can make selections from a long list of items on multiple slides. I want to store these 'customized selections' in a an array so that at the end of the course, I can display specific feedback that relates to the selections the user made throughout the course. Is it possible to do so using Advanced Actions? Can anyone point me to a resource that describes how I might accomplish this functionality?

Thanks!

This topic has been closed for replies.

1 reply

Lilybiri
Legend
June 25, 2013

Array is not supported in Advanced actions, sorry. It will have to be done with another work flow.

Lilybiri

avary_sAuthor
Inspiring
June 25, 2013

Thanks, would that workflow include creating a different variable for each item in the array?

Lilybiri
Legend
June 25, 2013

It depends how you create the 'selections', how many items can be selected (all of them?) and how you'll create the feedback based on those selections. There are plenty of use cases with advanced actions on my blog.

Another approach would be to use JavaScript of course.

Lilybiri