Seeking Software for Creating Manifest for Sequenced SCOs

Can anyone make a recommendation for software to create the
manifest for a SCORM 2004 course with complex sequencing? I am
constructing a course that is made from multiple SCO's that are
created in Captivate 3 and intended to be played linearly. The
course should launch the SCO's in the appropriate sequence as
determined by the "open new project" instructions at the end of
each project. We do not want to hand-code the entire manifest. I
have many courses that will use this same approach. I have heard of
Manifest Maker softwares out there for SCORM 1.2 and Dreamweaver,
but can't seem to find one for SCORM 2004. Trying to exhaust all
possibilities before replacing Captivate or redesigning entire
course.
(I found this posting on another forum and borrowed the
language to make sure I was getting the important points across -
desperately hoping the right people see this and have the answer
we're looking for!) Thanks.
Marcia

I use reload-editor,
easy to use, friendly interface and...free.
Good luck,
Marc

Similar Messages

  • Create  of (demo for)OVAI (transaction for create entries for each vendor)

    hi all,
    can anyone plz tell me how 2 create (demo for)OVAI (transaction for create entries for each vendor)
    thans & regards,
    srinivas reddy.

    hiii
    yes you can call transaction like that..take tcode in that parameter then you can use it in your program with statement like
    call transaction (variable)..in background process.
    regards
    twinkal

  • Best workflow for creating games for pc and starling games in AIR

    best workflow for creating games for pc and starling games in AIR.
    I need to develop for tablets with starling and AIR as well as for pc without starling ie: downloading from a server.
    In starling you have to
    1. instantiate starling
    2. use texture atlases for loading graphic assets - well its the recommended way
    3. use juggler
    etc...
    ie: with all these differences is it best to:
    1. create completely different projects
    2. just create different classes for the starling specific parts
    3. use a conditional compile constant
        eg: CONFIG::STARLING
                "then do this"
    or      CONFIG::CPU
              "then do this"
    I currently have the latter but it feels a little messy. I would prefer separate classes for each platform where the image loading is concerned.
    There must be so many game developers out there but in large gaming companies that know exactly what to do. Perhaps you can point me in the right direction with a book or something.
    CHEERS

    The other thing is that I can't see the games being very different as you suggest. I have downloaded Lee Brimelows tut on creating a starling game on Lynda.com and the code is great for creating games using states for menu, play, gameover etc... The only difference is that he uses texture atlas and there is a great difference in loading them etc... so technically you would only need to handle them in a different class as collision and the rest of game play should be the same in both. I think!!!
    Well, actually not exactly but near enough - maybe it might be easier to create separate projects and just cut and paste the new code introduced.

  • Workflow for creating animations for web (Creative Suite CS6)

    Hi,
    I was wondering about what the best workflow is for creating animated videos for the web (say, YouTube) once the project reaches the "computer" stage (i.e. story, look etc. are all decided).
    Is it best to use Photoshop, Illustrator or Fireworks to draw everything if the software to animate these drawings is After Effects?
    The project I'm talking about is as of yet hypothetical but would be relatively short (90 seconds) and simple as I don't have much experience with this at all - hence my question.
    I've been looking around for a good set of basic tutorials but can't really work out how to go about this from start to finish using the Adobe Suite.
    Thanks!

    size is mort important than format. I prefer PSD files, but png, tiff, tga, even jpeg if you do not need transparency. Just make them big enough that at some point in your composition they are scaled to 100%. IOW, if you are drawing full frame animation cells for HD they do not need to be any bigger than 1920 X 1080 pixels. If you are going to scale them up or move in on some details then the area you are going to be pushing in on needs to be 1980 X 1920.

  • Cw 9.5 for creating plugins for adobe indesign cs2 in mac 10.4.8

    i am new to plugin creations.please anyone give me an basic idea of creating plugins for adobe indesign cs2.
    and how to debug the plugin, how to create it using code warrior 9.5, if any one know the site reference please inform me.
    thanks in advance
    subha

    i am new to plugin creations.please anyone give me an basic idea of creating plugins for adobe indesign cs2.
    and how to debug the plugin, how to create it using code warrior 9.5, if any one know the site reference please inform me.
    thanks in advance
    subha

  • Possible for using profiler for creating workload for Database Engine Tuning Advisor in case of SSRS reports

    I have SSRS reports with each 5 parameters. Parameter datasets includes statements like WHERE @CategoryKey
    I have 20 tables in SQL Server. We don't have OLAP cube.
    I have created SQL Server Profiler trace. I have clicked all reports during process.
    I have opened Database Engine Tuning Advisor.
     I have selected all tables to Tune.
     Tuning options are Indexes/No Partitioning/Keep all existing PDS
    Result is following:
     14% improvement
     10 recommendations (8 statistic for Calender table and 2 index for Calender)
    Tuning logs:
    S008 exec sp_executesql N'  LongSQLStatment including IN (@CategoryKey) Event does not reference any tables
    S007 Replaced event exec sp_executesql
    My question is that why I did not get any recommendations for other tables that Calender?
    Could it be because of SSRS parameters like @CategoryKey?
    Is it possible at all to use SQL Server profile for creating workload in case of SSRS reports with parameters?
    I have tables and reports like ProductSales, which I suppose should be get indexedbecause of WHERE statements.
     I have where statement like Month and Category and Color.

    Yes it is possible to capture a trace using profiler, but please provide the t-sql behind your dataset before I can answer your question about the DTA recommandations.
    Regards
    Rasmus Glibstrup
    http://blog.sqlguy.dk

  • T code for creating font for smartform

    Hi All,
      please give the transaction for creating <b>FONT</b> which is to be used in smartforms.
    Regards
    Anil Kumar K

    hi anil,
    goto transaction 'SMARTSTYLES' from the control bar .
    in here u an set the font family , font size ,font style like bold, italic etc.
    after setting the font use the same in smart forms .
    note: assign the same in the transport request of the smart form cause if the release status is gone wrong then the font will cause problems.like if u r familiar with scripts u will understand..
    vijay.

  • FM for creating longtexts for BP ?

    Hello forum,
    is there an fm for creating/changing longtexts for a business partner ?
    We have customized longtext fields for business partners and now we want to fill them
    with data, but I haven't found anything.
    Hope someone can help me !
    Best regards
    Gerd

    hi, in same to ERP,  in CRM  save the long text need to call function  'SAVE_TEXT'
    several parameter is important to call it, 
    LINES   the contents of your long text
    HEADER  it include the text ID  text language,  text name (normally the name is the document number, in your case it is the BP ID)
    text object(you must know it when you configure the long text)
    if you don't know very clear how to call it, you can set a breakpoint in it, change a long text in SAP GUI or WEB UI to trigger, and  search out how SAP standard call it.

  • Simplest approach for creating database for small collection of data - new project design phase

    Hello. I am at the design stage of a VB.NET project, which I hope will help me strengthen some skills I have learnt so far, and learn new ones. I have a couple of questions. Firstly regarding data types, is there a unified, standardised, all-convergent
    data type available I can use? Secondly I've read about numerous avenues to create a database, namely binary serialisation, access-based, excel-based, notepad-based - The project I intend to create, will only require storage of a "relatively" small
    collection of data, which may grow over time, but not significantly - so, taking this into account, which method is advisable for creating my database? (a beginner-friendly option is preferred). I have included a couple of images, with my questions, to give
    a rough idea of what I'm planning to do. Thanks for your advice and suggestions.

    Type would be the type of recording, as in LP (Long Play - standard album), EP (Extended Play) or Compilation. Most would be LP.
    Chris,
    I have a start on this and I want to pause here to post what I have and to discuss it.
    There’s a lot to talk about because you’re going from little knowledge of a class to a lot in a hurry. There is no real hurry
    in any of this; if you don’t understand then let’s stop and talk about it – until you fully have a handle on it, adding more would only fuel the confusion.
    I’ll add this at this juncture: There is no one single right way to do this. There are definitely some
    wrong
    (or maybe just simply ineffectual) ways, but certainly no single right way. A lot of what you’ll see in the following will reflect my preference; nothing more than that.
    Also though, I’m doing some of this to expose you to it. By that I mean that I may or may not have done it this way all along,
    but I decided that I want to open the doors, even though at first it’ll seem like you’re trying to get a drink of water from a fire hydrant. ;-)
    I have it set up with two namespaces: CMJR and Common. The latter one is for use for what I’m considering to be a ‘common’ need
    – things that you may use in several classes. In time, the routines for serialization will be there but no need to even talk about that now so it’s not there.
    The code so far (which I’ll show by the end of this discourse) is about 500 lines. For a class library, that’s puny! Most of
    what I have thus far is just a shell of what will be filled in later. I won’t at all be surprised that by time this is completed, that 500 lines can easily grow to 5000 lines or more.
    Like I said yesterday, the great thing about doing it this way is that it’s done
    your
    way; the drawback is just how much there is to do though, so if nothing else, this will perhaps influence your decision on how you want to handle things like this in the future.
    The namespaces/classes are laid out as:
    CMJR
    Music (a class)
    Film (a class)
    Games (a class)
    Common
    IDataSource (an interface)
    IGenre (an interface)
    Utilities (a class)
    This
    image shows the structure of things thus far. The reason why the enum “GenreType” isn’t expanded in that
    image is because it’s hugely long! In fact I fully expect that you’ll likely delete most of those. I got them from someone else’s class library (about a decade ago) so it was convenient to use.
    Let’s start from the inside and work toward the outside here:
    What is an
    enum?
    An enum (enumeration) is a type all its own. It’s a constant (of integral type) that you define. You can think of it as “an
    integer with a name associated with it” because in code, you’ll use it like a multiple-choice selection and [typically] you’ll use its name.
    Any time there’s a need for some something to be “this or that”, an enum very often is a useful type to use. In what we talked
    about yesterday regarding what the source of the data is (CD or PC), that’s what came to mind; select which of the two from an enum. I always include a “_String” property with these so that it can later be used in whatever will consume the class. Often it’s
    nothing more than use the .ToString method of the enum itself, but remember that then enum is actually an integer, not a string.
    In this library so far, I have three enums defined. Two of those are in each of two interfaces (discussed in a bit) and one
    is specifically related to only the music, so it’s in the class “Music”:
           Public Enum MusicFrom
               LP
               EP
               Compilation
           End Enum
    The “type” that I asked about earlier is encompassed in that enum and you can more or less see how it works without any further
    explanation.
    Do understand that enum is only ‘useful’ for programming. We could use strings for all that it matters, but the problem with
    doing that are many, including things like typos and capitalization. That’s not the case with an enum because you select one of the choices offered. In the one above, that would be either LP, EP, or Compilation. It can’t be anything else.
    So if strings have this issue with typo’s and the like, what about if we just assigned it a number (an integer). Sure that’s
    a better idea but are you really going to remember what 23 means? I doubt it, or not for long.
    BUT – if we had a number that has a string associated with it, yea that’s a good idea!
    Right! Now you know what an enum is. ;-)
    Notice from the
    class
    diagram though – it’s not shown; I’m not using it all and that’s because I question its worth here, at least
    for the current setup. I’ll explain what I mean:
    As it’s currently set up, the basic unit of the class “Music” is a song. Even though there’s a title for the album, the album
    – as a type – doesn’t exist. LP, EP, and Compilation refer to the album, not the song (in my opinion here) so I don’t see how it can be used.
    If, however, we create a new type called “Album”, then I can see how it could be used. In something I worked on a while back
    that’s exactly how I have it set up: An album is a “container for songs” and the album (a class in what I’m referring to from a few months back) has certain properties like a name and cover art, etc..
    I don’t have this set up that way, but give that some thought.
    What is an
    interface?
    Until quite recently I ‘knew of them’ but I never used them. There may or may not be merit in it here either but I wanted to
    expose you to them.
    From that link above:
    “An
    interface defines a set of members, such as properties and procedures, that classes and structures can implement. The interface defines only the signatures of the members and not their internal workings.”
    The interface is a way in which you create a ‘code contract’. You don’t define what the methods, properties and events do in
    the interface – you define that they have to be implemented if a class uses it.
    It’s up to the class to actually put it to use (i.e., the code that’s executed in the member of the interface).
    It’s a lot deeper than I’m discussing here – including a fair amount of ambiguity – so I won’t go any further than that for
    now.
    I have two interfaces set up and I have them in the “Common” namespace. They are “IDataSource” and “IGenre”.
    IDataSource has an enum named “SourceType” and two read-only properties (see it later in the code).
    The interface IGenre is likewise set up the same way and that’s where the long list of elements are in the enum named “GenreType”
    that I talked about earlier.
    I think it’s a good idea with Genre that it’s a “pick one of these” rather than simply a string and here’s why: If we later
    add in a method to choose songs from a collection of them, one of the options might be of a particular genre. That’s not an uncommon request I would think. By using an enum, we don’t have to worry about your users mistyping when they add the data:
    RockAndRoll
    Rock and Roll
    Rock
    …etc., and imagine some of the typos your users might come up with, so by using an enum it’s definitive rather than guessing.
    I said that an enum is ‘only for programming though’ so we’ll need to make it more usable later on. For example, I can also
    build in methods to hand you back a string array of the string equivalent of those enums and then later a method to turn that string back into the actual enum member. By doing this then the method(s) which will use this will filter the data from the collection
    to only include those with that particular genre.
    Other than something simple, I’ve learned that once you get involved in a really long enum – like the genre that I showed above
    – it’s better to create a class which, all on its own, has methods for handing you the string array and then handling the conversion back to an enum, so that’s a possibility too.
    That’s for use in your UI so the blinders will start to come off at that point. ;-)
    Continued in a subsequent post…
    Still lost in code, just at a little higher level.

  • Does CS5 have tools for creating websites for mobile devices?

    Does DW CS5 have any built in tools for creating web pages for mobile devices, iPads, iPhones, etc?
    Thanks.

    This will go back to your other post about the CSS tables, it depends on how much you know.  CSS3 is a style language and while support is growing in Dreamweaver and within browsers it is taking some time so the more you understand the code the better off you will be.  With regards to HTML5 animations, you will find that no tool out there can do this easily outside of some Apple developer tools and if you are serious about programming to work with the iPhone/iPad you will want to sign up (registration is free) and download their developer tools.  Adobe has mentioned making some strides and trying to use their existing tools (ie: Flash) to help transition to HTML5 animations from Flash and Illustrator has also gained some HTML5 vector tools to help out.
    To find out more about what Adobe is doing for HTML5 there was a post made on John Nack's blog not too long ago that you might want to read over (and follow the links).
    http://blogs.adobe.com/jnack/2010/11/so-what-has-adobe-actually-done-for-html5-lately.html
    Dreamweaver is not going to hand you everything though.  To get the most out of it you have to put something into it.  It is easily the most advanced tool in the PHP and ColdFusion realms (ASP/.NET goes to Visual Studio).  But in order to do more and customize things to your needs, understanding the code is a must in the world of web design.

  • Workflow for creating files for online printing

    I recently asked a question about making a copy of a file in Aperture 2 but am still unsure as to the best method to use. The original is cropped for posting to the web, and the duplicate is to be cropped for standard print sizes. I didn't quite get a clear answer, so I wanted to ask what other users' workflow is for preparing images for printing at an online site (I use adorama, which has an aperture plugin). In my case, my "ideal" crop, posted to a mobile me gallery, is not a standard size, but I do want the print to be a standard size. How do you keep the preferred crop for viewing online but change to a standard crop for printing?
    Thanks,
    John

    size is mort important than format. I prefer PSD files, but png, tiff, tga, even jpeg if you do not need transparency. Just make them big enough that at some point in your composition they are scaled to 100%. IOW, if you are drawing full frame animation cells for HD they do not need to be any bigger than 1920 X 1080 pixels. If you are going to scale them up or move in on some details then the area you are going to be pushing in on needs to be 1980 X 1920.

  • Recomended configurations for creating video for the web

    I'm working on a project creating video segments for the web (no plans for broadcast of DVD) and I'm looking for opinions on the most efficient way to use FCP to do this. We are shooting with an HD camera with a green screen and composting a couple of additional layers of Motion graphics and we found that the render times were really long. I'm looking for ways to mitigate this, on thing we did was switch from shooting in 1080p to 720p. We also tried shooting at 24fps instead of the broadcast 60fps and that cut our render time by a good percentage. Since the final product is going to be 640 by 360 at 15fps it seems like a good trade off but are there any down sides I'm not thinking of.
    I was also wondering if there might be an advantage to working at the size of the final product, if the FCP sequence were 640 by 360 would there be any advantages in terms of render times and what might the disadvantages would be.
    This is my first semi-professional project, just been a hobbyist up until now so any advice is appreciated.

    MoSaT wrote:
    We are shooting with an HD camera with a green screen and composting a couple of additional layers of Motion graphics and we found that the render times were really long. I'm looking for ways to mitigate this, on thing we did was switch from shooting in 1080p to 720p. We also tried shooting at 24fps instead of the broadcast 60fps and that cut our render time by a good percentage.
    those simple steps reduced the number of pixels in each frame from about a million to 750,00, about 25%; and you reduced the number of frames from 30 or 60 to 24 or 48. So, yeah, your rendering times are going down. If your Motion project has ten HD layers you're saving tons of processing.
    MoSaT wrote:
    This is my first semi-professional project, just been a hobbyist up until now so any advice is appreciated.
    Since the final product is going to be 640 by 360 at 15fps it seems like a good trade off but are there any down sides I'm not thinking of.
    Absolutely. But you engaged the project without knowing how you were going to accomplish anything; implies your plans for improving workflow will be similarly incomplete. We all got by with NTSC and plan ol' DV for decades. The web is a low end distribution system, not a theatrical viewing experience. You can force your viewers to download a huge file and watch it on their TVs or you can open it up in weensy teeny window on their iPhones.
    MoSaT wrote:
    I was also wondering if there might be an advantage to working at the size of the final product, if the FCP sequence were 640 by 360 would there be any advantages in terms of render times and what might the disadvantages would be.
    Purists will be correct in telling you better source footage results in better uploads. I will tell you that's true but it's academic. Your realworld needs are based on your web upload, not your plans to archive high def footage for future exploitation.
    Here's what I'd do: Work backwards. Figure out what your upload needs are--exactly. Research Compressor and other compression systems to determine how you are going to process your project to get the target output. Now decide what format that software wants to process to create the best results. then figure out how you want to provide that input for the compression application. then figure out what the tradeoffs are for your original footage in terms of your camera resources, your skills with the camera, and your mistaken impression that effects and chromakey should be fast.
    bogiesan

  • Error in J1IIN for create Excise for Factory sale

    Hi,
    I need your help regarding Sales excise.
    The scenario is I have created PO and done with MIGO so Part I and Part II register are getting hit BED is showing.
    My problem is now I have to use the amout for sales cycle i.e after genrating accounting document for sales order I am using T Code J1IIN
    when I enter the Billing Document and hit enter the BED amount is showing '0' (zero).
    When I try to save the document it gives me warning message  "No defaults could be proposed for Excise utilization." and after that it gives me error message saying "GL account has not been assigned for RG23AECS in customization.".
    I have maintain the entries in for OTHR -  RG23 ECS Account and also specified G/L Accounts per Excise Transaction is maintianed for G/L RG23AE.
    Can some one guide me is there  any other config which has to be done.
    Thanks in Advance
    Regards,
    Arvind
    Points will be awarded.

    Hi Arvind,
    Relevant GL accounts we have to attach for ETT Type DLFC (for Sales) in ETT Table.
    Assign GL Accounts for excise transactions node in IMG.
    Path: Logistic General u2192 Tax on Goods Movement u2192 India u2192 Master data u2192 Account Determination u2192 Specify Excise & G/L Accounts per Excise Transaction.
    Thanks and regards,
    Padmaja N

  • Photoshop Elements 10 - Proper Settings for Creating Graphic for Film

    Hi, I'm fairly new to Photoshop Elements. What would be the proper project settings and export settings when creating a quality graphic for using in a film? (I'm using Premiere for video editing.)
    Thank you so much for your time and patience. I've been referring to google and haven't pulled up anything yet, not sure if I'm just not putting in the right terms.
    -M.

    Hi,
    Here are some links of Adobe tv and Elements help page to get more about this application.
    http://tv.adobe.com/show/learn-photoshop-elements-10/
    PSE 10 help
    http://help.adobe.com/en_US/PhotoshopElements/10.0/Using/index.html
    PSE 11 help
    http://helpx.adobe.com/photoshop-elements.html
    thanks,
    earth-star

  • L_TO_CREATE_DN function module for creating TO for a delivery

    Hi,
    I am using L_TO_CREATE_DN function module to create a TO for a delivery and it is working fine as long as the HU, I am picking has quantity less than the delivery quantity or equal to delivery qty. But whenever I try to pick a HU whose qty is little more than the delivery quantity, its throwing an error. Also, there is tolerance set on the delivery line item (and the qty I want to pick is within the tolerances). When I am trying to do it manually using LT03, it throws a popup about conversion error and is creating the TO taking the rouding into account. Here is the example of the above scenario.
    Delivery Qty = 1300 LB (pounds, base unit of measure)
    Alternate Unit of measure for this material is Roll (RL)
    I am trying to pick a HU which is 1350 LB.
    Manual Case : When I use LT03 it throws a popup (saying conversion error) and accepts only
    0.963 RL which is equal to 1300 LB and creates a TO. when I see the delivery after creating the TO, the picked qty is 1300LB.
    Function Module : When I use the function module, it does throw me the same popup but does not create the TO. Rather it throws an error "Available quantity in bin is zero".

    hi , it will create only 1 TO with multiple line items
      CALL FUNCTION 'l_to_create_multiple'
        EXPORTING
          i_lgnum                      = ls_9001_scrn-lgnum
          i_bwlvs                      = lc_bwartwa
          i_bname                      = sy-uname
        IMPORTING
          e_tanum                      = ltak-tanum
        TABLES
          t_ltap_creat                 = li_ltap_creat
    ls_9001_scrn-lgnum = warehouse number
    lc_bwartwa = movement type
    li_ltap_creat = itab containing the line items with diff material
    Just check if it helps
    Thanks

Maybe you are looking for

  • BASH completion problem

    i have "bash-completion" package installed but when i do this: $ xine and press TAB, it does not show me list of files. sometimes it shows the files but most of the times it does not. same with all others commands: $ rm -v here too it does not show a

  • QuickTime: Video but no Audio

    When I try to play certain .avi files in QuickTime there is no audio. The video works perfectly, and QuickTime tells me that I need to download a codec for the audio to work properly. How do I know what codec I need?

  • Mandatory field GOHEAD-BKTXT in MIGO (OMXJ)

    Hi, I want to set field GOHEAD-BKTXT mandatory in Transaction MIGO but not for all users. In TRX OMJX I found an option "Influencing" but I do not know how to use it. When I use the matchcode in field "Contents" I receive a message that no input help

  • Backlight on but nothing on screen!!

    I clicked the menu button and the screen backlight turned on but nothing appears on it, it just stays on forever...! I tried the menu + select for 6 sec and the screen just dims out and then dims in again to stay on forever without anything ever appe

  • CS 6 to CS6 Extended

    I purchased CS6, installed, and i have been using it daily for the last week or so. I download  the CS6 EXTENDED trial, but every time i install, the 3D options just are not there, and nowhere does it say i am using CS6 Ext. What the problem? I went