Branching to multiple projects within a SCORM-compatible LMS

I'm close here, but I'm not quite getting what I want. Hopefully someone can point to the "easy" way to do this...
I am creating a single course that is composed of multiple Captivate 5 projects. The user is branched to different projects along the way based on the answers to embedded questions (such as passing/failing a pre-test). In the final project I have a post-test. That's the only one that needs to send a score to the LMS.
So let's simplify it for an example:
User enters in Module 1 and takes a pre-test.
If they pass with a certain score, they go to Module 3. If they fail, they go to Module 2.
If they're sent to Module 2, they go to Module 3 after they complete it.
In Module 3 they take a post-test and that score gets recorded.
Running this scenario on my desktop is easy. Putting it in a SCORM environment is taxing my brain.
Currently, I'm publishing each Module as its own SCO, keeping the Course ID and Title consistent between them.
I tried using the Multi-SCO Packager, but that results in entries in my LMS for Module 1, 2, and 3 separately. Not what I want.
I have tried moving the folders for Modules 2 and 3 to make them sub-folders of Module 1. That seems to work (I get one course entry point, for Module 1, and I exit with the correct score from Module 3), however in reviewing the LMS reports, this results in an artificially elevated "# of accesses" figure. The reason seems obvious: every time I load Module 1 it's one access, and then when I branch to Module 3, it's another access, because really I'm reloading the page with a new module and SCORM manifest, right? Plus I'm a little worried that this kind of gerry-rigging is going to break something.
I don't really want to use the Aggregator, because I don't want a TOC - they shouldn't have the ability to jump directly to Module 2, for example - but I tried it anyway. And I found that even if I can get it to flow the way I want to, I can't figure out how to package the Aggregated project into a SCORM Manifest.
There's got to be a way to do this. What am I missing? Is there something obvious I'm not considering?

The sequencing and navigation capabilities of SCORM 2004 are designed to work between shareable content objects (SCOs). Whether you publish to SCORM 1.2 or SCORM 2004, Captivate always publishes a course with exactly one SCO, and so doesn't make use of the SCORM sequencing and navigation capabilities. There are ways to implement branching in Captivate, but they're independent of the SCORM capabilities.
You may want to try RELOAD Editor (free) for a mainfest editor:
http://www.reload.ac.uk/editor.html
Here's a tut on how to package multiple SCOs:
http://captivatedev.com/2011/09/30/packaging-adobe-captivate-scos-into-one-course-using-re load-editor/
The tutorial doesn't speak directly to sequensing, but it does describe how to use RELOAD.  Your situation is a bit more complext than just sequential prerequisites.  You need conditional sequencing and that's done by specifying sequencing rules in your manifest:
http://scorm.com/scorm-explained/technical-scorm/sequencing/
Jim Leichliter

