Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Hybrid Questionnaire View #151

Open
StefanKlose opened this issue Dec 17, 2024 · 0 comments
Open

Feature Request: Hybrid Questionnaire View #151

StefanKlose opened this issue Dec 17, 2024 · 0 comments

Comments

@StefanKlose
Copy link

I‘m using both QuestionnaireStepper und QuestionnaireScroller. It would be great to have some kind of hybrid view. Let‘s assume I have the following questionnaire structure:

{group01:
  {
    question01_01,
    question01_02
  },
group02:
  {
    question02_01,
    question02_02,
    question02_03
  },
  ...
groupN:
  {
    questionN_01,
    questionN_02
  }
}

It would be awesome to display each group on it‘s own page. For the above example: page 1 with 2 questions, page 2 with 3 questions and the last page N with 2 questions again.

I know you can create several levels of groups in FHIR, but I think it would be sufficient to only paginate the first level of groups and it‘s up to the user to group the questionnaire accordingly.

Is this something you are working on or will be working on in the future?

Kind regards
Dr. Stefan Klose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant