I am using Laravel and MySQL. I need to get the next question to display from the database.
The user can be signed up to multiple forms. Each question can be shared between forms or be unique to one form.
Get the next question (by question order) in any form that matches the user ID that does not exist in answers.
Is there a way to do this in one database query? Or should I loop through to find the next unanswered question.
