A web-based tool in Microsoft 365 that enables users to quickly create surveys, quizzes, polls, and feedback forms.
Hi, Keith Trodden
Thanks for choosing Microsoft Community.Understanding your problem.Microsoft Forms itself does not support directly assigning scores to options and jumping based on total scores; the branching feature of Forms primarily jumps based on the answers to individual questions, rather than accumulating scores. Therefore, it is necessary to use Power Automate in combination to realize this function.You will also need Microsoft 365 Enterprise or Developer account permissions.Here are the steps you can follow:Step 1: Create a Microsoft Forms FormCreate a new form and add 4 multiple choice questions.Set the answer options and turn off Show Summary of Results.Step 2: Setting Up Automated Flows in Power AutomateOpen Power Automate and create a new Automated cloud flow.Select the trigger: “When a new response is submitted by Microsoft Forms”.Select the Microsoft Forms form you just created.Add a Get response details action to extract the user's response.Step 3: Calculating ScoresAdd an “Initialize variable”:- Name: TotalScore- Type: Integer- Value: 0Create Condition logic for each question:- If the user selects option 1, then TotalScore + 10- If the user selects option 2, TotalScore + 20- And so on ......Use the Increment variable operation to accumulate scores.Step 4: Jump to different feedback pages based on scoresAdd a Condition:- If TotalScore = 40, send an email or update the SharePoint page to send the user to the first feedback page.- If TotalScore = 60, go to the second feedback page and so on.- And so on ......Use Send an email or Send a notification to provide the user with a link to the correct feedback page.Once the above steps are completed, you can test and check the results.It is important to note that the steps we have provided are for reference only and the exact results obtained may vary depending on the specific issue or detailed settings.If you have any other concerns or questions, please ask and we will do our best to help you.Best Regards,Kyra – MSFT | Microsoft Community Support Specialist