Q: Can I develop a single-page application that includes multiple questions?
Lyudmil_GuidedTrack
Jun 28, 2025A: Hi,
I see two ways of interpreting your question:
1. Can I build an SPA (https://en.wikipedia.org/wiki/Single-page_application) in GuidedTrack that contains multiple questions?
Yes, each GuidedTrack program is an SPA. You can ask as many questions as you want in a GuidedTrack program.
2. Within a GuidedTrack program, can I ask multiple questions on the same page?
Yes. The default behavior is for questions to force a page break, making it so there's only one question per page (https://docs.guidedtrack.com/manual/additional-keywords/page-breaks/#page-breaks), but the *page keyword allows you to specify exactly what content you'd like to appear on any specific page in your app.
The relevant docs are here: https://docs.guidedtrack.com/manual/asking-questions/questionnaire-answer-scales-using-answers/#placing-multiple-questions-on-one-page.
I hope one of the interpretations above is what you intended to ask.