Similar Messages

  • Making multiple projects into one SCORM

    I have made multiple Captivate 5 projects that need to transform into one SCORM Module on my moodle LMS website, and count as one SCORM Quiz/Test. I've tried to even load multiple projects in one zip, but it failed to jump to the other projects when I had them all linked together leaving only this: "loading..." when I click the button to open project on the SCORM package. Please Help... Thanks...

    I'm assuming here that your questions are related to the fields in the Quiz Preferences in Captivate.
    The Objective ID is the same for all reporting elements in a given module. The Interaction ID Prefix just helps to distinguish which particular module your question data came from if you happen to be viewing it on drilldown inside your LMS.  As long as it's not the same prefix as for other modules, it should be fine.
    In the Multi-SCORM Packager dialog, the information you add to the fields will be written to the imsmanifest.xml file for the overall package:
    Identifier is to provide an ID for your course that will be unique in your LMS. This will also be used to generate the filename of the final zip file.
    Title is the name of the course.
    Description may or may not be required by your LMS.  Test and see.  In some LMSs this info gets displayed to the user when viewing a synopsis of the course.
    Version is the version of the package.  I actually use the date reversed for my versioning (20110520a) with a letter on the end in case I output more than one version on a given day.
    Duration is important to add. Some LMSs won't regard your package as compliant without this.
    Subject is not something I've generally worried about, but it doesn't hurt to put a brief phrase on what the course topic material is about (e.g. Health and Safety)

  • Creating default branches for multiple projects: A_MAIN, B_MAIN...

    I'm trying to figure out how to minimize my pain and get started
    using SCM under JDev for a multi-project development.
    Will it be advantagous to create a PROJ_MAIN branch for each
    project? COMMON_MAIN, AP_MAIN, GL_MAIN ...
    Then the src for each project is not co-mingled so to speak..
    Any thoughts?
    curt

    Curt,
    Certainly this is a good approach. You have probably found that the latest(main) rule provides too many files. By restricting code to, what we call, integration branches, the code is more clearly divided into product areas.
    The JDev WA wizard allows the creation of a workarea based on the latest on a branch, however, from memory this adds the latest(main) rule to the latest(new_branch) rule for the JDev private WA. This again could download more files than required. A better approach is to create a JDev workarea based on a shared workarea (the second choice when creating a JDev WA). This shared workarea is created in the RON or commandline tool. Just give access to one other user or PUBLIC and the workarea becomes shared and available in the JDev WA wizard.
    Taking this one step further, we usually create a configuration, base the WA on this and then share the WA. This provides a nice baseline for development.
    regards,
    David

  • SCORM 2004 and multiple projects

    Hi
    I wish to create a course that has several small
    systemtraining modules and an assessment in the end.
    I wish for the user to be able to take the modules in the
    order he or she wishes. I was thinking of creating a menu slide
    from where there are links to the modules, but when creating the
    scorm package, only the menu page is in the package. Is there
    anyway to go about this. Say copying the swf. and htm. files into
    the scorm-packages, but what about bookmarking and tracking then? I
    read that you could do this for SCORM 1.2 using dreamweaver to
    build the menu. I hope someone will be able to help me out here.
    Kind regards
    Miss H K

    I've never tried this but when you publish a project using
    the SCORM outputs in Captivate you can specify the SCO information.
    (Look in the Manifest section on the Reporting page). A SCORM
    package can be made up with multiple SCOs, so I'm guessing it
    should be possible to build a SCORM package containing each
    Captivate project as a seperate SCO.
    I've had a brief look and I think you can edit the XML in the
    manifest that gets produced to add the extra projects as SCOs.
    When you open the course in something like Reload SCORM
    player you can see the SCOs listed in a menu.
    I've no idea whether this works i.e. whether it reports
    results back to the LMS correctly or not but it might be worth
    further investigation.
    Cheers

  • How to open projects within a zip file?

    Is there any way to use the open project feature to open projects within a zip file loaded onto a LMS?  I have several files loaded in a zip file and I would like to navigate to each one within the zip file itself.  The problem that I see is that it does not know where to look.  Within the zip file, there is a main menu file that is used to branch out to another project file and then the user will go back to the main file to navigate to another.  I know this seems complicated, but I am being asked to see if this is possible.

    A zipped SCORM package is always unzipped on the LMS server after upload.  So you need to look at the file and folder structure of the SCORM after it was unzipped to see how to navigate or link to other elements.
    However, let me just say that what you are trying to do will almost certainly cause you many headaches.  A multi-SCO SCORM package is meant to be comprised of several individual SCO modules that do not usually talk to each other because by definition in the SCORM standard they are supposed to be standalone and not require anything else to play.
    Additionally, a multi-SCO package uploaded to an LMS is intended to allow the LMS to control navigation to individual SCO modules via the TOC links that the LMS creates in its own SCORM player.  Once you start over riding these links and opening up individual SCOs without using the TOC links you run the risk of confusing the LMS as to which SCO is actually playing.  The SCORM API only wants to deal with one SCO at a time.

  • Topics in multiple projects in RoboHelp 8 are getting crossed over

    I have multiple projects I imported/upgraded into RoboHelp 8.  Initially when in each project, all topics are correct.  But after importing second and subsequent projects, when I go back to the first project, it shows the topics from the last project??  What's going on?  I've tried searching to see if this has happened to others, but do not see anything of the like... Any help would be appreciated...

    Hi all
    Perhaps it will help if we take a moment to understand a bit of the evolution of RoboHelp.
    Pull your chairs a bit closer and I'll tell you a story. In earlier years RoboHelp projects were managed by the .MPJ file. Because the MPJ file kept track of all project aspects, it was possible to store as many different projects as you like in the same main folder. This was nice from the aspect of sharing content. You could set things up so that you had common topics and images across multiple projects. If any of them changed, you changed them in any project and they changed for ALL projects using them. Of course this meant you had to recompile or re-generate each project if they changed, but the change actually only occurred once.
    Now along comes X5 with a new file structure. XML format. This meant some changes. Unfortunately some changes that effectively blew this manner of working totally out of the water. You may wonder why. Well, it's because while each project is mostly unique, some of the underlying files are rather generically named. For example, you have the ProjectName.XPJ, which is specific to each project, but that XPJ references generic files with APJ (Anaheim ProJect) file extensions. Files such as rhskins.apj, rjsnippet.apj and so on.
    My guess as to what has happened here is that with only one instance of these files able to be in a single folder, whoever saved last wins.
    What you have ahead of you is the following task.
    You need to split the projects into separate folders so that each project is in its own folder.
    THEN you upgrade each project.
    You should probably begin by restoring from the backup you made prior to attempting the upgrade.
    You, ummm, DID make one, didn't you?
    Cheers all... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Creating & Combining Multiple Projects Query

    My IT team has asked me to determine whether I can create and
    merge multiple projects to reduce likelihood of "issues" resulting
    from use and loading of very large files. Currently, my project is
    at 93 MB. I anticipate that it will roughly triple in size within
    the next year to year and a half.
    I've never had to do this before and I just need a bit of
    reassurance that this can be done, easily, without creating a huge
    strudel.
    I can across two tech notes indicating different approaches
    to this challenge: ID: rb_11942 and rb_1940 (
    http://www.adobe.com/go/rb_1940).
    There will undoubtedly be a large number of cross project
    links and a substantial index (when all projects are combined).
    I would appreciate any input you might have to offer before I
    launch this effort.

    Hmmm - how do I put this diplomatically? Let's try this -
    would the IT guys accept your guidance on how to configure their
    server farm? Nope. So why do they (off the diplomatic path for just
    a wee bit) stick their noses into how you do your job? (ok, back
    on).
    I can only offer my experience here. I have a knowledge base
    compiled in WebHelp, for which the project environment is almost a
    GB. My compiled Help for our application is produced from an
    environment that contains about 133MB.
    Given that I have a fairly fiesty laptop, with 2GB RAM and
    oodles of disk space, where both projects reside, I have few issues
    with working in "large" projects. Both deliverables compile and /
    or publish in about 5 minutes or less.
    I guess my point is, if it ain't broke, don't make it more
    difficult to work with just because an IT guy says so. Skip the
    strudel.
    (I love my IT guys, by the way - they don't mess around with
    what I do, and listen patiently when I tell them what equipment
    they should buy - LOL)

  • *** ~ can this do this: i want to make multiple circles within circles like the target logo ~ ***

    im makign a simple visualisation. i want to dl a free trial of w/e i need and im done
    a link to a guide on how to do this would be good
    good links are good
    also need good sites to ask questions liek these in the future, thanks
    *** ~ can this do this: i want to make multiple circles within circles like the target logo ~ ***

    *** ~ The Invisible Problem: Video As The Best Medium For Most Things ~ ***
    Do you know how to learn? I don't think you do. Because we've all learned the same way. From school. The broken school system that we all know, and that some are reinventing.
    Let's elaborate. When learning anything (that isn't invisible), we don't need to know awkward, confusing, and strange words. That do not mean anything, in and of itself.
    ~ Hard Words ~
    What I mean by the invisible? Take 1+1. That's arithmetic, a branch of mathematics. That's invisible. We don't know what 1 is. What don't know what 1 means. It's just a line that goes up and down on the right wall in a cave of a caveman's drawing.
    Until, of course, some inventive educators (not necessarily the traditional concept of "teachers") decides upon themselves, and say, "Hey let's show what 1 means. These 1st graders doesn't understand what 1 means. Here's 1 apple, and here's another apple. 1+1. We've shown it. Then we're golden.
    That's what seems to be invisible, but is not. Is it? Of course the idea is invisible. 1 does not designate 1 apple. Clearly 1, as a concept/idea, is invisible. 1 is "1 of a unit". But a unit could be anything. How do you really define a unit? Not all units are physical objects. And if they aren't physical, you cannot show it, on a physical level.
    So, that's a little bit about what I mean by the invisible.
    ~ Love, as invisible ~
    You can show love to someone. You can hug them. But you can still show things, in a physical way, when the idea/thing, love, is still invisible. Love is an emotion. Emotions are invisible. You can draw it, and symbolise an emotion. But is never truly what the emotion IS. You can show something invisible by representation. As a concept, the idea is still invisible.
    How do you explain things that are invisible to someone? Like love. Really? I've no idea. I'm sure someone far smarter and knowledgeable would though.
    The emotion is in the neuroscience of our "mind". So until neuroscience, as a scholarly field, advances where they can show in the brain via an MR or whatever machine/device they use. Then they can show emotions. Or maybe they cannot, and emotions are more complicated than that. And they would need to explain how an emotion like love works via no more than mere words.
    I'm sure there's a more academic word for the "the invisible", in this linguistic sense. Not sure what field of study, or more likely, what fields of study, this would be categorised under. Categorised wrongly, obviously, as that's how all categories/genres are.
    But I'll run across it one day.
    ~ What I say again? ~
    So what did I say again? When learning anything (that isn't invisible), we don't need to know awkward, confusing, and strange words. That do not mean anything, in and of itself.
    So these words.
    First of all, why do we need words? To communicate with one another. But I said we don't need words when talking about things that aren't invisible. You may ask, "Well then, how can we communicate with one another without words?"
    Images. Moving images. Like video.
    A little bit of words, when necessary, help though.
    So let's rephrase. We don't need complicated words. That doesn't mean anything.
    Nonverbal communication accounts for safely 90% of the message.
    How poorly designed text, as a communication medium, really is. We need to understand that.
    ~ Origins Of Stuff & Histories ~
    If it's so bad, why do we use words, on topics that video can do far better?
    Like much of what is wrong with the world, they stem from the outdated past. During a time period where that was the best option, and the best invention, humanity could make -- for the times -- for the times, I repeat.
    ~ The Video Age ~
    Today, we live in a video-dominated age. When did video first start? Recently when the Web became more developed? Of course not, they had films back then if you really think about it.
    ~ Teachers: People That Speak Words ~
    So teachers are like a video, only worst due to less flexibility in what you can do (if they were a software, they lack of many features)
    But better in the way that they can give immediate feedback. That two-way system that video (premade videos only) doesn't have. Live video is an example of videos that aren't premade. Combining video with a live person is another example. I'm sure there are more.
    But teachers are basing their teaching on the textbook, and little to none from their own base of knowledge, and any of that base of knowledge would've been from textbooks anyway.
    ~ The Video Age ~
    If video is really so good, we doesn't everyone use it??
    You know what? They do. The proportionally few good ones that is. You haven't gotten around? Live in that caveman's cave?
    ~ Pixels ~
    Pixels, that topic, is a great example of how clearly video is the best medium ever to show. We don't need representation of words to confuse and clutter the physical objects that these digital objects and button are.
    Video is the best medium, at this current point in time, to teach/show anything related to pixels. This could be photoshop, or whatever.
    ~ Results ~
    So we live in this world where we now have video. But so much of society is outdated. With outdated practises.
    I hate words when we don't need them When there is better mediums to communicate 100x more effectively than words ever could.
    You fail to see how significant 100x really is. How many orders of a magnitude is that anyway? I don't know. I don't know enough.
    You also fail to see how much of what was said is about invisible, highly abstract, things/ideas. And some things aren't. So which ones were the things I could've shown far better in video, or maybe everything could've expressed better on video?
    Video = moving images + still images like diagrams, slides with charts & infographics + sounds (like music, etc.) + maybe words +
    ~ Ends ~
    Look, the point is that words are bad in so many ways. SO. MANY. WAYS. I shouldn't have to say it any more than once if you actually knew how to learn. I shouldn't have to say it -- at all -- if you knew at this moment how to learn. And you need to understand that. That words are bad in SO MANY WAYS. And to stop using them. Especially when you're trying to teach (or give answers, solutions, etc.)
    Words are easier, sometimes, though. So that could be why I'm using it.
    I'm not using complicated words though. And this was about complicated, strange, and meaningless words. So get that straight.
    ==
    {1st Draft} -- out there in the vast Web.
    None of these ideas in this is new. Visit the higher end of the Web for once.

  • PCM Search document over multiple project

    Hi,
    Need to be able to search for document over multiple project. Search option is not available when selecting "All projects". Is there a way to do it?
    Thanks,
    Stephane

    Unfortunately, you cannot search across multiple projects. Contract Manager will allow you to run reports across multiple projects but does not have the ability to search across multiple projects from within the application. You can contact support and have then enter this as a feature enhancement for consideration in future version of CM.

  • I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    Logged the call with SAP who directed me to 'Define settings for attachments' in IMG and setting the 'Deactivate Java Applet' & 'Deactivate Attachment versioning' checkboxes - problem solved.

  • How can I share a *.java source file across multiple projects in NetBeans?

    I'm sure this simple and a pretty common operation but how can I share a *.java source file across multiple projects in NetBeans? Right now I keep cut, coping and pasting the same source file between multiple projects to re-use the same code. But I could I make this source file a library file or something like that so that I could access it from any project. I assume this would be a generic operation but I mentioned NetBeans for clarity. Thanks.

    fiebigc wrote:
    I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    >I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    Create a class library.
    Write your code, compile it to .class files, put those class files in a .jar file and include the jar file in the classpath whenever you want to compile a project against it.

  • How to use multiple projects in single application :)

    Hai ,
    I ve to use single .portal for accessing multiple projects in a application. if i create two new projects in a application i cant able to use .portlet file of one project to display in another .portal . is there any way to display both the project .portlet files in a single portal. :)

    not really.. sorry
    Kunal Mittal

  • Multiple projects in one web role using Azure cloud?

    How to run One webrole with multiple projects using azure?
    In my solution One WCF service and ane website i want run both on one solution,
    How to run both in one domain?
    anilbabu

    Thanks for replying,
    I want to this type of output,
    In my project one solution two projects(one website and one WCF service)
    what i am asking is 
    this type 
    running both projects single service
    http://postimg.org/image/oijwkbn7h/
    After
    i a hosting into azure that url's like this
    How can i get this type of output
    EX: http://multliplehos.cloudapp.net/ 
    Service url: http://multliplehos.cloudapp.net/Service1.svc
    anilbabu

  • How to manage multiple resources in multiple project?

    Hello,
    We are a very small company that has migrated from an in-house TFS solution to using VSO to manage our projects.  One issue we are having is being able to look at outstanding tasks and resources allocated across multiple projects.  What I'm looking
    for is one place where I can see how many hours a person is allocated for a given week for all projects.
    Thank you for your help!
    Curt

    Hi Curtis,
    You can create a single team project and create teams for each of you project. Then you would be able to monitor all team progress etc using root team project and each team progress can be separately monitor. If you use parallel iterations across all teams
    this would be more effective.
    For team capacity you can set full capacity to root level and divided capacity levels to each team.
    Scaled Agile Framework is explaining similar concept here for more complex situations in below article. But you can use a simplified version of it.
    https://msdn.microsoft.com/en-us/library/dn798712.aspx
    Cheers!
    Chaminda

  • Is there a way to create an email button to multiple addresses within a PDF?

    I have to regularly update a list of committee members and their email addresses which is then sent to all of the members. 
    Does anyone know if there a way of creating a button for each of the committees in the list which, when clicked, creates an email to all the  members contained within that committee?  I will need to add up to 14 email addresses to the one button. I need to know this because the various members in the committees are  fed up of copying and pasting all the email addresses into their email messages.
    I am now using Acrobat XI but I still can't figure out if this is even possible. If not a button, is there some other way of being able to launch an email to multiple addresses within a PDF?
    Thanks in advance for any help.

    Not really. But you can combine the data from multiple forms into a single (new) spreadsheet via Tools - Forms - More Form Options - Merge Data Files into Spreadsheet...

Maybe you are looking for

  • Error in reading a xml file

    Hi, I have created a data server in the topology manager for xsd file with the below paramters in url jdbc:snps:xml?d=E:\ODI\Ibrm_gl_data.xsd&s=GLDATA&dod=true And successfully imported the metada from xsd file in to a model. I have written the below

  • Check number not getting updated in vendor line items

    Hi I am giving check to vendor. Hence i am assigning manual checks in FCH5. Then i did FCHU. After i did FCHU, my check number got updated in assignment field in bank line item. But i am getting problem for vendor line item. My vendor line item is no

  • Just Bought an Imac...What do I do with the Install Disks?

    Hi There, I'm hoping someone may have some feedback on the following. I just opened my brand new imac, turned it on and was able to launch a program. But I see that there are two accompanying install disks. Do I need to still install something that i

  • Status Bar In form 6i

    hi all, i want to use 6i developer status bar to show username and date or some other information at the bottom of the form. i'm using 6i on client server enviroment thanks Shakeel

  • Report Painter Column Order

    Is it possible to rearrange columns in a report painter report? Please let me know how it can be achieved. Edited by: Dhimbak on Dec 2, 2009 3:44 PM Edited by: Dhimbak on Dec 2, 2009 3:45 PM