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

Improve question print display for interactive types #618

Open
wants to merge 1 commit into
base: MOODLE_404_STABLE
Choose a base branch
from

Conversation

tailetan
Copy link
Contributor

As a questionnaire creator, I want to be able to create a blank version for downloadable printed packs.

We want a blank version that replicates the options of the online questionnaires as closely as possible. We will use the existing Print Blank function and develop it so that it converts some question types into different formats so they display clearly when printed
The following question types do not display well in the Print blank format and will need development to convert:

  • Date picker: a calendar does not appear. Instead: I would like a small text box where students can write the relevant date.
    2024-11-29_03h55_23

  • Drop down: options listed do not appear. Instead: I would like the questions to convert to options in the style of the check box or radio buttons format.
    2024-11-29_03h55_48

  • Essay box: A tiny box is presented (which obviously gets bigger if the user types into it). Instead: I would like a large box without the tiny plugins:
    2024-11-29_03h55_29

  • Slider: the interactive sliding function won't work. Instead: I would like the slider bar left blank with the labels still there, but all indications that something can slide removed. Like this:
    2024-11-29_03h55_37
    Then the user puts a cross on the bar instead.

  • Text box: the box is too small to write anything meaningful. Instead: I would like a larger box that extends to the end of the bar:
    2024-11-29_03h55_44

The following question types already display perfectly in Print Blank:
Check boxes, Numeric, Radio button, Rate, Yes/no. No further action is required.

FYI: @mchurchward

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

Successfully merging this pull request may close these issues.

1 participant