I'm working on a survey that has a multiple choice question with the following response categories:
* Conserve the local environment (e.g., conservation easements, land acquisition)
* Manage or take care of a place in the local environment (e.g., a community garden, a block of street trees, an empty lot, a riverbank, a schoolyard, a forest preserve)
* Transform or restore the local environment (e.g., daylighting a stream, brownfield to prairie restorations, urban trees, green infrastructure)
* Monitor changes in the local environment (e.g., air or water quality, dumping, or species monitoring, remote sensing, urban heat, shade, soil)
* Advocate for the local environment
* Educate the public about the local environment
* No, My organization does not do any of these stewardship activities.
I want to take the responses to this question and pipe them in other questions; however, I don't want the full answer category. For example, I want "Conserve the local environment (e.g., conservation easements, land acquisition)" to show up as "conservation" in a piped text. Is this possible?
Solved
How to customize piped text
Best answer by Anonymous
Hello @cdonovan ,
You can acheive this by branch logic in survey flow i.e you can set condition that if "Conserve the local environment (e.g., conservation easements, land acquisition)" is selected then set Embedded data(temp) in the survey flow as "conserve" and then keep concatenating based on branch logic as " ${e://Field/temp}, Manage" if "Manage or take care of a place in the local environment (e.g., a community garden, a block of street trees, an empty lot, a riverbank, a schoolyard, a forest preserve)" is selected and so on. Hope you get the implementation.
View originalYou can acheive this by branch logic in survey flow i.e you can set condition that if "Conserve the local environment (e.g., conservation easements, land acquisition)" is selected then set Embedded data(temp) in the survey flow as "conserve" and then keep concatenating based on branch logic as " ${e://Field/temp}, Manage" if "Manage or take care of a place in the local environment (e.g., a community garden, a block of street trees, an empty lot, a riverbank, a schoolyard, a forest preserve)" is selected and so on. Hope you get the implementation.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.