Forum Discussion

tblt_mgr's avatar
tblt_mgr
Community Member
8 months ago
Solved

Extract text from choice into a variable ?

Hi everyone,
is there a way to extract text from choices in a multiple choice/answer graded question into a variable ?
I need to remind each choice in a fullscreen feedback layer without having to retype again.
Any ideas?
Thanks

  • I don't believe it's possible without JavaScript. While it is doable, it could be quite tedious and time-consuming. I would not go that way.

    Example:

    Result:

3 Replies

  • Nedim's avatar
    Nedim
    Community Member

    I don't believe it's possible without JavaScript. While it is doable, it could be quite tedious and time-consuming. I would not go that way.

    Example:

    Result:

  • Ixaspent's avatar
    Ixaspent
    Community Member

    I added a trigger that adjusts a text variable to the selected button’s label using %ButtonName%. Worked well for single and multiple choice. Also played with converting slides for an image to text setup—grabbed user choices as text and fed them into a results summary. If you're combining visuals with choices, image to text matching makes it easier to track what users pick.