Reporting Scores without Using the Built-in Quiz

Is it possible to set up a 'quiz' in captivate, without using the built-in quiz slides?
The quiz slides are quite restrictive and clumsy and I'd rather build them myself.
So, say if I had a slide that had a question on it and two answer buttons, 'true' and 'false'. Is it possible to use these buttons to execute an advanced action that assigned a score that could then be reported to the LMS?
Sorry if this is a silly question.
Best
M

Maybe you never found my blog? Have several articles about custom questions and reporting of those questions.
Report Custom Questions - part 1 - Captivate blog
Report Custom Questions - part 2 - Captivate blog
You can search more, using tags. There are some limitations with custom questions: no question pools, reporting partial scores and penalties are difficult/impossible if you do not use JS.  Drag&Drop is a hybrid question type that allows more customisation as well. Here are the latest articles about custom questions:
Custom Short Answer Question - Captivate blog
Custom Hotspot questions in Captivate 8 - Captivate blog

Similar Messages

  • From what I've read the new Macbook Pros do not recognize a line-in through the headphone jack. I want to record my guitar on GarageBand without using the built in mic. Any advice?

    I have all the adapters and stuff like that, I have recorded a lot of things on audacity on my p.c. For $2500 you would think they would have at least kept the input through the headphone jack feature in this mac. I am using an acoustic and an eletric guitar and I don't want to spend more than about $20 to resolve this.

    I had a fast tracks usb and it worked great and at $99 it is well worth it. But if you plan on recording vocal and guitar you will need a XLR plug on your mic because it only has two inputs 1/4 and XLR.
    Also you don't need a multichannel interface to record multiple tracks, only multiple tracks at the same time.
    If your doing all the instruments yourself the fast track or fast track pro may be a good idea for now and then when you need it upgrade to a more expensive firewire interface.
    And make sure whatever you get will work with your intel mac.
    I just read some of the negative comments about the fast track usb. I don't think some of these people know what there doing. Comments like it only records on the left channel shows user error.

  • Can we use the built-in Row fetch for Multiple reports in a page?

    I need to create a page with multiple report regions. Each of it is based on a table. Those tables are different. I somewhat remembered that we can NOT use the built in automatic row fetch process if there are multiple report regions, neither the built in DML process. You have to make your own fetch and insert/update/delete process if you intend to.
    Also if I write my own row fetch and update processes, do I have to consider lock mechnism? or just simply write select and insert/update?
    Any input is appreciated.

    I think I found the answer. Would Scott or other gurus take a look at the thread and confirm it, in case the limitation is not in 2.0?
    Re: automatic row fetch
    What I am concered about is that the locking mechanism. If I have to write my own process to fetch and insert/update, other than the regular select and insert/update statements, do I have to put commit by myself, or htmldb can handle it automatically? Is there an example for this?
    Thanks in advance.

  • Print crystal report without using the print button on toolbar

    Hi,
    I am working on Crystal report XI. I need to print the report w/o using the toolbar. So I have inserted a print icon in the report. On clicking that icon it should call a jsp page which will print the report. I am not able to call any print methods provided by JRC to do this.
    Can someone help me with this problem.
    Is there some other way to implement it ?
    Thanks
    Message was edited by:
    CR_newbie

    Print the report where? On what printer? The server's printer?
    Java code runs on the server. You can't affect the client's computer from JSP.
    You can write javascript code which can call window.print() but that is working through the browser to display the print dialog box (as if the user selected file:print)

  • Smooth transitions between menus without using DVDSPs built-in transitions?

    My project has two menus: a main menu and a chapter menu. When going from one menu to the other I would like to have the current menu fade out and the new menu fade in. When going from the end of the track or when using the remote menu button after getting to the track from the main menu I would like to have the main menu fade in (and the background for the chapter menu not appear). When using the remote menu button after getting to the track from the chapter menu I would like to have the chapter menu fade in (and the background for the main menu not appear).
    I am able to accomplish what I described above by using DVDSPs built-in transitions. However, I have been advised by Trai Forrester that DVDSPs built-in transitions can cause problems: http://www.dvdverification.com/public/155.cfm I have therefore modified my project to not use DVDSPs built-in transitions, but in order to have my project behave as I have described above I found it necessary to use two versions of the main menu and two versions of the chapter menu. One version of the main menu has a video file that fades in the background of the main menu, while the second version of the main menu has a video file that fades out the background of the chapter menu and then fades in the background of the main menu. (Similarly one version of the chapter menu has a video file that fades in the background of the chapter menu, while the second version of the chapter menu has a video file that fades out the background of the main menu and then fades in the background of the chapter menu.)
    My project behaves as desired using the two pairs of menu and does not use DVDSPs built-in transitions, so that pleases me. However, the almost-identical copies of the menus annoys me greatly. For an explanation of the programming principles that lead to my annoyance, see http://en.wikipedia.org/wiki/Code_duplication and http://en.wikipedia.org/wiki/Don%27trepeatyourself for elaboration.
    Is there a way to have just two menus instead of two pairs of menus and achieve what I described above without using DVDSPs built-in transitions?
    Looking forward to being surprised by a clever solution,
    John Link

    Since you have no audio or motion then try the jump to loop point script. Either way would be fine.
    I played around with that a little bit and it seems that to get all the fade-outs I'd like to have would require several scripts and keeping track of SPRM 7. I think that I am going to abandon all of the fade-outs but keep the fade-ins. I can do that with a single main menu and a single chapter menu and not use the built-in transitions or any scripts at all. The behavior looks good and I think the disc will be very safe.
    I agree, duplicating code is not good practice but remember your not writing code here - DVDSP is doing all this work under the hood for you.
    I may not be writing code but I am programming the DVD and the principle of non-duplication is violated by almost-identical menus.
    If you'd like check out a tool like My DVDEdit or AfterEdit
    http://www.mydvdedit.com/
    http://dvdafteredit.com/
    It allows you to see the "real" DVD Structure which tools like DVDSP or Encore hide to make things simple. You can even go through the abstraction layer line by line to see how that SPRM 7 is used (wish I knew why that Sony Player doesn't work for your project).
    Be sure to take a look at my report on the RDR-GX355: http://discussions.apple.com/thread.jspa?threadID=1896575&tstart=0 That player also operates incorrectly on Concert for George: http://www.amazon.com/Concert-George-Andy-Fairweather-Low/dp/B0000CEB4V/ref=pdbbs_sr1?ie=UTF8&s=music&qid=1233954620&sr=8-1
    Its not rocket science (especially for a programming like yourself) but remember authoring a disc in DVDSP vs a spec tool like Scenarist isn't even in the same ballpark - not even the same sport Last time I heard Scenarist is down to $6000 - it was $20K a couple years ago.
    That's a deal breaker! I'll be working with DVDSP in the foreseeable future.
    Also go here:
    http://www.dvd-replica.com/DVD/index.php
    it explains the spec in detail
    Thanks. I'll take a look.

  • How do I use the built-in camera or webcam?

    I know this may sound very elementary but there was no documentation with my Mac when I bought it new (except a thin flimsy pamphlet with very baic stuff in it) and the help menu comes up with nothing at all when I search for web cam, webcam or isight.
    Where do I go to learn about how to use the built-in camera/web cam as a camera and also as a web cam?
    Thank you

    VortexBoy wrote: ... I know this may sound very elementary but there was no documentation with my Mac when I bought it new (except a thin flimsy pamphlet with very baic stuff in it)...
    There should have been a seventy page booklet in the box with your new iMac.  If yours is the latest version, clicking here will download it if you cannot find the physical copy.  If yours is an older iMac model, you can search for the correct manual from the iNtel iMac Support Page > "Manuals" link.
    After that, Mac 101 is a great web-based information source.  If you don't need general help, take a look here for specifics about each application of interest.
    VortexBoy wrote: ... and the help menu comes up with nothing at all when I search for web cam, webcam or isight....
    If your posted info is correct that you are running Mac OS X (10.7.3), you should be able to get started by using your Mac's Finder > Help menu command.  Searching for "camera" (without quotation marks) on my 10.7.3 Mac returns Mac's Help article entitled "Use your Mac’s built-in camera."  This is the web version of the same help.
    Other apps, like QuickTime Player (the Lion QT 10.x version), and iMovie (part of iLife that came with your Mac) can also use your iMac's camera. 
    iMovie Help or this web page version of the same help will explain how to "Record video directly into iMovie".
    Use QTX Player's File > New Movie Recording menu command to record video with it.  You can configure size and quality of the recorded material by using QTX's preferences as shown in this image:
    VortexBoy wrote: ... Where do I go to learn about how to use the built-in camera/web cam as a camera and also as a web cam? ...
    Different apps do not all work the same.  For function-specific help, search Help in separate camera applications; i.e., after you launch Photo Booth, iChat, QTX, iChat, etc., use the individual app's Help menu command to search for more info on the camera or what you want to do.
    This article offers great basic tips about how to position, light, and use built-in cameras.  Although its subject shows it was written for iMacs, it is equally applicable to other reader's inbuilt Apple cameras, too.
    For more specialized functions than those offered by the camera software already included with your Mac, you can search the Mac App Store for other apps that can use your camera.
    For webcam help with iChat, use Apple's iChat Support page if you need more help that that provided in the dialog boxes and iChat > Help on your Mac.
    To use your camera with FaceTime, search your Mac's FaceTime > Help or these web versions of the same Help topics that should be available on your Mac.
    Skype or other third party webcam apps will offer their own Help menus of varying quality.  In additon to these app Help services, some apps offer comprehensive Support services via their web page.  If you decide to add Skype to your Mac, you can click here to review the excellent Skype Support pages.
    If you need to start a new topic for specific questions after you get started, give as much detail about what you want to do and what you may have already tried unsuccessfully.  We will offer specific suggestions based on the details you provide.
    Enjoy your new Mac!
    EZ Jim
    Message was edited by: EZ Jim
    Mac OSX 10.7.3

  • Is it possible to force 16/32-bit stack alignment without using the optimizer?

    The compiler emits code targeted at the classic Pentium architecture for the -m32 memory model.  I'm running into problems mixing Sun Studio compiled code with code built with other compilers because the other compiler builds under the assumption that the stack is 16-byte aligned.
    The only way I've found to force Sun Studio to comply with that restriction is with -xarch={sse2a,sse3,...}, but this causes the code to pass through the optimizer.  As noted in the documentation, if you want to avoid optimizations you must remove all flags that imply optimizations -- that is to say, there's no way to disable optimizations once enabled.  This should not, however, be treated as an optimization because it's an ABI requirement.
    I've scoured the documentation, spent many hours googling, digging through forums, and asking questions.
    The best I've come up with is the -xarch option which is sub-optimal because it has side effects.  I tried -xchip=pentium4 (this is what my other compilers have set as their default target), but the generated code doesn't force 16-byte stack alignment.
    Is there a way to force the compiler to emit code conforming to a different ABI without using the optimizer?
    -Brian

    Thank you for your response.
    I hope you won't mind my asking: do you have a way to prove that it's not possible to force 16-byte alignment without using the optimizer?  I ask because your username / profile don't give the impression you work for Oracle, so while I think you're probably right it's at least possible that we're both mistaken.  I haven't been able to find any documentation on either stack alignment or altering the targeted ABI short of using the -xarch flag, and even there the details are fairly sketchy.
    -Brian

  • Is there a way to use the built-in Datalogging and programmatically log the front panel while the vi is running?

    I would like to use the built-in Data Logging feature. There is the "Log at Completion" option, but is there a way to programmatically make a new log record while running? I looked around in VI server and couldn't find any methods that would do that. Currently, I am grabbing all of the front panel control references using VI Server and if there are any changes, the changed values are written to a log file along with a date/time stamp. I'm mostly dealing with buttons, which simply change from 0 to 1 or 1 to 0, so it's not too hard to visualize what was pressed. It works okay for reconstructing what happened, but it would be much nicer to use the built-in fe
    ature because you can "replay" directly onto the front panel and actually see what the changes were. However, without being able to programmatically make a new log, it won't work for me.

    Jake,
    There are several options here.
    I would suggest using your own code for datalogging. The datalogging you are referring to is primarily for debug, and one shot datalogs of front panel indicators (and controls?), not including graphs, etc.
    If you go to the file functions, you will see a menu for datalogging. These functions will allow you to save your data, as you need it, simply, and in a compact format.
    I recommend opening the datalog file, doing all your file operations, and closing the file before the program is complete. There are several examples of this in the examples database.
    Good luck

  • Use HCM processes and Forms without using the Enterprise Portal

    is it possible to leverage existing HR Admin Services (HCM processes and Forms) functionality without using the Enterprise Portal?
    1) Create an Adobe form and Interface using SFP
    2) Set up ISR and Form Scenario
    3) Set up Forms configuration to use existing Backend and generic Services
    4) Set up workflow to updated Backend using Services
    is it possible to do the above steps and not use the Portal? If Yes, how do we present the forms to the Manager, and provide different buttons that appears on the Portal by default?
    Any ideas will be greatly appreciated.
    Thanks,
    Saurabh

    Hi Saurabh,
    your assumptions and findings (items can not be started from the backend workflow inbox etc.) are correct: These processes can not be started without the Portal and it is not intended to do this.
    The above mentioned backend report are only forseen for implementation and testing purposes and not for productive use.
    In addition to the fact, that you already can't execute the work items a lot of other features of the framework (Process Browser etc.) are only available through the Portal.
    Best Regards
    Michael Bonrat - Solution Manager HCM Processes and Forms
    Info about HCM Processes and Forms:
    www.service.sap.com/erp: 
    - SAP ERP Human Capital Management -> Workforce Process Management -> HCM Processes and Forms

  • Auto Updating using the built in updater?

    Is there any command line options that would give me the ability to download updates and install them automatically using the built in program updater without user intervention? (ie: command line "check for updates" for Acrobat)
    I have several users with several different versions(6,7.0,8.1,9.0, pro, std, ect..), and it would be a heck of a lot easier to update them this way. Rather then me downloading each patch and scripting each situation.
    Rich

    Both my internal mic and the one on my Apple headphones produce something I would describe as low level pink noise rather than high-pitched. Best bet is probably to compare with someone else's iPad. If they are radically different then you may need to get your swapped out under warranty.
    tt2

  • Length of a string without using any built-in functions

    code that returns the length of a string without using any built-in functions.
    thanks
    Sam

    A string is internally represented by a character array.  An array of characters will reside on the stack, not the heap.  Yes, we always learned that String is a reference type, but what goes on in your memory might still surprise you...
    A struct is internally represented by only it's private properties, sequentially on the stack.
    So basically, what I thought is happening by messing with the structlayout: is only tricking our programming a bit into thinking that the top X bytes on the stack represent a chararray, while actually we put them there as a string.
    Wrong. True. And wrong.
    A string is internally represented by, in that order, an array length, a string length, the chars. None of them resides on the stack.
    An array is internally represented by, in that order, an array length and the chars. None of them resides on the stack.
    When you use the FieldOffset attribute to handle the string as a char array, you don't get anything right:
    - the Length returned is the "array length" of the string, which is equal to the string length + 1.
    - the chars returned by the array indexer are shifted by 2 chars (the length of the "string length" field).
    You can use the FieldOffset to make that work, but it needs a little bit more work.
    unsafe static int Test()
    string myString = "This string may contain many string inside this string";
    string testString = "string";
    int countResult = 0;
    fixed (char* myChars = new StringToChar { str = myString }.chr, testChar = new StringToChar { str = testString }.chr)
    // The 2 first chars of the array are actually the string length.
    int myCharsLength = myChars[1] << 16 | myChars[0];
    int testCharLength = testChar[1] << 16 | testChar[0];
    for (int i = 0; i < myCharsLength - testCharLength + 1; i++)
    if (myChars[i + 2] == testChar[2])
    for (int j = 1; j < testCharLength; j++)
    var c = testChar[7];
    if (myChars[i + 2 + j] != testChar[j + 2])
    goto endOfCharAnalyses;
    countResult++;
    endOfCharAnalyses:
    continue;
    return countResult;

  • Is it possible to use the built-in Ethernet port in the RE1000 to Minimize Decreasing throughput

    Kindly 
    Is it possible to use the built-in Fast Ethernet (10/100 Mbps) port to extend the network with an Ethernet cable without placing the extender in an area where you still have at signal ?
    because i dont want to decrease the wireless through-put by 50 % .
    I would like to Expand the network  network by running an Ethernet cable from an RE4200(Basement floor ) router to the end of  the RE1000 built-in Fast Ethernet (10/100 Mbps) port in the second floor..

    The Linksys RE1000 Wireless-N Range Extender includes a built-in Fast Ethernet (10/100 Mbps) port, which works as a wireless bridge to instantly connect any wired Ethernet device to your network. To ensure the proper configuration of the range extender, you need to know the wireless settings of your router or access point.  These settings are:
    • SSID
    • Wireless Channel
    • Wireless Security and Network Key
    Here is the link for manually configuring a range extender: http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=206954591ff54e36884bb4636fcfd3d9_Manually_configur...
    Once your range extender gets sync with your router you can make the RE1000 as a Bridge...

  • I can record voice memos fine using the built-in iPhone 4 mic.  And my Bluetooth headset (Jawbone Era) works fine when I leave messages on voice mail systems etc. when calling on the iPhone 4.  However, I cannot record voice memos with my Bluetooth mic.

    I can record voice memos fine using the built-in iPhone 4 mic.  And my Bluetooth headset (Jawbone Era) works fine when I leave messages on voice mail systems etc. when calling on the iPhone 4, so it appears my headset mic is fine.  I can also use voice activated dialing, although it fails miserably interpreting numbers.  However, I cannot record voice memos with my Bluetooth mic.   I just get barely audible static.  Any suggestions?   Thanks.

    Hello, did you ever get an answer to your question? I just picked up a Jawbone Era and using on an iPhone 4s running 5.0.1. Seems to work fine on regular calls, but not on the built in Voice memos application. It worked fine on my older Jawbone Icon, but haven't tested on the 4s or iOS 5.
    Thanks!

  • How do I use the built in microphone on a macbook air?

    How do I use the built in microphone on a MacBook air?

    Go to System Preferences -> Sound  -> Input, then select Built in microphone

  • How do I use the built-in microphone on my iMac while using Windows XP?

    My iMac has a built-in microphone. My computer is set up with a partition to run either mac or windows. I would like to use the built-in microphone feature when I am using Windows XP. Is there any way that I can do this?

    Hi and welcome to Discussions,
    assuming you have installed the neccessary BootCamp Drivers from the OSX Leopard DVD the internal mic is useable with any kind of recording software.
    Windows itself has a rather rudimentary Audiorecorder program built-in.
    For a more sophisticated recording program have a look at Audacity http://audacity.sourceforge.net/
    Regards
    Stefan

