Hello.
I will simplify as much as possible.
There are 5 questions. Each question has 3 answers to choose from. I want the end user to see one question at a time. Record their response and move on to the next. I am not able to do that. I can only display the entire set of questions in table for now.
Any guidance is appreciated.
The questions and the answers are connected via ans SQL server.
@Appyenthusiast The simplest way would be to have each question in a separate screen. You can store the response in a global variable or a collection and navigate to the next screen.
From a UX perspective it becomes to cumbersome for the user to sit through the entire session flipping screens. 5 questions was just an example. It has actually 8 to 10 questions per module. And their are 10 such modules.
Is there a 'not so simple way' of accomplishing my original question? 🙂
Just make the Visible of the next data card (change to your control name and output)
!IsBlank(DDAnswer.Selected.Value)
You can do this all the way down, displaying the next question when the one before has an answer in it.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@Appyenthusiast Well, your original post said, "There are 5 questions". The solution was for that.
Now if you want something else, we have to take a different approach.
Are you loading the questions into a collection?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
180 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
256 | |
82 | |
78 | |
67 | |
65 |