Modify print results pdf

Jun 30, 2019

I am trying to modify the print results report.html file so that we can add a logo or image as well as if the person types paragraphs into an essay or text entry box the results appear as paragraphs as well.  At the moment the text is all in one lot.  The same if you have a check box question the results all end up in one slide.

ie. 

text text text

text text text
text text text

TURNS INTO: text text text text text text text text

checkbox 1

check box 2 etc

TURNS INTO: checkbox 1 checkbox 2

We'd like to tidy it up a little, any suggestions.

 

6 Replies
Philam Ray Raymundo

Hello Cheryl,

If the file that you were using was in a different format, for example a .txt, the line breaks will not be recognized if you will convert it in .html. You can add <br> after each of the line so it will go to the next line. 

For example:

If you want to see this:

test
test
test

It should be written in html as this:

test <br>
test <br>
test <br>

Please let me know how it goes.

 

 

 

 

Philam Ray Raymundo

Hi Cheryl,

This is how i wrote in in html:

<html>

<head>
This is a test.
</head>

<br>
<br>

<body>
This is the 1st line of the 1st paragraph. <br>
This is the 2nd line of the 1st paragraph. <br>
This is the 3rd line of the 1st paragraph. <br>
<br>
This is the 1st line of the 2nd paragraph. <br>
This is the 2nd line of the 2nd paragraph. <br>
This is the 3rd line of the 2nd paragraph. <br>
<br>
This is the 1st line of the 3rd paragraph. <br>
This is the 2nd line of the 3rd paragraph. <br>
This is the 3rd line of the 3rd paragraph. <br>
<br>

</body>

</html>

 

Attached is how it looked like on the browser. 

This discussion is closed. You can start a new discussion or contact Articulate Support.