Re-Randomizing questions when resume data is on?

Hi there,
I suspect I might know the answer I get for this but its worth an ask anyway.
Is there a way of re-randomizing questions when taking a course with resume data on?
I've been getting into the nitty gritty of captivate with the functions it sends and I have found the ones for randomizing the questions but I can't run them without knowing the correct parameters (all the variables have confusing names such as gqs, pqs and so on)
I talked to Adobe support in regards this and was told that  custom scripts were not supported and I would have to pay extra for a Dev support contract if I wanted a (I assume) software developers take on things which I think is a bit unfair considering having randomized questions really should be a basic feature of a course authoring software.
I was also looking at having resume data turned off in captivate and sending out my own which would track the viewed section variables along with the current page and then having a script for captivate jump to the required page once the course was opened.
Anyone have any experience with using your own resume data or any other ideas?
Cheers

Ok: This is what I understood: You do not want to Display a whole column of 0's (for Feb) but you want the user to be aware that there were 0 deliveries for feb.
So if you run the report for a Calmonth Range of 01.2006 to 06.2006, then just after the Free Chars in the report, you should see a row like Cal/Year Month Jan 2006..June 2006. This shows that the report was run for Jan to June range and the results show months Jan, March, April, May, June implying that there is no data for Feb.

Similar Messages

  • Questions when export data to excel

    My platform
    Windows2000(Chinese version).
    Oracle 9i R2 charset ZHS16GBK
    Patch 2323002,2632931,2499827
    JDev903 + BI Beans 903a
    There are two problems
    1. Everything goes well. But when the project is deployed, the Export function will return a error page.
    2. When export data to .csv or .txt using BIB control "ExportOptions", it appears that the chinese fonts all are displayed as "????"

    We need more information on issue #1. What information does the the
    error page contain? If it contains a stack trace / BI Beans error, then
    please post it. If it does not, then please look for an exception
    stack / error in the servlet log. And finally, does the export work
    when running the project in JDeveloper?
    Issue #2 can be resolved by setting the export character encoding.
    What type of application are you trying to deploy (
    JSP, UIX, or Generated Servlet Application )? The mechanism for
    specifying the export character encoding is different for each type of
    application. UTF-8 encoding works on most systems so that is a safe
    default, but the Chinese version of Windows may require a more specific
    character set, such as WINDOWS-936 ( Simplified Chinese ), BIG5 (
    Traditional Chinese ), or WINDOWS-950 ( Traditional Chinese).

  • Performance question when compare date with date or char with char

    Hello from Germany (Frankfurt) !
    I am working on Oracle 9.2.0.8.0
    and have to solve following problem:
    Comparison of a date and char fields.
    Now two ways to do it.
    Either I compare char with char and convert date to char,
    or I compare date with date and convert char to date.
    Now the performace question. Which operation takes more effort for the database?
    So why not to try and to see the results?
    First create table:
    CREATE TABLE TEST (
    char_date VARCHAR2(8),
    real_date DATE
    NOLOGGING;
    Then insert 1.000.000 rows
    BEGIN
    for x in 1..1000000
    loop
    insert into test (char_date, real_date) VALUES('19990101', TO_DATE('2006.01.01', 'YYYY.MM.DD'));
    end loop;
    COMMIT;
    END;
    Collect statistics
    EXEC dbms_stats.gather_table_stats('TESTER', 'TEST');
    Now run some selects for date to char conversion:
    Elapsed: 00:00:00.00
    SQL> select * from test t where TO_DATE(char_date, 'YYYYMMDD') > real_date;
    no rows selected
    Elapsed: 00:00:03.02
    SQL> select * from test t where TO_DATE(char_date, 'YYYYMMDD') > real_date;
    no rows selected
    And some selects for char to date conversion:
    Elapsed: 00:00:03.02
    SQL> select * from test t where char_date > TO_CHAR(real_date, 'YYYYMMDD');
    no rows selected
    Elapsed: 00:00:02.05
    SQL> select * from test t where char_date > TO_CHAR(real_date, 'YYYYMMDD');
    no rows selected
    Elapsed: 00:00:02.05
    SQL>
    As you see when I compare char with char and convert date to char it seems to be faster (almost 1 second)
    Is the test correct?
    I still not sure, what gets better performance...
    Any idea?
    Thanks!

    Depends on whether you want the right results or not.
    Why don't you run the following two queries and see if the difference in results tells you anything?:
    with t as (select to_date('01/02/2007', 'dd/mm/yyyy') date_col from dual
               union all
               select to_date('02/02/2007', 'dd/mm/yyyy') from dual
               union all
               select to_date('03/02/2007', 'dd/mm/yyyy') from dual
               union all
               select to_date('03/03/2006', 'dd/mm/yyyy') from dual)
    select *
    from   t
    where  date_col < to_date('04/03/2006', 'dd/mm/yyyy');
    with t as (select to_date('01/02/2007', 'dd/mm/yyyy') date_col from dual
               union all
               select to_date('02/02/2007', 'dd/mm/yyyy') from dual
               union all
               select to_date('03/02/2007', 'dd/mm/yyyy') from dual
               union all
               select to_date('03/03/2006', 'dd/mm/yyyy') from dual)
    select *
    from   t
    where  to_char(date_col) < '04/03/2006';

  • Random reboots when resuming from disk (aka hibernation)

    Hi,
    I've noticed that since the Linux 3.17.1-1 upgrade, my laptop frequently fails to resume from disk : after I turn the system on, GRUB kicks in and the system immediately reboots itself (which leads to fsck checking the filesystem). The weird thing is that it seems to be a completely random behavior, as at least half of the time resuming from disk works as it always had.
    Of course, the logs don't show anything about it as the failure occurs before the kernel is loaded. However, there's a couple of ACPI-related warnings that I wonder whether they're trying to tell me something:
    [ 0.174166] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.174557] ACPI: Dynamic OEM Table Load:
    [ 0.174565] ACPI: SSDT 0xFFFF880118886000 000853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.184302] ACPI: Dynamic OEM Table Load:
    [ 0.184308] ACPI: SSDT 0xFFFF880118A47800 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.197523] ACPI: Dynamic OEM Table Load:
    [ 0.197528] ACPI: SSDT 0xFFFF880118A70800 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.211364] ACPI: Interpreter enabled
    [ 0.211372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    [ 0.211377] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    [ 0.211392] ACPI: (supports S0 S3 S4 S5)
    [ 0.211394] ACPI: Using IOAPIC for interrupt routing
    [ 0.211419] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.228928] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.230264] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.230682] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.230879] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.231061] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.231413] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.231628] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.232566] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.237796] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.244692] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
    [ 0.244743] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.244792] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.244840] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.244888] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.244937] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.244988] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.245037] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.245197] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.245273] ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.245532] PCI: Using ACPI for IRQ routing
    [ 0.255510] pnp: PnP ACPI init
    [ 0.255639] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.255784] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.255816] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.255869] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.255919] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.255980] pnp 00:05: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.256020] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.256221] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.256296] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.256438] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.256470] pnp: PnP ACPI: found 10 devices
    [ 0.393967] ACPI: Lid Switch [LID]
    [ 0.394093] ACPI: Sleep Button [SLPB]
    [ 0.394201] ACPI: Power Button [PWRF]
    [ 1.254778] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.337375] asus_wmi: Backlight controlled by ACPI video driver
    [ 1.362831] ACPI: bus type USB registered
    [ 1.732186] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.733010] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.733040] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.733714] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.733725] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.737970] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.737979] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.793602] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.793992] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.794003] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 8.830064] ACPI: Battery Slot [BAT0] (battery present)
    [ 8.830950] ACPI: AC Adapter [AC0] (off-line)
    [ 8.919453] ACPI: Thermal Zone [THRM] (37 C)
    [ 9.007936] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000044f (\GPIS) (20140724/utaddress-258)
    [ 9.007942] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140724/utaddress-258)
    [ 9.007946] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.007950] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140724/utaddress-258)
    [ 9.007953] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140724/utaddress-258)
    [ 9.007956] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.007957] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140724/utaddress-258)
    [ 9.007960] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140724/utaddress-258)
    [ 9.007963] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.007964] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140724/utaddress-258)
    [ 9.007967] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140724/utaddress-258)
    [ 9.007969] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.027976] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\SMB0) (20140724/utaddress-258)
    [ 9.027985] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
    [ 9.027991] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    I use the asus_wmi module in this system and, as it is an Intel chipset, I've proceeded to load the intel-ucode as the first initramfs as recommended. Tell me if you need further information.
    Thanks in advance!
    Last edited by nvteighen (2014-10-27 12:17:34)

    giddie wrote:You might want to try removing the intel-ucode package (and amending your initrd config so that it won't complain) and see if the problem persists?
    OK, I've made a try by deleting all references to the intel-ucode initrd at /boot/grub/grub.cfg, so that the microcode update is not applied. Afterwards, I rebooted the system so that there is no trace of the microcode update left on the system and proceeded to do some normal usage of the laptop. Then, I've hibernated it, left it like that for a couple of hours and then, turned it on again. The process failed again without warning whatsoever and rebooted to a normal boot sequence.
    Looking at all the suspend-to-RAM issues that people are also posting in these forums, I believe this is a bug in Linux 3.17, unrelated to the microcode thing.

  • Interactive Popup Questions when entering data

    Hi
    I created an interactive document for work where the processor has to enter a dollar amount in a text field.  Is there a way to create the form so when the processor enters the amount, a question pops up to ask "Are you sure this is the correct amount?  I am trying to find a way to have the user have to confirm the amount. I really apprecate your help if you have any suggestions.
    Thanks,
    Jeff

    Hi Try67.
    I was hoping I might be able to bug you with one more question.  Another community memeber sent me thecode below that will actually put the dollar amount in the Pop Up Question which my boss prefers.  The only problem is I have a reset button and when I click the reset button, t makes the Pop Up Question pop up again with a blank amount. When I use your code, I do not have the reset button problem.
    It is odd because I tried to ask this person if there was a solution but when I click on View Original Discussion in the email from him, it states it was deleted.  Here is his answer:
    A good event for this is the Validate event of the text field. You can use the app.alert method to ask the question, and based on the response, either accept or reject the value. For example:
    var sMsg = "You entered: " + event.value + "\r\rAre you sure this is the correct amount?";
    var resp = app.alert({cMsg: sMsg, nIcon: 2, nType: 2, cTitle: "Verify amount"});
    // Reject the entry if user doesn't select Yes
    if (resp !== 4) event.rc = false;
    Again, sorry to bug you but grateful if you have a solution.
    Jeff

  • How to make Random questions work without closing and restarting?

    I have a quiz using random question slides and random pools.
    The random slides display random questions when I run the CP4 file, let it close then relaunch it. I'm using an LMS.
    I would like to be able to repeat the quiz again without closing and relaunching, but my method does not work.
    I tried using a button (retake) on the last slide to 'jump to' slide 1 when clicked. The quiz does repeat, but show the exact same questions.
    I thought there might be a variable that would reset the quiz, but could not find one.
    Does anyone have method to do this?
    Thanks,
    Dave

    I don't know of a way. My experience is the same as yours. The quiz questions are selected and shuffled when the lesson is launched. When 'retake' is clicked, the quiz repearts the same questions. The only way to get a new set of questions is to close and relaunch it.
    I suppose there's be some function to invoke or array to manipulate via AS, but I've no idea what that may be...
    So no help here, just backing what you're seeing.
    Erik

  • When I attempt to sign up for the Samsung website using Firefox on my macbook, it returns an error that the random question answer is wrong

    I was attempting to create a user at this site:
    http://www.samsunggalaxys3forum.com/forum/register.php?do=addmember
    It asks a "random" questions "Floors are horizontal, walls are ___?" When I hit submit, it returns an error that the answer was wrong. I tried several times using my macbook running firefox.
    I get to work, where I am using an intel based machine running Windows 7, IE 9 and am able to register on the site and answer the question with no problem.
    I have had the same problem on sites that use captcha - I cannot get past inputting the captcha phrase, as it returns an error every time, while using IE9 is problem free.
    Is there something wrong with my setup of Firefox?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Random question slide not shown when FP 8 or FP 9 output

    Hi everyone
    I've just begun to use Captivate a month ago, so it is not
    that much experience I can contribute with by now.
    One thing I have recognized is that I get some problems with
    random questions slides made from different question pools when
    using Flash Player 8 or 9 in the output otions.
    When using Flash Player 7 everything works as supposed: one
    random question is shown for every random question slide using one
    distinct question pool for each random question slide.
    When using one of the two others some of my random question
    slides are not shown. There are slides that are played - meaning
    that the player shows an empty slide for the time of 3 seconds -
    but the content is not shown. This happens only for some of the
    random question slides, and those are the same question slides each
    time, I publish - but when working or dragging around with the
    random question slides and publish again, the problem would come
    with some other random question slides, not positioned the same
    place as before, but showing the same problem in each published
    version.
    As written before each question pool is only used once. The
    different question slides used in the question pools are all
    duplicates, naturally with adjusted content.
    Does anyone has experienced something like that before? Could
    there be any other trouble with the content when using Flash Player
    7 in the output options, like quiz not playing in newly updated
    Flash Players ore something like that? Anything?
    I appreciate your suggestions or comments! Thanks in advance
    and kind regards,
    Lars

    Some more info - and a working solution...
    I have worked on this topic a bit more - and found out, that
    I have a problem with output option set to Flash Player 7, too.
    When I delete every other navigation option than the "next
    question" (what is it called in english?) button, I get this
    problem:
    The quiz now "freezes" randomly, not every time, but again
    and again. The quiz has both random slides from question pools and
    simple question slides.
    I have found out, that putting the simple question slides
    into question pools and then showing a random slide from those
    question pools fixes the problem.
    Has anyone experienced problems like that? Other solutions?
    Kind regards
    Lars
    Maybe someone has a similar problem.

  • A problem with a macbook retina when resuming from sleep.

    After many questions and a complete reinstall at an apple store I stil have the problem. When resuming from sleep, and sometimes seemingly at random, the machine swaps to a different application. I run several desktops full screen and it will swap to a different desktop virtually every time I resume. Not a huge deal but annoying. It seemed to start happening when I installed Office for Mac, but that might just be coincidence. I'm not running anything weird in the background, just a utility to show when the graphics card is active. Any help would he greatly appreciated.

    Running games at full resolution may produce occasionally-choppy video, but nothing that would prevent you from playing. I mayself have played Portal and Left 4 Dead 2 on mine, and I haven't noticed any problems.

  • T510 Blank screen occasionally when resuming from sleep

    I've been having a lot of trouble with my video driver recently on Windows 7 32-bit
    Right now I have the NVS 3100M driver version 8.17.12.8562 installed.
    When resuming, the screen will go bright pink for a moment then show the login screen,
    but once in a while it will just remain blank. (Not on an external moniter, but the lappy itself)
    A few BSODs once in a while that typically point to the nvlddmkm service
    Any solutions or similar problems with these drivers? 
    T520 Model 4239, Intel Core i5-2540M CPU @ 2.60GHz, 8GB RAM
    Nvidia NVS 4200M Graphics, Intel Advanced-N 6205 Wireless adapter
    Windows 7 Pro - x64

    Hello Nigel,
    I suggest you, if you are able to login into Windows then please update your Graphics driver, Power Management and BIOS from the below mentioned web link.
    http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&DocID=HT063289
    Please download and install the driver according to your Operating System and also check the release date of the driver. Alternatively please reinstall your Operating System. It might resolve the issue.
    Regards,
    Harish
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Scorm will not load random questions

    Good afternoon.
    Moodle 1.9
    Cp7
    My SCORM will not load when I have used random questions from a pool. I published the same course with a set amount of questions and it loads perfectly.
    Does anyone know of an issue with using random questions?
    Thank you in advance.

    Blackboard Learn in Compass 2G
    Cp8
    Our SCORM reports when using random questions not-from-a-pool, but the report is useless. It says, for instance, that the user selected answer b for question 1, but because we randomized questions, we have no idea what answer b was for that student.
    If anyone knows of a way to get the actual question into the report, please respond. Meanwhile, we're turning the randomizing off.
    This seems like a pretty big hole in the data reporting architecture. I am working with my Compass administrator to see if we figure out if Captivate is reporting the data to Blackboard, or if it's the SCORM reporting implementation in Captivate that is responsible.

  • Completion Data and Resume Data

    Again, it seems there is yet another Completion Data and Resume Data question... sorry.
    My issue is that completion data isn't always being sent from my SCORM material to my LMS. I know there is a setting to set the completion data at X percent, but even then I would like to have something a bit more trusting on it. Is there a way (and I'm no developer/program/IT guy so please help in detail) to make so that on X slide that completion data is forced to be sent?
    This also plays into my next question: is there a way to force resume data on every page, every load? The bookmark feature is nice thank you Adobe staff for adding that, but its reliability for what my company is using is questionable at best. If there is no progress made within the lesson the resume data after having used it once isn't sent again - I need this to be sent on every slide upon entering or even better at a preset time on the slide, and always be sent regardless of number of accesses. Is this possible? It would solve a whole host of problems one being that we need to have the test scores entered into our LMS after a successful completion, and then have the slide fade out so the user cannot re-access, redo, copy, etc the quizzes.
    Thank you for the help,
    -Joseph

    I can't really help you with most of your questions, but I can confirm that a slide needs to be viewed 100% from start to end of the timeline before Captivate treats it as "read/viewed". It's the same problem when you are using the TOC - it will not get the check mark until the slide has played from A-Z, which is really annoying.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Need functionality to pick any 3 random questions from 5 input fields

    Hi Experts,
                     In our password reset web dynpro application, we are providing 5 security questions to be answered by users,
    but can we have the option to give only any 3 input fields randomly from 5 and allowing to be filled.
    Need functionality to pick 3 random questions from 5.
    Thanks in Advance
    Sateesh J

    Hi,
    modify the sample code accordingly or else use below code.
    DATA :
      lv_mini TYPE i,
      lv_maxi TYPE i,
      lv_rndi TYPE i,
      lv_i TYPE i.
    lv_mini = 1.
    lv_maxi = 5.
    lv_i = 3.
    WHILE lv_i > 0.
      CALL FUNCTION 'QF05_RANDOM_INTEGER'
        EXPORTING
          ran_int_max   = lv_maxi
          ran_int_min   = lv_mini
        IMPORTING
          ran_int       = lv_rndi
        EXCEPTIONS
          invalid_input = 1
          OTHERS        = 2.
      CASE lv_rndi.
        WHEN 1.
            WRITE :/ 'Question - ',lv_rndi.
        WHEN 2.
            WRITE :/ 'Question - ',lv_rndi.
        WHEN 3.
            WRITE :/ 'Question - ',lv_rndi.
        WHEN 4.
            WRITE :/ 'Question - ',lv_rndi.
        WHEN 5.
            WRITE :/ 'Question - ',lv_rndi.
        WHEN OTHERS.
      ENDCASE.
      lv_i = lv_i - 1.
    ENDWHILE.
    Thanks,
    Chandra

  • Error message when importing data using Import and export wizard

    Getting below error message when importing data using IMPORT and EXPORT WIZARD
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    <dir>
    <dir>
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'.
    Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
    (SQL Server Import and Export Wizard)
    Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Buyer_.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination
    - Buyer_First_Qtr.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - Buyer" (28) failed with error code 0xC0209029 while processing input "Destination Input" (41). The
    identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information
    about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
    (SQL Server Import and Export Wizard)
    </dir>
    </dir>
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Buyer_First_Qtr returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Smash126

    Hi Smash126,
    Based on the error message” Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting
    autogrowth on for existing files in the filegroup”, we can know that the issue is caused by the there is no sufficient disk space in filegroup 'PRIMARY' for the ‘REPORTING’ database.
    To fix this issue, we can add additional files to the filegroup by add a new file to the PRIMARY filegroup on Files page, or setting Autogrowth on for existing files in the filegroup to increase the necessary space.
    The following document about Add Data or Log Files to a Database is for your reference:
    http://msdn.microsoft.com/en-us/library/ms189253.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Clean install on new 1TB hdd, Yosemite keeps freezing when copying data from an ext drive and also from a usb

    Hi all,
    I'm trying to figure out why my macbook keeps freezing when I try to drag my data across to it (even small files from a USB).
    I've had to force restart over a dozen times today :/
    I ran EtreCheck and there are a couple of issues (I've no idea what they mean).
    If anybody could share some light into the report below I would be very grateful:
    Problem description:
    Macbook Pro mid 2010, Yosemite, blank new install on 1 TB hdd, keeps freezing when copying data from an ext drive and also from a usb
    EtreCheck version: 2.2 (132)
    Report generated 5/2/15, 4:55 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Normal - Cycle count = 2061 - SN = W013358KQD3BA
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D136) - Time since boot: 0:7:25
    Disk Information: ℹ️
        ST1000LM024 HN-M101MBB disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (968.00 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Daemons: ℹ️
        [failed]    com.apple.spirecorder.plist
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        Caffeine    Application  (/Applications/Caffeine.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
    3rd Party Preference Panes: ℹ️
        None
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            20%    WindowServer
             6%    com.apple.WebKit.WebContent(7)
             4%    Safari
             3%    hidd
             1%    launchd
    Top Processes by Memory: ℹ️
        1.07 GB    com.apple.WebKit.WebContent(7)
        439 MB    kernel_task
        90 MB    spindump
        57 MB    mdworker(5)
        57 MB    Safari
    Virtual Memory Information: ℹ️
        4.54 GB    Free RAM
        3.46 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        May 2, 2015, 04:47:31 PM    Self test - passed
        May 2, 2015, 01:39:52 PM    /Library/Logs/DiagnosticReports/DesktopServicesHelper_2015-05-02-133952_[redact ed].cpu_resource.diag [Click for details]
        May 2, 2015, 01:23:20 PM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-05-02-132320 _[redacted].crash
    Regards
    Hoz

    Thanks - I had a 1TB hdd in my macbook for about 12 months but it started playing up a few days ago (I got the question mark folder on bootup) so I bought another 1TB hdd (same model) and started from scratch.
    My macbook is an early 2010... now I'm wondering if Yosemite is a bit too much for it?
    The ext hdd is my timemachine backup, so yes I have used it often and it has my TM backups - and the usb is a new usb which Ive used a few times.
    The issue seems to be when Im transferring files from an ext drive to my mac. I can use it fine and browse (worked find for 45 mins) then I tried to bring my data across.. and it copied a few gig over before total freeze.
    This has happened about a dozen times.
    I keep running disk utility and checking the disk. I also just ran the apple diagnostics tool that came in the apps cd - the hardware apears to be fine.
    I have a 250 gb partition for the OS and the rest is my second partition for data.
    I'm now wondering if I should reformat the first partition, install leopard from the CD, then upgrade to mavericks and leave it at that.
    Any thoughts would be awesome. Thank you for reading and replying!
    Hoz

Maybe you are looking for