My first post on my brand spanky new blog is nothing new, as I wrote a post on the University of Leeds Articulate blog with all of this information. Still, even Shakespeare had to start somewhere…
There are certain changes that you can make to your Articulate presentations without republishing the entire thing.
Open up your content folders, and within the data folder there will be a file called presentation.xml. Open this up with Wordpad or Notepad, and you can make certain edits to the file which will be reflected in your presentation.
All of these methods also work for Engage interactions – just open the engage.xml file to make your changes.
REMEMBER – When making changes to your presentation.xml file, it’s always a good idea to edit the PowerPoint file also; this way the changes will still apply if you republish in future.
1. Editing Slide Titles
You can use this method to edit the titles of your slides within the Articulate menu to the left of the presentation. Each slide’s title will appear as follows :
<!–[CDATA[Slide 1]]–>
Where [Slide 1] is the name which appears in the menu. Simply edit this and it’ll change, without having to republish.
Using ctrl+F allows you to easily find the text which you want to edit.
**Update – thanks to @onEnterFrame for pointing out that you can also add font tags to these CDTA tags – see here for a demo of how you can do this**
2. Changing colour schemes
In the “data” output folder of your published presentation, you will find a file called playerproperties.xml. This file contains information about any player template which is applied to the presentation. If you wish to apply another template to a published presentation, simply remove this file and replace it with the playerproperties.xml file for the template you wish to apply.
Similarly in published Engage output, in the engage_content folder there is a file called scheme.xml. You can use the same method as above to change the colour scheme of a published Engage interaction.
3. Swapping Engage interactions
If you have inserted an Engage interaction into a presentation, you can change it for another interaction without having to republish. In the data/swf folder of your output, there will be a folder called engage_XX, where XX is the number Articulate has given to the interaction. To switch the interaction for another, publish your second interaction as a standalone, then simply copy all the files from the published output into the engage_XX folder of your Presenter presentation.
4. Changing individual slides
You can edit slide titles without republishing by changing the presentation.xml file. However, you can’t use this method to make changes the slide content itself; i.e. things like the slide text, layout or custom animations, but there is another way. Create a one-slide presentation in PowerPoint and copy the slide you wish to change over to this new PowerPoint. Make any changes you want and then publish this presentation (don’t worry about the player template or anything like that). In the data/swf output folder, you’ll find a file called slide1.swf. Rename this file to match its slide number from your original presentation, then copy it over into the data/swf folder of the original presentation.
This method can be used if you want to apply a different audio to a slide; just copy the slide onto a new presentation, import a new audio, publish and follow the rest of the steps above. This method may be a bit convoluted for most situations – sometimes it is easier to just republish, but this is worth bearing in mind if you no longer have access to the PP source files for your presentation.
You can download a Swiff Player for free which enables you to view .swf files:
5. Swapping video clips
If you have a video clip inserted into a presentation which you wish to change, you can also do this without republishing. In the data/swf folder of the published output you will find any video clips you have inserted. All you need to do in order to swap a video clip for another is to make sure the new one has the same name as that which was inserted, and then copy the new one into the data/swf folder, overwriting the old one.
This is by no means an exhaustive list of the edits you can make to Articulate projects without republishing, I’m sure there are many more applications of this technique that you can use if you need to.