Maybe you are looking for

  • Crystal Reports from SAP BW without BOE

    I have read different documents and documentation about how you can use SAP BW objects with Crystal Reports. One of that documents was "BusinessObjects Integration Kit for SAP - Crystal Reports 2008" from Ingo Hilgefort. On Page 38 of that document,

  • Export Error. Error compiling movie. Disk Full.

    I have the following error since CS6 when exporting some videos: Export Error. Error compiling movie. Disk Full. All my drives have plenty of space, NTFS 7200rpm, everything was fine with CS5.5. Same problem with Encoder or Premiere Pro. Much of the

  • A dual 2 GHz M9032LL/A G5 needs a new graphics card

    I have a ATI Radeon 9600 Pro card (ROM revision 113-A13601- 126) in there now, but the card is failing. There's a temperature sensitive element and I need to put a blow dryer on the graphics card to wake it up. After it's up it runs fine, but dealing

  • MR11 not clearing the GR/IR account done in foreign currency.

    Hi Experts, I have an issue and that is with the MR11. The MR11 is not clearing the GR/IR account for those purchase orders which are raised in foreign currency and consequently MIGO and MIRO too in the foreign currency however there is no quantity v

  • SQLJ translator for ISO/ANSI does not create .SER profile (Jdev 9.0.0 prev)

    The SQLJ translater that comes with JDeveloper 9.0.3 preview does not create profiles (.SER) when running with -codegen=ansi or iso. Thus producing none runnable code. It is not possible to set any switches in JDev. Previous versions of the translate