12/9/2013 8:34:11 AM
Currently all components (shown as floating Windows) inside an Activity container window are linking (two-way binding) their Time and Captions PROPERTIES to their container so that they all sync their changes. They can keep/use separate instances though of such PROPERTIES and I'm working on a way to allow the activity author to easily unlink such PROPERTIES of components from their container.
What you could do currently is to either:
- make two versions of the same activity, one saved with male captions and the other with female captions to separate .clipflair files that you can load from disk as needed
- have one activity and export male, then female captions to .srt or .tts file (Captions component has buttons for importing/exporting captions to such popular subtitling file formats) and load to the Captions component as needed
- alternative to the previous option is to use the Load/Save state buttons of the Captions component (shown when you flip it over at the Top) that allow you to save a template of it with male captions and any other settings you wish to do (like which caption columns are shown etc.) and one with female captions in it (the templates are saved as .clipflair files) and then at runtime flip over the captions component and load the template you need (either the male or the female ones). Note that .clipflair files saved like that (which contain the state of a single component) can also be loaded as if they were activities (with the load button on the activity toolbar), in that case it makes a NEW activity and adds the respective component in there, loading its saved state from that template .clipflair file.
This content has not been rated yet.