Quiz App: default results page is shown instead of the Custom Results page

  • adrianmartins
    Asked on September 9, 2015 at 4:04 PM

    My quiz app works, returns questions and answers and the score, but I don't see a check mark or red X by wrong questions?  I thought that was a default feature?  I may have used a custom page but I rather have your default showing right and wrong answers and score rather than mine.  How can I re-do or make it all work?

  • Boris
    Replied on September 9, 2015 at 9:47 PM

    I have made a test submission on your form in order to see how your landing page is set up, and I can see that it does have a check-mark or X next to answers - they are just very far on the right, and need to be scrolled to in order to see them:

    Quiz App: default results page is shown instead of the Custom Results page Image 1 Screenshot 30

    This is caused by the signature field, as it is passing an image of the signature to the Quiz App. The Quiz App then converts that image into text (a data URI), and shows the images as a very long string of text - which makes the quiz results page very wide.

    I have tried using the Custom Results page and removing the row with the signature, but it didn't have any effect on the Results page shown:

    Quiz App: default results page is shown instead of the Custom Results page Image 2 Screenshot 41

    I can see that the setting is saved by opening the Quiz App editor later, and the signature row is still gone from this editor, but it has no effect on the actual result page shown. I am raising it to our developers to check if there is possibly a bug preventing the custom results page from appearing, or if I'm misunderstanding how the editor is supposed to work.

    We will let you know through this thread if we have any news regarding this.

    As a possible workaround, if you do not need to collect signatures on your form, you may consider removing or hiding the signature field from your form users. I hope this helps.