Link web object in Storyline 360 and take output in PDF

Mar 12, 2024

Can Articulate Storyline 360 collect learners responses to questions by linking web object and allow them to print or save in a pdf? If yes, please share the steps to follow.

6 Replies
Sam Hill

Hi Pooja, this kind of functionality is custom to Storyline and would require some significant planning and programming to achieve your outcome.

Storyline does provide a printable Results page, which could then be printed to PDF. It provides details on the user responses to graded questions. Have you looked into this yet?

It's available via the Print Results trigger.

pooja sharma

Thanks for reply Sam.

I am aware of the printable result function in storyline. Actually my purpose is different. 

I have one course which is not developed by me. I need to localize it in Spanish. The web object folder is provided by my client having a index.html file and an image in it. Both are in spanish language and when I link it in my spanish course, all localized content from html reflects in PDF but image remain unchange. How can I link that localized image? Can you please help here?

I can't share the files. :(

pooja sharma

As I mentioned, the folder contains a html file and an image. That image appears in PDF which generate after clicking the button where i have linked the web object. I can't share the video but can you advice how I can link any image in the PDF i.e. any tag or script I can add in index.html file.

See the attached for reference.

Sam Hill

So, you just want to add an image to an HTML file? The index.html file? I'm confused as you were talking about a PDF.

To insert an image in an HTML document you just use the image element <IMG> For example <img src="SLP HW01-Worksheet.jpg" alt="" width="200px" height="200px" />

Replace the height and width with the correct values.