Hiding excessive info from the report

Re: Hiding excessive info from the report

by Hervé BERNARD -
Number of replies: 0
Hi Marina,

1/ You can hide the "All participants diagrams" with CSS.

#page-mod-questionnaire-myreport  #cvs2 {
display:none
}
Add this code in Site administration > Appearance > Themes > Boost, "Advanced settings" tab in "Raw SCSS" box (if you use the Boost theme).

2/ The HTML template of the report page is built with "reportpage.mustache" file in the templates Questionnaire plugin directory..
In this file, remove the line 83 :

{{#responses}}{{{.}}}{{/responses}}
to remove the responses in the report smile