Workflow Logic Question

Hey all,

Got an odd question. So I’m building a quiz for my workplace, it’s pretty much a bunch of YES/NO Q&A’s but the way I’m doing it seems inefficent so looking for better solutions.

I’m currently just running a check when the submit button is clicked to check the values e.g. radiobutton value is 15 and radionbutton2 value is 19. This works fine its just quite annoying to build 12 quizess and slow to process.

Any suggestions welcome.

Are you wanting to work out how to tell the app to show the next question when a question has been answered/submitted?

No unfortunately not, I’m trying to mark the quiz once they attempt to submit it.

Ah ok. It might be easier to do the checks on the on data in your DB rather than element input values?

This topic was automatically closed after 70 days. New replies are no longer allowed.