Hello, I’m having an issue with the question and answer part of my app. How do I stop the overriding in the database fields for the question and its answer? For example: question 1 and its answer is replaced with question 2 and its answer, and so on. How do I correct this?
Here is what should happen:
When the user clicks the Next Question button:
• The app takes the question text displayed on the screen and saves it to the appropriate field in the Observation Collection.
• Simultaneously, the app takes the user’s answer (from the dropdown/radio button) and saves it to the corresponding answer field in the same record.