Dear Experts,
Any suggestion or guidance how can we create a Survey Panel like this in NUX for the users?
Many thanks,
Ishan
There are different ways, the easiest/most look like would be:
- create a list from 0 to 10
- create a module with this list and as many line items as you want questions
- boolean format them
- display that module
@Ishan
Here's a survey I created in NewUX. Doesn't meet your exact requirement but pretty close. The survey responses are dependent dropdowns, so each question has different responses possible. There's also a progress bar on the top, and a score at the bottom that indicates if you're ready for anaplan!
hi, what are your list, dimension for that?
I really like @JaredDolich's solution around using a list-formatted item and adding visualizations.
I'll also add that you can now use Data Write Actions to set up a UI similar to your initial ask around a standard "Net Promoter Score" approach.
Each data write action has a simple configuration (below), though setting them up for a wide variety of question types may be a bit cumbersome.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…