web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Quiz with scores. Depe...
Power Apps
Answered

Quiz with scores. Depending on score you either exit the quiz or be shown extra topics to review

(0) ShareShare
ReportReport
Posted on by 4

I'm building a questionnaire.

It has 5 questions to score.

On the last question you select next - if you score 5/5 you will navigate to the "Exit Screen"

If you score less than 5 you will be directed to the "Extra learning Screen"

 

I have added the scoring to the next button at the bottom of each question. I'm sure it's a simple solution but for the life of me I can't figure out how.

 

I've been trying to work it out with just the 2 questions for now until I can figure out where I'm going wrong.

OnSelect of the Next button:

If(Radio1_1.Selected.Value="Yes",Set(Score,1));

If(Score <2,Navigate('Extra learning Screen'))

 

NewPAuser13_0-1684558071635.png

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    developerAJ Profile Picture
    4,763 on at

    @NewPAuser13 

     

    If(Radio1_1.Selected.Value="Yes",Set(Score,1));

    If(Score <2,Navigate('Extra learning Screen'))

    You are setting the Score value 1 so it should always navigate to Extra learning Screen when radio button selected yes.

     

    I am not exactly sure what you looking for but i guess you need to use formula like this

    If(Radio1_1.Selected.Value="Yes",Set(Score,Score+1));

    If(Score <2,Navigate('Extra learning Screen'),Navigate('Exit Screen'))

    for both questions if they answer properly value increases and becomes 2 they go to exit screen.if any one is wrong they go to extra learning screen.

     

    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.

  • NewPAuser13 Profile Picture
    4 on at

    Thank you. I knew it was simple but I think I had been working on all the other asks in the power app that I had a brain fart lol. 

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard