Packaging Multiple Quiz Files Created in CP3 Using CP4 SCORM Packager

Previously, I created several quizzes using Captivate 3. I just upgraded to the eLearning suite and now would like to package those mulitple quizzes into a single multi-sco SCORM package, using the SCORM Packager. I am looking for a step-by-step explanation as to the most efficient way to do this. Any advice or direction to a tuturial would be greatly appreciated!
Thanks!

Ignore this post. There must have been an artifact in my data. I went through the entire process again this morning and the masteryscore was added correctly to the MULTI-SCORM package.

Similar Messages

  • How to add multiple table when creating add on using b1de

    Hi all,
    Plz help me
    How to add multiple table when creating add on using b1de.
    Thanks

    Hi dns_sap,
    Can you explain a little better what you are trying to accomplish? Is it to create UserTables and UserFields in the database, when the addon runs the first time?
    If so, you can use the following code
    Add User Table
            Try
                Dim lRetCode As Long
                Dim oUDT As SAPbobsCOM.UserTablesMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                oUDT.TableName = TableName
                oUDT.TableDescription = TableDescription
                oUDT.TableType = TableType
                lRetCode = oUDT.Add
                '// Check for error when adding the Table: if lRetCode = 0 the table was created; if lRetCode = -2035 the table already exisits
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & lRetCode.ToString & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDT)
                oUDT = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Add User Field
    Try
                Dim lRetCode As Long
                Dim oUDF As SAPbobsCOM.UserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
                oUDF.TableName = TableName
                oUDF.Name = FieldName
                oUDF.Description = FieldDescription
                oUDF.Type = FieldType
                lRetCode = oUDF.Add
                '// Check for error when adding the field: if lRetCode = 0 the field was created; if lRetCode = -2035, the field already exists
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & oCompany.GetLastErrorCode & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDF)
                oUDF = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Regards,
    Vítor Vieira

  • Multiple unknown files created when working in Illustrator CS4 on Windows 7

    Hi there,
    If this has been addressed before, I apologize. I've been googling and searching this forum for a mention of this but haven't been able to find anything.
    Whenever I'm working with a file in Illustrator, multiple unknown files are created. When I close Illustrator or reboot my computer, they remain. They have no file extension and their file size is almost always in the same range. In the screenshot below, each file ranges from 7MB to 7.99MB. I've previously had 100+ 14MB to 14.99MB files created. They can be deleted with no consequence.
    I'm currently on the most recently released Windows 7 build that you can download from Microsoft's Website. This problem seems to only occur with Illustrator.
    Any help would be greatly appreciated. Thank you!

    Either auto-save files from Illustrator or some sort of security backups created by the operating system for indexing purposes while the main file is still open. Check the respective prefs in AI and possibly your indexing settings in W7.
    Mylenium

  • How do i insert multiple blob files in Stored procedure using c#?

    i want to add multiple blob files to a stored procedure at one go.Thus i have a 2 dimensional byte array consisting of multiple blob files.How to i add this 2 dimensional array to stored procedure?

    Hi Jeff,
    I haven't tried to insert multiple images at a time, but have done it for single image at a time and composed article on it : BizTalk
    Server 2010: How to Insert Image In SQL Through Orchestration and sample can be found at : 
    BizTalk Server 2010: How to Insert
    Image In SQL Through Orchestration sample.
    I hope it helps.
    Maheshkumar S Tiwari|User
    Page | http://tech-findings.blogspot.com/

  • Loading from multiple flat files to same table using SQL Loader

    Hi Gurus,
    Can anyone please brief me the pros and cons of kicking of multiple sql loader sessions that reads multiple flat files but inserting it into just one table.
    The table is not partitioned. Avg record counts for each flat file is about 5-6 million.
    Oracle 11g,
    OS: Linux
    Regards
    Cherrish Vaidiyan

    Vaidiyan wrote:
    Hi Gurus,
    Can anyone please brief me the pros and cons of kicking of multiple sql loader sessions that reads multiple flat files but inserting it into just one table.Cherrish,
    Pros -> Faster loading of more data
    Cons -> Potential performance degradation
    Test to see how much resource consuming this task would be and do a priority comparison of that multi-multi load task with other stuff that will be happening in the database in the multi-multi load time so you could decide how to share resources in that time.

  • Multiple AutoCAD files in one DIR using Cideon integration to SAP PLM

    Hi,
         We are testing the AutoCAD integration with SAP PLM and so far have been unable to figure out how to work with a DIR that has multiple autocad originals.  Specifically, an individual AutoCAD file for each sheet of a multi sheet drawing.   Has anybody done this before?  Using a different document part for each drawing sheet is not an option for us.
    Thanks,
    Joseph Whiteley

    Hello again,
    The available standard 3rd party connector for AutoCAD doesn't support the functionality you have mentioned. It will require special custom enhancements available from same vendor which will cost extra bucks. We ended up using the same solution that John suggested. Create only a single DIR for the entire Multi sheet drawing and use the AutoCAD DWG viewer instead of the ECL viewer, I'm not 100% sure but ECL viewer does not support viewing individual sheets of this single drawing. Last I knew on this topic is that SAP is moving away from ECL viewer to Right Hemisphere not sure what happened though! Also having a single DIR will lead to requiring enhancements while using Conversion engine (for PDF conversion).
    We still face troubles when it comes to our change process, approval, and  transmittal process.
    NK

  • Are there any workarounds for multiple PDF files created for a single Word 2011 document?

    I am running...
    Mac OS X Version 10.6.8
    Word for Mac 2011
    Adobe Acrobat X Version 10.1.0
    I am working with 100 plus page Word documents that go back and forth between portrait and landscape layouts. When I attempt to create an Acrobat PDF document (or one using the native Mac PDF function), I end up with 10 to 15 separate PDF documents. One person suggested that I simple stitch them together, which is an inordinate amount of work as compared to how simple it is do on my PC with older versions of Acrobat and Word. However, I have noticed that the margins are way off and the pagination is off sometimes too. So even this workaround is not the answer. I last talked to Microsoft, Apple, and Acrobat tech support about five weeks ago. Each blaming the other two but saying they were working together to solve the problem. My recent searches of forums has not revealed any solutions nor have updates changed anything.
    As I am anticipating the day when my old PC stops working, I am searching for a possible workaround or other solution for this problem.

    Thanks for your reply.
    The tip-off may be this.  In Word 2007 on my pc when I print the document to a printer, Word generates 1 print file for the entire document. If I print to PDF, one print file is generated by Word and Acrobat creates a PDF from this file.
    What I just discovered by accident was that when Word for Mac 2011 prints the same Word document to a printer it creates about 10 different print files.  So instead of a 100 page PDF document I end up with 10 PDF documents of 1 to 30 pages depending where the page orientation shifts in the Word document. If you print to a printer that is not turned on, you can see all of the files stacked up in the printer queue. I suspect that Word for Mac 2011 generates 10 different print files during the PDF creation process and therefore Acrobat logically creates 10 different PDFs.  Unfortunately, there are margin errors and other layout errors in these 10 different PDFs so stitching them together is useless.
    I am beginning to think that the way Word for Mac 2011 prints documents is simply incompatabile to Acrobat or the PDF creator that is native to the Mac OS.
    I just think that this is a problem that Microsoft is going to have to fix.

  • How to delete pdf files created on server using cfdocument pdf?

    I am using <cfdocument format="pdf" ...
    to create a dynamically named and generated .pdf and it works rather well.  Navy managers can easily email the pdf to ships in the fleet and planning forces in the shipyards. (Planning data changes almost daily). However I have noticed that the pdf file stays on the server.  Over time this could become a problem with numbers.  Is there something I am missing to remove these pdfs over time.  Other than a manual review and delete.  This government server requires 4 logins and your right arm to update, so something auto is needed.

    Thanks for responding:
    I am not using cfmail - I am leaving it up to the user to print save or email.
    Your second option sound good but I really was hoping I was just missing something easy (new to cf).
    I did try giving the pdf the same name but I was having lots of troble with always returning the cached version.

  • Loading multiple .csv files into a table using SSIS

    Hi,
    I have a requirement where I have 200+ csv files to be loaded into Netezza table using SSIS.
    Issue I am facing is all columns have different number of columns, for ex, file 1 has columns A,B,C and file 2 has columns C,D,E. My target table has all columns from A to E in it. 
    But, when I am using for each loop container, only the file for which I have specified filepath+filename in loop variable, that is getting loaded. Rest all files, no data is getting loaded from them and package is executing successfully.
    Any help is appreciated.
    Regards,
    VT

    if you want to iterate through files then all files should be in same folder and you should use file enumerator type within ForEach loop. Then inside loop you might need a script task to generate the data flow on the fly based on the avialble input columns
    from the file and do the mapping in the destination. So I assume you put NULLs (or some default value) for missing columns from the file
    http://blog.quasarinc.com/ssis/best-solution-to-load-dynamically-change-csv-file-in-ssis-etl-package/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Problem Exporting for Web files created in FCE using Quicktime

    I have been using FCE 4.01 on Mac OSX 10.7.5 with Quicktime 10.1 (501.29).
    I convert my footage in Mpeg Streamclip (GREAT free program) and set the files to the Apple Intermediate Codec.  This makes them work really well in my timeline and I don't have rendering issues or problems.
    So, my problem comes when I File/Export/Quictime Movie.
    The original file plays fine, but they're 2-3 gbs each, so I put them into Quicktime to convert them to a webfriendly size, but every single time they come out as an audio only file.  GRRRR!
    Any help would be greatly appreciated.  Maybe I'm missing something stupid.
    Thanks so much for your help.
    Sincerely,
    Steve

    Why not bring the exported AIC file  back into MPEG Streamclip instead of QTX? You'll have a lot more control.
    Compress the file to H.264 and restrict the data rate according to the resolution you're working with and to something consistent with the guidelines of the Web Service (say, You Tube) you're uploading to, (For example, something like 6 Mb per second would be about right for a 720P file.)
    Or use Quicktime Conversion from FCE.
    Good luck.
    Russ

  • How to read a xml file created dynamically and use it to to chart

    Hi
    I am using Fuisonchart in Flex to create 3D charts i have stored my xml in server path as "Data.xml",this xml will be generated when i click on a button,this button passes my http service and frame my xml.
    Xml values will get changed as per database values, my problem is my chart fetches xml of old generated values,and not the newly updated xml values,
    I need to send my xml atonce when it is updated and changed,Flex part gets that updated value only when i run the application second time.
    So please help me to update the chart atonce when it is updated.
    Thanks in Advance
    Gopinath.A,
    Softrware Developer
    Chennai.

    on button click, call sendGenerateService().
    private function sendGenerateService():void
    var hs:HTTPService = new HTTPService();
    hs.url = "generateXML.php?random="+Math.random();//generateXML.php will do necessavry stuff to update Data.xml
    hs.method = "post";
    hs.addEventListener(FaultEvent.FAULT,fault);
    hs.addEventListener(ResultEvent.RESULT,resultGenerateService);
    hs.send();
    private function resultGenerateService(e:ResultEvent):void
    var hs:HTTPService = new HTTPService();
    hs.url = "Data.xml?random="+Math.random();
    hs.method = "post";
    hs.addEventListener(FaultEvent.FAULT,fault);
    hs.addEventListener(ResultEvent.RESULT,resultGetXml);
    hs.send();
    private function resultGetXml(e:ResultEvent):void
    // feed your chart with result
    private function fault():void
    //fault handler

  • How to flip through multiple image files in a folder using Preview?

    On windows a default image viewing program similar to preview allows a user to press the arrow keys to flip through images within the same folder as the image file originally opened with a Preview-like application.
    How can a person filp through images in the same folder with a few keystrokes using Preview?
    thanks

    hmm...you mean there isn't a way to simply skim
    through images in a folder using an arrow or page-up
    key?? That's kind of disappointing...especially
    being forced to pre-select images...
    oceanbluesky,
    There's no reason you can't use Preview to do what you're trying to do. And there's no need to pre-select images.
    The trick is to open Preview first, and then choose Open from the File menu (or Command + O on the keyboard). When Preview's Open dialog window appears, navigate to the folder which contains your pictures. Highlight the entire folder and then press the Open button. Once the folder is open in Preview you should be able to use your arrow keys to flip through...
    Note: To avoid a storm of images from opening on your desktop, go to Preview > Preferences > Images and make sure that the "Open each image in its own window" radio button is not selected.
    Good luck!
    Andrew99
    iMac 1 GHz Flat Panel 15" PPC 768 MB RAM   Mac OS X (10.4.10)  

  • Image barcode file creating with report using barcode javabean

    hi all
    I have report in report 9i using barcode javabean.
    at runtime my report make image file with barcodevalue name on desktop.
    i have to change this folder .I dont want to have this image file on desktop.
    i set REPORTS_TMP on registery but i have this file on desktop again.
    what set i must do to change this folder?
    by regards
    Nahid Bastani

    Hi philipp
    I appreciate your help.
    as you told me i review barcode java bean again
    1. I couldn't find example for Web Report with a Barcode JavaBean .it described in document but
    it's address (" http://otn.oracle.com/products/reports/htdocs/getstart/examples/index.html") linked to pare "BarcodeBeanPaper"
    so i could not find "ShippingManifestWeb.rdf" .
    2. you know i need paper report .i find in document in
    'To update the paths' part and in this part described :
    " In the Web Source view, look for the text: Define Path information for your barcode images.
    Under this text, update the paths to make sure they point to the directories where your images will be generated (e.g., d://temp//docroot//images// and images//). Be sure to maintain the integrity of the paths we provide. "
    as you see it's about webpaper cause in paper example
    i didn't see these text in web source.
    is there any things that i didn't attend? is there another document ? could you help me again ?
    i really have trouble with it.
    Thank for your help
    regard
    Nahid Bastani

  • Undesired multiple pdf files created with multipage print.  Acrobat 9.5

    Hello,
    I have a 20 tab spreadsheet in Excel 2010, 18 tabs of which are presentation pages.
    Most are landscape letter, 3 or 6 are landscape legal
    The first time around, I selected the 18 tabs, file/printed to pdf, and I ended up with a perfect pdf, All 18 pages, 3 of which were legal size.
    I change department names, change a bunch of data, added a few more tabs.
    When I commence the same print routine, selecting all tabs to be included, I now get one 16 page pdf, a number of 1 page pdf's, and one three-page pdf.  Each time the print routine asks for the file name.  8 times in total, instead of just once.  What triggers this unwanted multi file split, and how can I prevent it?
    Thank you for any and all suggestions,

    Hello,
    I have a 20 tab spreadsheet in Excel 2010, 18 tabs of which are presentation pages.
    Most are landscape letter, 3 or 6 are landscape legal
    The first time around, I selected the 18 tabs, file/printed to pdf, and I ended up with a perfect pdf, All 18 pages, 3 of which were legal size.
    I change department names, change a bunch of data, added a few more tabs.
    When I commence the same print routine, selecting all tabs to be included, I now get one 16 page pdf, a number of 1 page pdf's, and one three-page pdf.  Each time the print routine asks for the file name.  8 times in total, instead of just once.  What triggers this unwanted multi file split, and how can I prevent it?
    Thank you for any and all suggestions,

  • Permissions on files created using UTL_FILE package

    The files created on unix using UTL_FILE package have permisisons rw- - - - - - -.(600). I want them to be created with permissions 640.(rw-r - - - - - ).i.e read access to the group also. The umask setting of the unix account of the oracle instance are 137. Is there any way to create the files with the required permissions.

    So SQL*Plus is on your PC? I'm assuming you mean 'call' as in the windows cmd.exe command?
    Sheesh this is like getting blood from a stone.
    In that case you must be connecting via the listener and not internally.
    In which case the umask comes from the umask that was set in the environment of the OS user who started the listener process.
    Thats not necessarily the same as the owner of the oracle software (normally 'oracle').
    If sysdamin joebloggs logs in and starts the listener manually in a shell, then the umask applied to all shadow processes started by the listener is whatever jobloggs umask was when he typed the command 'lsnrctl start'. The umask of the owner of the oracle software, or your umask, is utterly irrelevent.
    So if you don't like the umask for files created by processes spawned by the listener, stop and restart the listener in a shell where you have explicitly set the umask to what you want it to be.
    Really starting the listener should be scripted and the correct umask is put in the script just before the call to 'lsnrctl start'.

Maybe you are looking for

  • Robo Help Server 8 Publishing files to wrong location

    Hi I have recently installed a trail verstion of Robo Help 8 server.  All appears to be ok with the install I can access the website and log into the admin portal etc...  The only diffrence from the default install is that I have configured tomcat to

  • I am unable to open firefox 4 properly without an error! HELP!

    This is the message I now get everytime I try to open Firefox 4 broswer: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this director

  • How do I retrieve lost photos after iOS 5 upgrade?

    How do I retrieve lost photos after iOS 5 upgrade? I have never sync'd it to iTunes or iPhone.

  • Can't set to manual mode if it's not listed in iTunes!

    Hi, I'm struggling with this infuriating "feature" where iPods can only be synced with one computer to ensure everything being up-to-date. I just bought a new computer and want to copy new music to my iPod shuffle (2nd gen). I don't need auto-syncing

  • How do I save Safari custoisation?

    Hi, I'm a long time Windows user but am about to migrate to an iMac (very excited!). In preparation I have installed Safari for Windows on my desktop running Vista. The Preferences dialog box has no 'OK' or 'Done' button. How do I save the changes pl