Improve question print display for interactive types #618
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
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:
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:
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:
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