+1 vote

I’d like to display a summary for the user. However the questions attached to *summary don’t read well when showing the user.

Is it possible to display a summary that is customized?

For instance:

question: Select your favorite color:
tags: color
Red
Blue
Orange

question: Select your favorite drink:
tags: drink
Coke
Soda
Tea


What I’d like to see happen is
*summary: color, drink

User sees:

Your favorite color is:
Red

Your favorite drink is:
Soda

by (350 points)

1 Answer

0 votes

If you want to customize your summaries, you may find it useful to save the answer to each question into a variable, and then display the variable with whatever text you choose:

*question: What is your favorite color?
	*save: favColor
	
Your favorite color is {favColor}
by (3.6k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users