Flash quiz score tracking on LMS?

I  m creating quiz in flash with socring. i want to upload it on LMS, i want to track my score on LMS. please help me with the same. thanks!

Try turning off bookmarking.
Turn off Self-Paced Learning in the TOC settings by unticking this option
This may not fix the issue for users that have already taken the course because the bookmark is actually a Flash Shared Object and these are not that easy to erase.  Try it with a new user that hasn't done the course yet.
If the problem persists, you could also try turing off Resume Data to stop the LMS's own bookmarking.
To do this, you have to tick the option in LMS Customisation to Never Send Resume Data.

Similar Messages

  • Captivate 5 not Reporting Quiz scores correctly in LMS

    Our organization is transitioning to Captivate 5 from Captivate 4.  We are using SumTotal as our LMS.  I took a CP4 project and converted to CP5, then uploaded it as a test.  The results were dismaying.
    Captivate 5 Scorm 1.2 apprears to send scores to the LMS instead of scaled scores.  For example; If you have 20 questions the scaled score should always be 0 to 100.
    In the example I converted from Captivate 4, I have 15 quiz questions.  In my first try I scored 60% on the Quiz.  Captivate reported to the LMS a percentage complete of 0 and a score of 90%.  In my second attempt I scored 80% (which is required for passing from within the Quiz setup) and Captivate reported to the LMS 100% complete and a score of 100%.
    I repeat, all worked fine with the same course published as Captivate 4.
    I work for a very large multinational company.  This is a killer for us if we want to go forward with Captive 5.  In fact, I have just spent a lot of money upgrading everyone in my department - money wasted if we can't use the output with our LMS.
    Does anyone have any ideas, and is there a way to get to someone at Adobe if this forum is unable to provide answers?
    Sorry to sound panicked, but I guess I am.
    Frank

    Hi all
    You're absolutely right. Adobe silence is extremely unsatisfactory and unprofessional. Below are the email correspondences. Does anyone know who are the President or the CEO and the email address? I think it’s about time to find out why from the top man himself.
    Best regards... Flavian 
    From: Flavian Lim [mailto:[email protected]]
    Sent: Tuesday, 21 September, 2010 12:00 AM
    To: '[email protected]'
    Subject: FW: Quizzing related forum posts?????
    Importance: High
    Hi Vish
    Please furnish me with your updates immediately.
    Best regards... Flavian
    From: Flavian Lim [mailto:[email protected]]
    Sent: Sunday, 12 September, 2010 8:18 PM
    To: '[email protected]'
    Subject: FW: Quizzing related forum posts
    Hi Vish
    Any updates? My timeline is behind schedule.
    Thanks & regards... Flavian
    From: Flavian Lim [mailto:[email protected]]
    Sent: Friday, 10 September, 2010 1:24 AM
    To: 'Shivaswamy Viswanath'
    Subject: RE: Quizzing related forum posts
    Hi Vish
    Thanks for following up the issues. Attached, please find the files requested.
    Hope it helps.
    Best regards... Flavian
    From: Shivaswamy Viswanath [mailto:[email protected]]
    Sent: Thursday, 9 September, 2010 11:35 AM
    To: [email protected]
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Can you share the cptx file with us?
    Thanks,
    Vish
    From: Flavian [mailto:[email protected]]
    Sent: Wednesday, September 08, 2010 10:17 PM
    To: Shivaswamy Viswanath
    Subject: Re: Quizzing related forum posts
    Hi Vish
    Yes, they are all checked.
    Please revert soonest.
    Thanks... Flavian
    Sent from my BlackBerry Wireless Handheld
    From: Shivaswamy Viswanath <[email protected]>
    Date: Wed, 8 Sep 2010 15:48:38 +0530
    To: [email protected]<[email protected]>
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Looks like the interaction data for the question is not captured. Can you please check whether ‘Report Answer’ option is checked in ‘REPORTING’ accordion of Quiz PI for all question slides? If not, can please enable this option and check it out?
    Thanks,
    Vish
    From: Flavian Lim [mailto:[email protected]]
    Sent: Wednesday, September 08, 2010 2:17 PM
    To: Shivaswamy Viswanath
    Subject: RE: Quizzing related forum posts
    Hi Vish
    Attached, please find a copy of the student record file as requested.
    Thanks & regards... Flavian
    From: Shivaswamy Viswanath [mailto:[email protected]]
    Sent: Wednesday, 8 September, 2010 2:50 PM
    To: [email protected]
    Cc: Suresh Jayaraman
    Subject: RE: Quizzing related forum posts
    Hello Flavian,
    Thanks for the reply. Regarding the thread Captivate 5 not Reporting Quiz scores correctly in LMS we would like to investigate further. Can you share those XML files with us? It can be found in Wamp Server, captivate results folder. Can you please zip it and send it to us?
    Thanks,
    Vish
    From: Flavian [mailto:[email protected]]
    Sent: Sunday, September 05, 2010 1:31 PM
    To: Shivaswamy Viswanath
    Subject: Re: Quizzing related forum posts
    Hi Vish
    The configuration is exactly as described in the Adobe help. Both the quiz and Wampserver is on the same machine. The rest is as per stated on the forum thread.
    By looking at the results of the Cp5 Quiz Results Analyzer, does it make any sense? The statistics doesn't fit in at all.
    Appreciate your interest in this issue. Hope we can work towards resolving this issue.
    Best regards... Flavian
    Sent from my BlackBerry Wireless Handheld
    From: Shivaswamy Viswanath <[email protected]>
    Date: Sun, 5 Sep 2010 11:39:40 +0530
    To: [email protected]<[email protected]>
    Cc: Suresh Jayaraman<[email protected]>
    Subject: Quizzing related forum posts
    Hello There,
    This is Vish from Adobe Captivate Team at Adobe. I have observed multiple threads from you on the issues you are facing with Quizzing feature. I thought of mailing you to know the issues you are facing so that I could look at them. Can you please mail me those issues and if possible few sample files too?
    Thanks,
    Vish

  • Sending flash quiz results to an LMS

    Hey Guys,
    Using Flash CS3, having issues getting flash to send quiz results to a LMS. Using the Flash quiz templates, exporting with SCORM 1.2 compliance. The LMS is able to track times attempted and if the lesson was complete or not, however the quiz results don't reach the LMS.
    I think this can be resolved in the actionscript or the javascript that gets exported with the HTML file
    Apparently you can control the javascript functions with FScommands from actionscript
    Something like fscommand ("LMSSetValue","cmi.core.score.raw" + "," + integer);
    I don't know where in the actionscript this should be triggered from
    I can't find documentation from adobe about this function
    Has anyone else come across this issue?

    In case anyone was interested in an answer to this
    Apparently fscommands are an older way of getting data to an LMS
    The current way of doing it is using an external class to handle calls to and from the LMS
    Philip Hutchison's site http://pipwerks.com/ has alot of helpful information on this topic
    A good starting point is here http://pipwerks.com/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/
    Hope this helps someone

  • Track quiz score with Flash

    I have to setup an assessment for a client that will utilize a custom tracking system (really just storing XML files with score info) and no LMS.  I initially thought that all I would need to do is track the cpQuizInfoPointsscored and maybe the cpInfoPercentage variables.  I have discovered, much to my disappointment, that these variables only get updated on straight question slides and not from the interactive elements (ie, click boxes, TEB, etc).  I have verified that these elements have their reporting turned on and all my settings seem to be in order.  The quiz still scored properly but I can't get those values from the swf in flash.  Has anyone done this before?  Any ideas?  Am I barking up the wrong tree?
    Thanks

    4madhats,
    Please try this. Create a User Variable inside Captivate, let's call it myQuizScore. For each of your Interactive Objects, have an advanced action which has an expression like -
    Expression: myQuizScore = myQuizScore + <points assigned for that object>
    Continue
    When you encounter Question Slides, for 'On Success' or 'On Failure', use an Advanced Action which has -
    Expression: myQuizScore = myQuizScore + cpQuizInfoPointsscored
    Continue
    Now, you may use this myQuizScore variable in your Flash project to track the score.

  • Problem with registering Captivate Quiz score in LMS

    We are using Integrity e-Learning’s WBT manager for our
    LMS. We have been using Captivate (SWF files) for several months to
    show simulations for software. Generally we are quite happy with
    the software.
    We have been able to easily create a quiz (a Captivate
    generated SWF file) and access it through the LMS (using a HTML
    frameset), unfortunately we are having trouble passing the
    numerical score the quiz generates to the LMS.
    When a student takes a Captivate Quiz (bound into a SWF
    file), the final score displays on the final frame of the SWF file,
    but is not getting passed to the LMS. All the other data seems to
    be fine. So far we are only viewing status using the Lesson
    Progress Report, which indicates “no score (n/a)”. In
    this case we are embedding the SWF file into a HTML page contained
    in a frameset.
    We have been able to get a score successfully passed to the
    LMS if we link directly to the .swf file, bypassing HTML
    altogether, unfortunately we also get a warning about using Flash
    Player and multiple warnings about downloading the
    “aicc_int.asp” file.
    I have read through:
    “Output Options in Captivate” by Andrew Chemey
    (Parts 1, 2, 3, and 4)
    “Exploring Quizzing in Macromedia Captivate” by
    Mark Fletcher
    “Integrating Captivate-Generated Learning Objects into
    WBT Manager, Part 1 and 2” by Carol Fallon
    Has anyone had this problem and solved it?
    TPK

    Please contact me at [email protected] I have many
    examples of Captivate passing scores sucessfully back to WBT
    Manager. So hopefully I can help you figure out what is going on.
    Carol Fallon
    Integrity eLearning

  • Can you submit a User Variable instead of the Captivate Quiz Score variable to an LMS?

    I am attempting to create two quizzes in a course that has branching.  I know that Captivate only allows for one quiz if you are using Question type slides, but I am using a simulation to check the knowledge of a process.  I want to report one of the simulation completions depending on which branch the user goes to (different branches for different products).  How or is it even possible to submit user variables in place of the Captivate Quiz Score variable, the time in the course variable, and the Pass or Fail status to an LMS?

    Sadly, I am using Captivate 5.5.  I was thinking it should be possible to use Javascript to be able to take a specific variable and submit it to the LMS in place of Captivate's Quiz variables.  I just don't know Javascript well enough to know how to do that.

  • How to get the Success Factors LMS to record the quiz score for an Adobe Captivate 7 module.

    I have a few questions and one outstanding issue.
    My Issue:
    I can’t get the score to be recorded by the Success Factors LMS.
    Question 1)
    I notice that the quiz reporting section in Captivate 7’s Preferences menu has a “Data To Report” section.
    However, for SCORM 2004 and Tin Can, there is no option to report Quiz Score like there is for SCORM 1.2 and AICC.
    Is reporting the score impossible for those reporting standards?
    Question 2)
    My organization is using the Success Factors LMS and I’m trying to get the score to be recorded by the LMS.
    I’ve set the Published Captivate module to report the Quiz Score as a percentage (Points is unavailable to me since there are more than 100 pts),
    but the LMS is recording whether the module was Complete (passed) or incomplete (not passed or yet to be completed).
    Is (are) there some parameter(s) on Captivate’s side that I need to be setting for Success Factors to correctly record the score?
    - Maybe Captivate (in SCORM 1.2) should be reporting the Score as points and not percentage?
    - Maybe I should be using AICC?
    Is (are) there some parameter(s) on Success Factor’s side to interface correctly with Captivate?
    I’ve checked the Adobe forums, but I don’t see any help there and
    I’ve googled the issue to the point of exhaustion and frustration.
    So, I would very much appreciate the help.
    Thank you for your time.
    Provided below is a screenshot of my Quiz Reporting settings:

    Last year I worked with a customer who has the SuccessFactors LMS and, after some issues and discussions, the SF folks suggested their LMS supports AICC better than SCORM.
    That stunned me a bit...
    SO, sure, barring anything else, it may not hurt to try AICC!
    And I think SF is also limited in their SCORM 2004 support. If going with SCORM, definitely try to get SCORM 1.2 working first.
    Your settings look good to me. Maybe can't hurt to try 'points' but I'm not so sure that would work.
    So you're ONLY seeing 'Completed/Incomplete' not 'passed/failed' as you'd prefer?
    You're not seeing a recorded percentage at all?

  • Cp6 Quiz score reporting error in LMS

    Looking for any inputs - this one's a bit strange:
    I've been tasked with developing a course that allows the learner to test-out by jumping directly to the quiz. I've set up a series of advanced actions that allow one shot at the quiz without reviewing the course content, and actions that steer the learner back into the course after failing the quiz. All of these actions work, and the quiz score reports correctly each time within the course - the problem is what happens after that:
    I leave the course and go to the learner profile on the LMS - instead of 100%, the score is reporting as 75% (4 question prototype). I've set preferences to complete the course and report the score - the course reports complete, the only error is the incorrectly reported score. When I leave the transcript page and go back to the course, the course opens to the last question in the quiz, rather than the last page visited - and the question is not completed. Is this a setting I'm missing on the Cp6 side, or do I need to interface with the IT guys running the LMS? I'm running Cp6 with the most current patches on a Meridian LMS.
    Justenuf

    In answer to Rod's suggestion to set the score to percentage:
    Done - the client prefers that report anyway. Still seeing the stuff as described below.
    In answer to Erik's questions above:
    after the quiz, you have a quiz results screen that shows all the information you'd expect, right?
    Right - the quiz results screen in the course shows the score achieved
    If they passed, how do they close the lesson?
    The "Continue" button on the results screen is set up to take them to a completion page. that page has an "exit" button that takes them out of the lesson and back to the LMS.
    Does the LMS report the same result as the summary page?
    Yes if the quiz is set up to "submit all" answers at once in Quiz:Settings. (However, this is not my client's preferred set-up - so I'm still searching for the answers below)
    No if you have the quiz submit each answer individually - see below:
    The scores reported on the results screens for the quizzes in the red box above were 100, 90, 80 and 80, respectively.
    If they fail the lesson, how are they redirected back to the content?
    The "Continue" button on the quiz results page is set up to jump to the first page of content if the score is below passing.
    Then they go through the content?
    Yes - its required at that point.
    how do they retake the quiz?
    the "next" button on the last content slide takes them directly to the quiz.
    If they retake it, does the summary slide show the correct information?
    In the "submit all" mode - this all works perfectly.
    If set up to submit after each answer, if you fail the quiz and exit the course before retaking it, the score is reported correctly in the transcript - it seems as if it defaults to the minimum passing score in when you submit each answer individually.
    again, how do they then proceed to close the lesson?
    They exit the lesson using the "Exit" button, which closes it and takes them back to the LMS.
    I'd suggest adding a 'continue' button to that summary slide (if there's not one already) and instruct the user to click, take them to a 'congratulations' page and instructions to now close the lesson.
    Done - see above.
    Do you have the lesson reporting 'after every slide' or 'send data at end'?  If none of the above options help, try changing it from one to the other (in the 'template' options).
    I've set it using the submit all checkbox in Quiz:Settings - not sure how to access template options - is this a menu I'm unable to find?
    Thanks again for your time on this -
    Justenuf

  • Quiz score not reporting to the LMS

    Initially the quizzes 'held' the previous answers so the user could not retake them.  (Infinite attempts is selected.)  I checked off Never Send Resume Data and now the quiz scores aren't reporting to the LMS.  Any other suggestions of setting changes I should have done or could now try?

    So you want the user to be able to take the quiz as many times as they want?  I'm not exactly sure how you want it to act.
    Do you have "allow backward movement selected in Quiz Settings?  That should allow the user to repeat quiz questions and I think you should NOT have a check in the Never Send Resume data.
    I'm no expert, that is for sure, just figure things out as I go.  I would try those things and see how it works.

  • Quiz Score in Slide Presentation

    Hi All,
    I have prepared a short tutorial in slide presentation format
    with 20 questions at the end, and I'm trying to get the quiz score
    (using Flash with AICC tracking) displayed on the last slide but I
    haven't been successful so far. I am using slide template in Flash
    Professional 8, and I followed the instructions in Flash help menu
    including copying all the required files onto my server, but I'm
    still having problem with reporting the quiz score.. The only thing
    I don't understand very well in the instruction found on the help
    menu is "start the LMS system (or create the AICC Course Descriptor
    Files) that references the frameset.htm file."
    I would appreciate if anybody could provide me with
    information on where to get help on this. Maybe there is a tutorial
    somewhere I am not aware of.
    Dave

    Bump.

  • Captivate3 score transmission to LMS not working in Firefox

    We are experiencing a troubling problem with Captivate 3 quiz scores not transmitting to the LMS when using Firefox. The exact same functionality works perfectly in IE. We have narrowed it down to a TIMING problem for how quickly data is passed to the LMS, which differs by browser, and we would like to know if anyone has a solution (other than telling users only to use IE --- not an option).
    Using Firefox:
    When you finish the course quiz, the score is calculated and reported correctly within Captivate. When you exit the course immediately after that, a PARTIAL score is reported to the LMS, it is almost always incorrect, and it varies from session to session. For example, if you scored 100% (and Captivate told you that), the completion status and score will show up in the LMS as 20%, 30%, or some small percentage that is less than a passing grade and definitely less than 100%.
    The critical thing we've noticed is that Captivate will take a long time (almost 3 minutes!) while it sits and processes data at the end of the quiz, on the Results screen. You can see the cursor reacting, which is a visual cue that processing is still happening. If you wait for that processing to finish and THEN check your score in the LMS, *amazingly* it is correct (100%). But if you exit the course normally, without waiting 3 minutes to return to the LMS, your score will not be correctly reported. So... why is there this lag, and why is it reporting ANY score at all if processing is still occurring, as opposed to a zero score? What is it processing that takes so long and when is it sending what to the LMS??  This gets even more interesting when you see how it works in a different browser...
    Using IE:
    There is no processing lag and never a problem. All scores are reported correctly and immediately when you exit the course and go to the LMS.
    We have been trying to isolate the problem and figure out why Firefox handles this differently than IE and what we can do to fix it.
    I have stripped the lesson down to only 10 interactions (clickables) that are included in the Quiz score. All other objects are set to 0, and not included in the quiz. Advanced Interaction map verifies a clean slate.
    Quiz Reporting is set to:
    Enable reporting (checked)
    SCORM version 1.2
    80% = passing grade
    Report Pass or Fail = Status as defined by report data
    Report Data = Quiz Results Only
    Report Score to LMS = Percent
    Reporting Level = Report Score (I'm not reporting or tracking interactions)
    Our LMS is Pathlore.
    Does anyone have any ideas what is going on with Captivate vs. Firefox and what we can do to make score reporting behave properly?
    Thanks!

    Hi Ginnycr,
    I'm experiencing the same issue with Captivate 4 and it looks like this problem has been around for quite some time now. Have a look at this link:
    http://www.koma-medien.de/elearning/forum/archive/index.php/t-1140.html
    at the bottom of the thread someone posts this:
    "The slow issue is resolved when I force the g_intAPIType to 0 (into the
    <project>.htm file), so it force Captivate to communicate as if it was into IE."
    Try it out and see if it works? I'll test on my end too. Hopefully one of us will come up with a solution! (or one of the nice Captivate experts on this forum will jump in and rescue us)

  • Only Last Quiz Score Saved?

    I am a new Captivate user but a very experienced Authorware
    user. I have created a quiz in my Captivate course which is
    launched through our Learn.com LMS. I notice that each time I take
    the quiz, it overwrites my last quiz score. Is there a way in
    Captivate to only allow users to take a quiz one time? Or is there
    a way to find out the score for every Captivate session?
    Interestingly, I notice that each time I take the quiz, the summary
    page says I've only accessed it one time. Any comments or
    suggestions to help with this would be greatly appreciated.

    Andrew,
    Hello! It's me, Carol Paquette (cjp717). I finally got my
    Captivate to work correctly with my Learn.com LMS! As it turns out,
    because we have SSL encryption on our LMS, they had to unsecure the
    page that launched Captivate in our LMS registry settings. I am
    packaging for SCORM 2004 - Flash 8. Yes, recording is now working
    like a charm but only the last quiz score is saved.
    I looked for the resume option in Captivate but can't locate
    it. I can tell you this - the user always starts at the beginning
    of the tutorial.
    I also ran several reports from my LMS hoping that I could
    generate records from all the session taken but the LMS must be
    keeping just one user record and always rewriting the latest score
    in the score field.

  • Captivate 3 Not Reporting Scores to TEDS LMS

    Hello Everyone,
    Thanks for taking a moment to read through this.
    I'm trying to build a course in Cap-3, using the TEDS LMS (SCORM 1.2). 
    The course runs fine, but is not sending the scores to our LMS.  I'm not the *most* techincal of folks, but I want to exhaust my troubleshooting first.
    Here's what I've tried.
    First:
    Screen shot of the repeated failures (quiz is a generic 2 question quiz):
    It's a little hard to see, basically it shows my three quiz results with "Failed" after each.
    Each time I took the quiz, I passed with 100%.  I set the pass threshold to 80.
    Here are the steps I've taken so far:
    http://forums.adobe.com/message/122880#122880
    Attempted steps in PDF, adjusting HTML to increase SCORM API load time
    Adjusted HTML to comment out one line
    Added a blank button slide
    http://forums.adobe.com/message/751946#751946
    Attempted to change quiz information to the following:
    -Complete/Incomplete
    -Quiz Results Only
    -Score
    -Report Score (And Report Score and Interactions)
    Same Forum:
    Added a button on a new slide that executed  LMSFinish() javascript.
    All tests result in a failed result.
    I know there's a lot of other technical tests I can run, but basically my only options right now are to modify things in Captivate and upload new tests to TEDS FTP.
    If you feel I've exhausted all my options, I understand!
    Thanks for your assistance.
    Paul Trively

    I've not lookede through the previous thread, but you've done variations on the settings?
    You have tried Pass/Fail instead of Complete/Incomplete? Generally, if you want a score to show, you need to use Pass/Fail. That's not always true, but a score is generally not associated with Complete/Incomplete in SCORM 1.2 (in my understanding).
    Have you tried the lesson through any test suite outside the LMS itself? That'd be my next step. The ADL Test Suite is the 'offical' tool for such testing but isn't very user friendly. Otherwise I'd suggest Rustici's Test Track
    http://www.scorm.com/scorm-solved/test-track/
    or the Reload Editor (which I've not used and am not 100% sure is for SCORM validation)
    http://www.reload.ac.uk
    Run the lesson through some SCORM tester and see if the values passed are what you expect. If not, change the settings, publish, and test again. A lot more efficient, hopefully, than going through the LMS itself and allows you to possibly determine an LMS issue over a lesson issue.
    HTH
    Erik

  • Adobe Presenter 9 quiz results reporting to LMS

    We have over 50 users of AP9, and currently use a Success Factors LMS. Our AP9 quiz results are currently reporting only the cut/mastery score to the LMS student transcript, not the actual score the student gets. Any ideas? I've read all the help and tutorial material and it does not address the actual score reporting anywhere. What are the correct quiz and Reporting options settings to get actual scores reported for a final quiz? We SCORM wrap v1.2. Our LMS suppport says it is pulling what AP9 sends- which is the cut score. When we test as a learner, we can get 100% but if the mastery score is set at 80% we see as a learner we acheived 100% but only 80% score goes to our transcript. Does AP 10 function differently in this aspect than AP 9?
    Thanks, Elizabeth

    Hello,
    I am experiencing a similar issue. Was a resolution ever found?

  • Flash Quiz Result Help

    Hi! I'm new to Flash and I'm wondering if someone can help me
    with the personality test I'm doing for my personal site.
    I made a quiz using the quiz template available in Flash 9. I
    have 15 questions which is divided to 3 questions per
    category...the 5 categories are: Food, Fashion, Travel, Art and
    Music. I already finished the questions part, my problem is how to
    customize the result where I can calculate the score for each
    category by using a bar graph.
    ex: the result is
    1 Food
    2 Travel
    2 Music
    1 Art
    3 Fashion
    the graph wil be:
    1 yellow bar, 2 purple bars, 2 green bars, 1 red bar, 3 blue
    bars.
    If the user have no correct answer on a category no bars will
    appear.
    I don't know what to do huhuhu...I tried searching for
    tutorials but no success :(
    Need you expert help badly :(
    -Andrea

    if you're a novice of Flash & actionscript, I just
    suggest that you can try other well-built and easy quiz
    applications, such as "Hot Potatoes" (
    http://hotpot.uvic.ca/),
    "QuizCreator" (
    http://www.sameshow.com/quiz-creator.html),
    etc.,
    or you may have a look at Tony Karrer’s guide "Flash
    Quiz Tools" at
    http://elearningtech.blogspot.com/2007/11/flash-quiz-tools.html
    for what you want. :-)
    William Peterson
    Senior eLearning Analyst

Maybe you are looking for

  • What is the difference between apps and applications?

    I have an application that I've been running on my older Mac. Now that I have a new MacBook Pro, I have to reinstall new software that is compatible. When I go to the vendor website I see an application I can download or a link to the Mac App Store.

  • Can't add files or folders in 11.1

    I have downloaded some MP3's and tried to add them to my iTunes library, both as individual files and putting them into one folder and adding that.  Nothing shows up in the library -- artist, album, or songs.  I did get the usual 'adding' and 'proces

  • How to activate Show Set Operations in Ad Hoc query

    When I go into ad hoc query using an infoset I created the Extras > Show Set Operations and Switch off object selection functions are greyed out and I cannot select them.  On another infoset these functions are available for selection. Is there some

  • Syncing Office 2007 Calendar iPhone

    Looking to see if anyone has any thoughts or solutions on this. I got my iPhone as stated in one of my earlier discussions late on Friday. Tried all weekend to sync my calendar items (528). No luck, not one of them came over to the iPhone. Today, we

  • Dispatcher Running Server Not Connected

    Hi, I have the same problem on Windows 2003 Server EP6 WAS640 SR1 SP9 I have the WAS640 for ABAP with the Java Add In and the Enterprise Portal installed on top. When I try to connect to the Portal through a browser I get the message: Dispatcher Runn