![]() | Download documents You and your participant can download documents during the online meeting. |
With this feature you or your participant can download a document (which was previously autogenerated in Idiligo) during the online conversation. This file can be:
Let's look at the technical implementation in Idiligo.
In the section Phase 2: Implementation (in Idiligo) you have copied the code with the three dots (...) into your script:
Now replace the three dots (...) with the following code:
<node id="Download_documents" type="Download"> <name>Download documents</name> <title>The title of the node</title> <text>Subtitle</text> <attachments> <attachment templateCode="doc02" /> </attachments> </node> |
That´s how it looks in Idiligo.
Code | 1234 | |
Description | My first script | |
Flow XML | <flow> <nodes> <node id="Download_documents" type="Download"> <name>Download documents</name> <title>The title of the node</title> <text>Subtitle</text> <attachments> <attachment templateCode="doc02" /> </attachments> </node> </nodes> </flow> |
After copying it, do the following:
1. Make sure the node id is unique. Give it a name / number or combination of both (here: Download_documents).
2. You can give the node a descriptive name (here: Download documents).
3. Change the title, it will be visible on top of the screen (here: The title of the node).
4. Change the text, it´s the subtitle and visible (here: Suptitle).
5. Make sure the templateCode is referring to the code in the template library (here: doc02).
Now check the script by running it...click 'Start new session'.