Skip to main content
jroof88
Participant
August 31, 2016
Question

Adobe Captivate Flashcards Spreadsheet

  • August 31, 2016
  • 1 reply
  • 320 views

Hello all,

I have a skeleton Adobe Captivate file with some basic blank flashcards. Two different states (term and definition) that toggle back and forth when you click on the flashcard. I am attempting to import terms from an excel (or google) spreadsheet into these flashcards and then export them to HTML5 app to save time. As of now I have created a Python script to edit the XML of the blank flashcards to insert the terms. I now need to open captivate with that new XML file and export them to HTML5.

Anyone have any experience doing this? Any help would be greatly appreciated. Thanks!

    This topic has been closed for replies.

    1 reply

    BDuckWorks
    Inspiring
    September 1, 2016

    The Common JS interface page links to one, and only one, non-beginner example for reading data in from an XML file, parsing it to an array, then populating text.

    There is additional discussion of the techniques in this thread:

    Re: Is there a list of system variables for Captivate 8 ?

    Hope that points you in the right direction.