Forum Discussion
Link web object in Storyline 360 and take output in PDF
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.
- SamHillSuper Hero
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.
- poojasharma-af7Community Member
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. :(
- SamHillSuper Hero
I'm sorry, but I don't understand what you are looking to do. I don't understand this "How can I link that localized image?" Are you able to record a video of the problem using Peek 360?
- poojasharma-af7Community Member
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.
- SamHillSuper Hero
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.
- SamHillSuper Hero
Also, when you make any edits, you will need to re-import the webobject, but first you must change the webobject folder name, and update on the webobject otherwise the changes will not be picked up.