Skip to content

Show multiple questions in the same line. #2788

Open
@santosh-pingle

Description

@santosh-pingle

Describe the bug

Use column count extension to show multiple questions in the same line.

https://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaire-columnCount.html

{
  "resourceType": "Questionnaire",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-columnCount",
          "valuePositiveInt": 3
        }
      ],
      "linkId": "group-column",
      "type": "group",
      "item": [
        {
          "linkId": "1",
          "type": "string"
        },
        {
          "linkId": "2",
          "type": "integer"
        },
        {
          "linkId": "3",
          "type": "decimal"
        }
      ]
    }
  ]
}

Component
Core library, SDC library, reference app, or SDC gallery app

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Pixel4a emulator]
  • Android version: [e.g. Settings -> About phone -> Android version]
  • Build number: [e.g. Settings -> About phone -> Build number]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions