How to make a question slide impossible to pass if unaswered

Hi
I am using captivate 7 trail, and soon will buy the full version if this feature is possible inside captivate.
I am building a quiz, and I want the user to first, answer, see if he was right, and then go to the next question. I don't want the user to have the possibility to leave any question unanswered.
In evere question slide there is a "next" button, and a "submit" button. The user can go back or forward and skip questions. Is there a way to keep the user in this question slide untill answered, or hide the "back" and "next" buttons" untill the questions is answered.
This is really important for the way I'm using Captivae and it's a big deal breaker for us.
Any help will be appreciated.
TNX

Michael, it was not mentioned, but that Next button is necessary if Preview will be included. That Next button is a Skip button during the Quiz, but needed during Review. You can also play with the stack order and hide the Next button under the Clear button.
http://blog.lilybiri.com/question-question-slides-in-captivate

Similar Messages

  • How can I make my question slide look and act like the rest of the project?

    Hi,
    I have created my project without using a template. Each time I needed to create a new screen I simply duplicated the slide and then inserted new text. This worked quite well. However, when I tried to do this for a question slide, it wouldn't let me (obviously).
    Is there a way of customising a question slide to look exactly like the rest of my project (and have the interactivity on the slide that the rest of the project has)? When I tried designing a new template and question template side and applying it to the question slide in my project, I could only insert a static image as the background on the template slide. Needless to say, there was no interactivity on the slide, i.e. no active click boxes etc, and I couldn't add these either when I applied it to the slide.
    Any help is much appreciated. This is for a Masters project, so I'm still learning the basics.
    Thanks.

    Hi Lilybiri,
    I am using Captivate 4. All of my screens so far look like a website - with menus and makeshift spry menus (image maps with click boxes). My preference is to use this layout for the question slides. However, it sounds like this isn't possible. What do other people do to make their question slides look a part of the course?
    Thanks.

  • How to make a round Slider with an image ?

    hello everybody,
    I'm back and i have a new question : how to make a round Slider (like a volume knob) with an image ?
    I see this very interisting tutorial : http://fxexperience.com/2012/01/fun-javafx-2-0-audio-player/ but it use a private class from com.sun.javafx.scene.control.skin.SkinBase...
    thank you for your answer.
    Gaëtan.

    I'm guessing you could subclass Slider to create a class SliderKnob.
    At some stage in the process, not sure where (perhaps after calling super in the constructor), you could look up the slider region's child thumbnail and track and call setVisible(false) and setManaged(false) on them, create an ImageView for your knob, add the knob ImageView to the slider's region and bind the ImageView's rotateProperty to the slider's valueProperty(). Not sure that that is any better than using the SkinBase stuff, but at least it is an alternative idea.
    Everything to create your own controls has not been added to the public API, so if you want to make your own controls in the same way the JavaFX does them (i.e. with Skin's and Behaviours and stuff like that) you have to make use of com.sun classes unless you can subclass and modify the workings of existing controls similar to what is proposed in the preceding paragraph.

  • How to make a question pool with MANY questions?

    I would like to make a question pool
    with several thousand questions, which I currently have in an
    Excel file. Is there a way around having manually to enter all
    questions in a Captivate question pool?
    Thanks.

    I would use the XML function from Captivate 4.
    - Make yourself a test quiz with two slides, one being a multiple choice.
    - Export it to XML
    - Open the XML File in Excel
    Good point to start with is ns1:g and ns1:Source26.
    Most likely you can get all your question into captivate that way.
    Mr_TD

  • How to make a cycle Slider

    Dear all friends,
    I'd like to make a circle slide ( Slider that on the shape of circle instead of vertical and horizontal Slider) like this one:
    http://www.spreadshirt.net/en/GB/Create-t-shirt/Create-your-own-59/
    Is there a ready Component on the web.
    If no, how can I make one.
    Thank you so much.

    SwapnilVJ ,
    please email me the attachment as I can't download it.
    Here is my email: [email protected]
    Thank you so much for helping me.

  • How to make  the last slide stay on the screen ?

    Hi,I need to make the last slide of my animation to remain on the screen when the animation ends and also when I export in a quick time movie .
    Does anyone can help me?

    A possible workaround would be to have something appear (like a shape) as a build outside the slide's viewing boundary (if you extend the size of the window, you'll see you have some workspace outside the slide) autmatically after the animation is finished, and set a delay time or build duration based on how long you need the slide to remain on the screen.  How this works will depend on your setup for quicktime export.

  • 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

  • How to make a left slider?

    The link below contains a slider on the left with title called "Menu" which can be clicked to make it go away and then back on.
    http://apex.oracle.com/pls/otn/f?p=65555:54:289368566520602::NO:
    How do I make it?

    That one is done with ExtJS.
    You can also do someting similar using jQuery Layout Plugin (see http://layout.jquery-dev.net/). An APEX demo is available at http://apex.oracle.com/pls/apex/f?p=41715:60. All panels are resize-able and you can click on a panel separator to show/hide a panel.

  • How to make a 3X3 Slider puzzle game?

    Hey guys, im new here and decided to make an account on here. Im coming to you guys for help. In my grade 12 infotech class, we were assigned a project dealing with 2d arrays but im having a bit of trouble doing this :S. It needs to do the required:
    1. Acquire an image
    2. Divide image into NINE separate images
    a. You will have a TENTH image that will represent the “removed” space
    3. Create TWO 2-D Image arrays
    a. One array will store the correct images as reference (use the array index as coordinates for the locations)
    b. One array will store the images mixed up
    4. Create ONE 2-D Boolean array
    a. This array will store the location of where the empty tile is since you actually don’t delete the image
    5. Create ONE 2-D Rectangle array
    a. This array will store the information for the tiles (width, height, x-start, y-start) you are moving
    6. Display the tiles in the right order for the correct image
    7. Create a button that will remove a random image-tile
    8. Allow the remaining pieces to be moved around (into the empty space) to mix up the picture
    9. Keep track of number of moves made
    10. Create a button that will indicate it’s the “Solver’s” turn
    11. Keep track of number of steps made to solve the puzzle
    12. Check if the pieces have been moved into the right locations
    13. If the puzzle is completed, add back in the removed piece
    14. Play sounds at appropriate times
    this is what ive gotten so far.. sorry if its a strain on the eyes.
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    public class movingThingGame extends Applet implements ActionListener KeyListener {
         boolean[] keyUp;
         char Kp;
         //Store correct image co-ordinates
         Image[][] aImages;
         //Store mixed image co-ordinates
         Image[][] bImages;
         //Store location of blanked out image
         Boolean[][] cTile;
         //Store x,y,width,height
         Rectangle[][] dInfo;
         //Top Row
         Image zz; //0,0
         Image oz; //1,0
         Image tz; //2,0               
         //Middle Row
         Image zo; //0,1
         Image oo; //1,1
         Image to; //2,1
         //Last Row
         Image zt; //0,2
         Image ot; //1,2     
         Image tt; //2,2
         //Blank Square
         Image c;
         public void init() {
              keyUp=new boolean[4];
              for (int x=0;x<4;x++){
                        keyUp[x]=true;
              //Declare 2d array aImages have 3 by 3 perimeter
              aImages=new Image[3][3];
              //Top Row
              aImages[0][0]=getImage(getCodeBase(),"spiralTOPLEFT(0,0).gif");
              aImages[1][0]=getImage(getCodeBase(),"spiralTOPMIDDLE(1,0).gif");
              aImages[2][0]=getImage(getCodeBase(),"spiralTOPRIGHT(2,0).gif");
              //Middle Row
              aImages[0][1]=getImage(getCodeBase(),"spiralMIDDLELEFT(0,1).gif");
              aImages[1][1]=getImage(getCodeBase(),"spiralMIDDLEMIDDLE(1,1).gif");
              aImages[2][1]=getImage(getCodeBase(),"spiralMIDDLERIGHT(2,1).gif");
              //Bottom Row
              aImages[0][2]=getImage(getCodeBase(),"spiralBOTTOMLEFT(0,2).gif");
              aImages[1][2]=getImage(getCodeBase(),"spiralBOTTOMMIDDLE(1,2).gif");
              aImages[2][2]=getImage(getCodeBase(),"spiralBOTTOMRIGHT(2,2).gif");
         public void paint(Graphics g) {
              //TOP
              g.drawImage(aImages[0][0],20,98,128,128,this);
              g.drawImage(aImages[1][0],148,98,128,128,this);
              g.drawImage(aImages[2][0],276,98,128,128,this);
              //MIDDLE
              g.drawImage(aImages[0][1],20,226,128,128,this);
              g.drawImage(aImages[1][1],148,226,128,128,this);
              g.drawImage(aImages[2][1],276,226,128,128,this);
              //BOTTOM
              g.drawImage(aImages[0][2],20,352,128,128,this);
              g.drawImage(aImages[1][2],148,352,128,128,this);
              g.drawImage(aImages[2][2],276,352,128,128,this);
         public void update(Graphics g) {
              paint(g);
         public void actionPerformed(ActionEvent e) {
         public void keyPressed(KeyEvent event) {
              Kp=event.getKeyCode();
              if (Kp==37);{          //left               
                   keyUp[0]=false;
              else if (Kp==39);{  //right
                   keyUp[1]=false;
              else if (Kp==38);{  //up
                   keyUp[2]=false;
              else if (kp==40);{  //down
                   keyUp[3]=false;
              moveImage();
              repaint();
         public void KeyReleased(KeyEvent event) {
              Kp=event.getKeyCode();
              if (Kp==37);{
                   keyUp[0]=true;
              else if (Kp==39);{
                   keyUp[1]=true;
              else if (Kp==38);{
                   keyUp[2]=true;
              else if (Kp==40); {
                   keyUp[3]=true;
         public void moveImage() {
    }

    Hello, and welcome to the forum!
    Suggestions:
    1) Ask an actual question: the more specific your question, usually the more helpful the answer. This site can help you formulate questions here (I know because it's helped me): [smart questions|http://catb.org/~esr/faqs/smart-questions.html]
    2) when posting code here, please use code tags so that your code will retain its formatting and thus will be readable -- after all, your goal is to get as many people to read your post and understand your code as possible, right?
    To do this, highlight your pasted code (please be sure that it is already formatted when you paste it into the forum; the code tags don't magically format unformatted code) and then press the code button, and your code will have tags.
    Another way to do this is to manually place the tags into your code by placing the tag [cod&#101;] above your pasted code and the tag [cod&#101;] below your pasted code like so:
    [cod&#101;]
      // your code goes here
      // notice how the top and bottom tags are different
    [/cod&#101;]for example, which is easier to read, your post or this?
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    public class movingThingGame extends Applet implements ActionListener KeyListener {
         boolean[] keyUp;
         char Kp;
         //Store correct image co-ordinates
         Image[][] aImages;
         //Store mixed image co-ordinates
         Image[][] bImages;
         //Store location of blanked out image
         Boolean[][] cTile;
         //Store x,y,width,height
         Rectangle[][] dInfo;
         //Top Row
         Image zz; //0,0
         Image oz; //1,0
         Image tz; //2,0               
         //Middle Row
         Image zo; //0,1
         Image oo; //1,1
         Image to; //2,1
         //Last Row
         Image zt; //0,2
         Image ot; //1,2     
         Image tt; //2,2
         //Blank Square
         Image c;
         public void init() {
              keyUp=new boolean[4];
              for (int x=0;x<4;x++){
                        keyUp[x]=true;
              //Declare 2d array aImages have 3 by 3 perimeter
              aImages=new Image[3][3];
              //Top Row
              aImages[0][0]=getImage(getCodeBase(),"spiralTOPLEFT(0,0).gif");
              aImages[1][0]=getImage(getCodeBase(),"spiralTOPMIDDLE(1,0).gif");
              aImages[2][0]=getImage(getCodeBase(),"spiralTOPRIGHT(2,0).gif");
              //Middle Row
              aImages[0][1]=getImage(getCodeBase(),"spiralMIDDLELEFT(0,1).gif");
              aImages[1][1]=getImage(getCodeBase(),"spiralMIDDLEMIDDLE(1,1).gif");
              aImages[2][1]=getImage(getCodeBase(),"spiralMIDDLERIGHT(2,1).gif");
              //Bottom Row
              aImages[0][2]=getImage(getCodeBase(),"spiralBOTTOMLEFT(0,2).gif");
              aImages[1][2]=getImage(getCodeBase(),"spiralBOTTOMMIDDLE(1,2).gif");
              aImages[2][2]=getImage(getCodeBase(),"spiralBOTTOMRIGHT(2,2).gif");
         public void paint(Graphics g) {
              //TOP
              g.drawImage(aImages[0][0],20,98,128,128,this);
              g.drawImage(aImages[1][0],148,98,128,128,this);
              g.drawImage(aImages[2][0],276,98,128,128,this);
              //MIDDLE
              g.drawImage(aImages[0][1],20,226,128,128,this);
              g.drawImage(aImages[1][1],148,226,128,128,this);
              g.drawImage(aImages[2][1],276,226,128,128,this);
              //BOTTOM
              g.drawImage(aImages[0][2],20,352,128,128,this);
              g.drawImage(aImages[1][2],148,352,128,128,this);
              g.drawImage(aImages[2][2],276,352,128,128,this);
         public void update(Graphics g) {
              paint(g);
         public void actionPerformed(ActionEvent e) {
         public void keyPressed(KeyEvent event) {
              Kp=event.getKeyCode();
              if (Kp==37);{          //left               
                   keyUp[0]=false;
              else if (Kp==39);{  //right
                   keyUp[1]=false;
              else if (Kp==38);{  //up
                   keyUp[2]=false;
              else if (kp==40);{  //down
                   keyUp[3]=false;
              moveImage();
              repaint();
         public void KeyReleased(KeyEvent event) {
              Kp=event.getKeyCode();
              if (Kp==37);{
                   keyUp[0]=true;
              else if (Kp==39);{
                   keyUp[1]=true;
              else if (Kp==38);{
                   keyUp[2]=true;
              else if (Kp==40); {
                   keyUp[3]=true;
         public void moveImage() {
    }Much luck!

  • How to make an image slide/swipe effect like in #selfie

    Please see http://forums.adobe.com/thread/1444012 - a question (it was mentioned there that AE will do better for what I want to do so I am posting the link here)
    What I want to do is to replicate the image slide/zoom/swipe that you can see in the video.
    Can you please help me get started on the right path?  I am new in AE and need a bit of a start - i.e. if you were to do it, what technique would you approach it with? 
    I can probably manage to do one or two manually, but my issue is that there are so many (similar) effects and I don't want this video to become a daunting chore, so looking for a way to do this very easily somehow. 
    And this is why I am posting - to hopefully find the technique to do this effect right and a do it lot without realizing it is too difficult and giving up ...!

    Thanks
    but I'm sorry .. is there a good tutorial I can read on this?  I am not verse on basics of AE.  I have been working mostly with Premiere.
    I will appreciate some direction even if it's basics.                     

  • Not sure how to make a navigational slider?

    Here is the code I started but I want to make a slider naviagation once the page is click then the page marker will move to what page I am on?
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    big_Square_Baling_mc = true;
    big_Square_Bale_Wrapping_mc = true;
    chopping_mc = true;
    tillage_mc = true;
    raking_mc = true;
    big_Square_Baling_mc.addEventListener(MouseEvent.CLICK, Big_Square_Baling);
    big_Square_Bale_Wrapping_mc.addEventListener(MouseEvent.CLICK, Big_Square_Bale_Wrapping);
    chopping_mc.addEventListener(MouseEvent.CLICK, Chopping);
    tillage_mc.addEventListener(MouseEvent.CLICK, Tillage);
    raking_mc.addEventListener(MouseEvent.CLICK, Raking);
    function Big_Square_Baling(e:MouseEvent):void

    your code doesn't reference marker_mc.  and actually, you're cross-posting.  please don't do that.
    continue on your other thread.  you're further along there.

  • How to make vintage prints slide show one photo at a time?

    Does anyone know to program the vintage prints slide show to display only one photo at a time?

    The slideshow templates are fixed and can't be changed.
    Alternatives to iPhoto's slideshow include:
    iMovie, on every Mac sold.
    Others, in order of price: PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Express  $199
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs. However, there is no doubt that Final Cut Express is the most capable app of them all. You get what you pay for.
    Regards
    TD

  • How to make a text "slide"

    I am creating a DVD that has several short movies on it. In addition to the movies, i would like to put a slide that has a bunch of informational text, set against a background. I tried doing it by creating the text slide in Powerpoint and saving as a movie. iDVD said that was an unsupported format even though it is a .mov file. So I opened the slide movie in Quicktime and exported it as a Quicktime movie. (Sounds redundant, doesn't it?) Then I was able to add it as a movie in iDVD.
    BUT, the only problem is when you open it (the movie) it shows up nicely, but has a lot of flicker when I view it on a TV.
    I tried to reduce the flicker by importing it into Final Cut Pro, but the file was not supported. So i imported into iMovie, then exported, then imported into FCP. I added deinterlace and flicker filters and exported it. Then when I added it to the iDVD, the text looked completely choppy and ugly!!!
    Any suggestions?

    J Keller wrote:
    Create a 720x480 (for NTSC) image; and save it as a jpeg.
    Create a 640x480 image. iDVD will do the conversion from computer pixel to NTSC "pixel" for you. If you start with 720x480, the image will end up squished or maybe it is stretched, but either way, iDVD expects 640x480 as "native" input and will do the conversion for TV sets behind the scenes.
    Patrick

  • How to make the server slide form validation using JSP?

    anyone knows how to do server-side form validation??
    Thanks in advanced

    try this way
         //create a validation java class in that class u create separate methods for validating
         for example if u want to validate that a particular text box should not be empty
         then u can try this way
         say like this
         class ServerValidation()
         boolean message=false;
         public static boolean isTextBoxEmpty(String value)
         if(value.length<1)
         System.out.println("Text box is empty");
         message=false
         else
         message=true
         return message
    now say u r having a html page in which there is a text box on submiting u call say validate.jsp
    in this jsp u write this way
    <%
    String message=request.getParameter("name of ur text box");
    boolean b=ServerValidation.isTextBoxEmpty(message)
    if(b)
    //valid is true do ur other activity
    else
    String messageToUser="Please Enter Some value"
    u can now display this message on jsp and create a back button
    %>
    hope its clear

  • How to Make a Flash Slide Show?

    I am new to flash and need to know how to build a slideshow that has 1 or 2 rows going up and down and then when you click on the picture it pops up huge next to the 2 rows? Can anyone help? thanks.

    http://www.google.co.in/#hl=en&source=hp&q=republic+of+code+xml+gallery&oq=republic+of+cod e+&aq=1&aqi=g10&aql=1&gs_sm=c&gs_upl=120120l122229l0l135767l17l10l0l0l0l0l412l1811l4.2.3.0 .1l10&bav=on.2,or.r_gc.r_pw.&fp=bdf9e41683b1cd0a&biw=1024&bih=609

Maybe you are looking for

  • Unable to load database driver from my applet's jar file

    I'm trying to set up an applet that will talk to a MySQL database. I have no problem connecting to the database as I'm developing the code ("un-jarred"), but when I create a jar file of my code to test through a web browser, I cannot connect to the d

  • BOMM Important information

    Gurus and Team SAP, I am new to this topic and would like to get more information on BOMM such as 1)If free evaluation copy is available 2)Documentation /white paper or any link which gives installation steps and how to use the tool guide 3)can BOMM

  • How to install report server as service in windows

    OS : windows XP oracle 10G isuite Every time I am restarting my machine I have to start the report server using command rwserver server=repserver10G start in command prompt. How to install the the report server as service in windows? so that it can b

  • How do I get my ipad to perform a backup to my computer?

    ipad quits during backup to computer through iTunes

  • HELP! Today's upgrade wiped out patient data! PLEASE HELP!

    Please help... installed whatever was "new" today... just went to iCal to check my patients for tomorrow and... it's all gone! The "new" iCal is arranged differently too... on my "calendars" I now have at least 2 if not 3 of every calendar I've ever