Random pools... (NO issues in pools)

Hi all

It's maybe there in the forums and I can simply not be looking properly. A thousand pardons if this is already be addressed elsewhere. Just point me to it if it is and you have the time. This isn't on the random question slide or interference issues.

I have a single test, consisting of 30 pools for 15 subjects. The pools are each in a project, because I need the results of the Quiz of each pool. The project is linked together. At the end, the final score is made up of all parties and summarized for a final overall score. I'm also going to show the individual qualifications, and thanks to Lilibiri I found Tristan, Rod and InfoSemantic that will help with that. In the end, the final score and all ranks will be passed to a LMS System.

In this test, there is a subject, and each topic has two parts. This topic A has part 1 and part 2. Subject B part 1 and 2... and so on. Each user should get a part of the subject. I want to know if it is possible to have the test automatically randomly choose if the user gets the part 1 or 2 of part for each topic.

Any thoughts are appreciated. If it is stupidly simple, I ask your forgiveness in advance! Sometimes I look at these things.

Holly

Hello

What is the link below help?

RoboWizard

See you soon... Rick

Tags: Adobe Captivate

Similar Questions

  • Question about the issue at random pool

    Hi all

    I use 9 Captivate. I have a project file that contains 90 questions. I need to put in place so that when someone takes this issues course 25 come randomly on the 90 possible. The 25 questions must be random each time if started over. It would be GREATLY appreciated if someone could give me some advice on this. Thank you!

    Create the pool of matter (Quiz, Question Pool Manager). When you are ready, you will need to insert 25 slides Quiz random, using quizzes, slide of random Question (or CTRL-Q). CAUTION: you will not get a new subset when resuming the Quiz in the same session. But if the course restarts a new random subset is displayed.

  • Partial multiple-choice Questions with random pool

    Hi, I am using Cp9.

    I have a Quiz with multiple-choice using partial credit and it works fine. But if I put these questions into a pool and use random Question slides to assign issues, partial partition option is no longer available.

    Thus, questions are always fully marked. Does partial rating with random questions in a pool?

    Thank you.

    Yep, according to Captivate manual, "unable to set partial scores for choice questions multiple pools in question.»

    What a pity.

  • problem with stateless session bean

    Hello

    I don't know if this is the right forum for this discussion. I have not found the answer elsewhere. In any case, here's my problem

    I have a java client (main program) calling a remote SLSB by a search

    [CODE]

    int choice = 1;

    String viewClassName = LibrarySessionBeanRemote.class.getName ();

    LibrarySessionBeanRemote libraryBean = (LibrarySessionBeanRemote) ctx.lookup ("LibrarySessionBean EJBTutorial/EJBTutorialEJB / /!") (+ viewClassName);

    While (choice! = 2) {}

    String bookName;

    showGUI();

    String strChoice = brConsoleReader.readLine ();

    choice = Integer.parseInt (strChoice);

    If (choice == 1) {}

    System.out.Print ("enter the name of book :");

    bookName = brConsoleReader.readLine ();

    libraryBean.addBook (bookName);

    } else if (choice == 2) {}

    break;

    }

    }

    List < String > booksList = libraryBean.getBooks ();

    System.out.println ("book seized until then:" + booksList.size ());

    for (int i = 0; i < booksList.size (); ++ I) {}

    System.out.println ((i + 1) + "". "") + booksList.get (i));

    }

    [/ CODE]

    Before I do my research, I have run a dozen threads that call a servlet. Each servlet contains an instance of my SLSB

    [CODE]

    @WebServlet (name = "ServletCallSessionBean", urlPatterns = {"/ test"})

    SerializableAttribute public class ServletCallSessionBean extends HttpServlet {}

    @EJB (nomBean = "LibrarySessionBean")

    Private LibrarySessionBeanLocal monBean;

    protected void processRequest (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    response.setContentType("text/html;charset=UTF-8");

    PrintWriter out = response.getWriter ();

    monBean.getBooks ();

    System.out.println ("WAITING for DEBUT");

    try {}

    Thread.Sleep (300000);

    } catch (InterruptedException e) {}

    Generative TODO catch block

    e.printStackTrace ();

    }

    System.out.println ("WAITING for the END");

    PrintWriter out = new PrintWriter (response.getOutputStream ());

    try {}

    out.println ("< html >");

    out.println ("< head >");

    out.println ("< title > Servlet MaServlet < /title >");

    out.println ("< sandwiched >");

    out.println ("< body >");

    out.println ("< juncture >");

    out.println ("< /html >");

    } {Finally

    out. Close();

    }

    }

    @Override

    protected void doGet (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    processRequest (request, response);

    }

    @Override

    protected void doPost (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    processRequest (request, response);

    }

    @Override

    public String getServletInfo() {}

    return "my test servlet;

    }

    }

    [/ CODE]

    This SLSB has a shelf of List < String > attribute.

    [CODE]

    @Stateless (name = "LibrarySessionBean")

    @Local (LibrarySessionBeanLocal.class)

    @Remote (LibrarySessionBeanRemote.class)

    @LocalBean

    public class LibrarySessionBean {}

    virtual library from the list < String > private;

    /**

    * Default constructor.

    */

    public LibrarySessionBean() {}

    TODO auto-generated constructor stub

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("constructor called LibrarySessionBean");

    virtual library = new ArrayList < String > ();

    }

    {} public void addBook (String bookname)

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("addbook called");

    bookShelf.add (bookname);

    }

    public List < String > getBooks() {}

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("getBooks called");

    return the shelf;

    }

    }

    [/ CODE]

    When I add a book on the client side in the main program (see the red part of the code) and when I inspect my book list (debug) is not in

    I know it's a SLSB (stateless), but immediately after the addition of a book, the book should be in the list. When I'm not running the dozen threads before, the book is in the list

    You have an idea? Thanks in advance for your answers.

    Hello again,

    I finally understood the general problem.

    When you perform a search remotely on a SLSB as a client, the server side send a proxy. When you use a method on the proxy, the server will use a random pool SLSB.

    When I was doing 2 successive calls on the client side, the pool side server was a size of a SLSB and I used the same SLSB with her own State. When I create SLSB 15 with 15 different thread, and subsequently, I search remote, the proxy will invoke one of the SLSB of the pool which is made of now several instances (in my case, 13). The SLSB used by search will be random among instances of pool-(13 in my case). The discussion has been resolved.

  • How does Ready Boost Option work... I know how to activate or deactivate it... but I want to know wat to what makes the faster machine?

    I have win7 hav, double heart 2 (2.6 GHz), 2 GB of ram, 80 GB hard drive...

    ReadyBoost uses Flash Player as a cache for random reads from the hard disk. Written on the hard drive is copied to the Flash drive. When random play is issued, the flash instead of the hard disk drive data will be read.  As there is no mechanical movement, it will be faster.

    As you have 2 GB of RAM, which will be also used for the disk cache, I don't expect to see much difference.

    This article explains how this works in Vista; the principle is the same in Windows 7 with the 4 GB, a limitation of the device thrown

    http://TechNet.Microsoft.com/en-GB/Magazine/2007.03.VistaKernel.aspx

  • VISTA HIBERNATE PROBLEM

    PLEASE SOMEONE HELP ME!

    HIBERNATION OPTION HAS DISAPPEARED FROM THE MENU START. I READ IN THIS FORUM SOMEONE SUGGESTING:

    ' Start - cmd -powercfg h '

    WHEN I DO, I GET THE MESSAGE THAT I DON'T HAVE PERMISSION TO ENABLE OR DISABLE THIS FEATURE.

    I AM THE ONLY USER OF THE COMPUTER.

    MY OTHER PROBLEM SMALLER, IT IS THAT SOMETIMES, WHEN I PUT IT TO SLEEP HE RETURNED AFTER

    20 SEC. I TRY SEVERAL TIME TO CURE INSOMNIA.
     


    Hi lessdense,

    It might be because of the option "wake on lan" in the BIOS. Personally, I have disable this feature because, in my case, the computer still hanging in the life every time the phone rang or a fax came.

    Normally I would disable the "wake on lan" of in the PC BIOS, however, it can be disabled via Device Manager. This link will show you how:http://www.howtogeek.com/howto/windows-vista/fix-sleep-mode-randomly-waking-up-issue-in-windows-vista/

    John Barnett MVP: Windows XP Expert associated with: Windows Desktop Experience: Web: http://www.winuser.co.uk ; Web: http://xphelpandsupport.mvps.org ; Web:http://vistasupport.mvps.org ; Web: http://www.silversurfer-guide.com

  • Meeting place for Dell 5855 Pro 8 its fluctuating level

    The sound from the speaker on my new venue Dell 8 Pro 5855 seems to be up and down randomly. This issue does not affect the built-in loudspeaker, the headphones work fine. I tried to update the drivers, do an image restore factory and various applications, nothing seems to help.

    Is this a firmware issue, or is there something wrong with my speakers?
    It is running Windows Pro 64-bit 10.

    It was definitely a hardware problem. I sent it to Dell and they replaced the motherboard.

  • My Win7 PC starts by itself.

    I mode 'sleep', and a few hours later it lights itself. Is there a setting that I can change?

    Check if Wake On LAN is enabled and disable it.

    See;

    Unwanted wake- up events may occur when you enable Wake On LAN ...

    also:

    Difficulty "Sleep Mode randomly Waking Up" issue in Windows Vista - how...

  • ideas table schema

    Hello, I have a project that I created for me and I will implement in making use of java and MySQL. However, I would like some advice on database tables.

    Of what I tried to conceive, my paintings will be structured in this way:

    Table conference: Lecture_Name, Lecture_ID (PK), Lecture_Password, File_Question.

    Student table: Std_Name, Std_Number (PK), File_Question (FK), Std_Marks.

    This is the correct table, or am I missing something crucial?

    any help will be gladly appreciated.

    Course load requires a program that manages multiple choice tests.

    The speaker would prepare for the Bank of Test questions to a text file. The format is: category (one of the 4. Networking for example) the four alternative answers to Question (one or more lines) (label a., b., c., d. One or more lines, each.) Blank line the correct option (a., b., c. or d. That one option would be correct) two interline

    A user logs on the system loaded of course or as a student. The user must enter a user name and a password.

    If the user is responsible for courses, he or she will ask you to enter the name of the text file containing the new questions

    The program would be: read data from the text file.

    If the user is a student, he or she would perform a self-test of: defining categories (one, some or all 4 categories).

    The program would be: choose the required number of questions in the category (s) chosen randomly. Present issues, as well as their alternative answers, one at a time. To allow the student to select only one answer. Tell the student if he has answered correctly or not. Present the following question. Give the student the results of the trial, expressed as a percentage of correct answers, once the student has answered all the questions.

    Your minimum functional units are: i. teacher should be able to download a file ii. student must be able to select and view questions from his iii interface. student must be able to select and answer questions from its interface

    > I have a project that I created for me and I will implement in making use of java and MySQL

    Then why you send messages in this forum to Oracle database; has NOTHING to do with MYSQL?  You must find a MYSQL forum.

  • Find guest VM with registration of persons disabled and Enable

    Hi all

    Just finished a call of support with VMware and unfortunately the vmware.log was not due update logging is disabled.

    I found VMs randomly with this issues, there was probably a model with this parameter, which has deployed several times.

    .

    I need a way to scan all the guests for this parameter and cheange the true value, any help would be appreciated

    And with this line, you can scan what the setting is your virtual machines

    Get-VM | Select Name, @{N="Logging Enabled";E={$_.ExtensionData.Config.Flags.enableLogging}}
    
  • How to edit issues in imported question pools

    I created a review important to question pools and set up the questions randomly long ago. Also a long time I forgot close enough on the Question Pools work.

    Now, I need to go back and modify the questions in question pools, but not to find an easy way to do it. I don't know where the original files are imported.

    I found what I think is a work around, but it is incredibly long. It is to go to Quiz > Question Pool Manager. Then click on an individual issue to bring up the slide. Then close on the pool manager question to edit this slide. Then repeat the process for the next slide that need updates.

    Is there a better way to do it? Help!

    SHE FOUND!

    If anyone needs to know, you go to the window > workspace > Quizzing. Then click on the tab to list the issue on the merits where the timeline is usually. Then you can click the question pool from the drop down and see all the slides.

  • Regulatory issue in Question pool

    Captivate v5.5

    I create a project with 40 questions in a pool one question and 10 random question slides in the project.

    I want to check each question before publication, but it seems you cannt check how each of the question sets of slides, looks and works from within the question pool (or can you?)

    As I have only 10 questions at random in the project, if I run the project to check the questions in this way, I have no way of verifying all 40 questions as I see only 10 of 40.

    How can I check all 40 questions in the question pool?

    Noel

    Put questions issue on the main project pool, then test, then move them back in the Question pool when you're happy they look right.

  • Attribute points to the quiz slides using Pools of issue Manager

    Is it possible to assign the points must be reported to a slide when you use Pools of issue Manager?

    If a slide, for example, has 10 points, and another slide is 5 points, when they are both added to a question pool, make loose them their initial number of points and get assigned some number of points chosen when a random slide is added to the pool?

    I hope someone can clarify. Thank you.

    I just checked in Captivate 5 and it seems that the notation is associated to the Question pool, not inserted at random Question slide slide.

    If you are trying to achieve a result where the difficulty of the question has equaled the number of points awarded for doing things, you may need to put in place a number of question pools.  For example a pool of easy questions, another of medium difficulty and a third for really difficult.  Assign points 1 or 2 by default to the easiest, perhaps 5 for medium and 10 points for the hardest.

    That's what I do in fact.

  • Convert to the Question pool random questions?

    We update a course, we developed the year last (before Captivate 3). This year we want to apply 'Question pool random questions' Captivate 3 in this course. Is there a way to create the pool of question (s) in this existing quiz, and then add the year issues last to them without entering again each question in the Question Pool Manager?

    Thanks for the tips!

    Hi Jan

    Sure thing. Simply convert the project from version 1 or 2 at a draft of version 3. Then set a Question Pool. Once you have done that, switch to the storyboard table display. Select the question slides you want to add to the pool and right-click. You should be presented with an option to add the slide selected in the pool.

    Once you have moved the question to a pool slides, you would then insert slides of Random pointing to the pool.

    See you soon... Rick

  • DNS DHCP pool (internal DNS issue)

    I know that we can implement several DNS server under DHCP pool. But I want to assure the order.

    I have several branches.

    Let's say 1 division Office has a router with 10.30.1.1 as a default gateway.

    Our internal DNS is 10.0.0.1 and 10.0.0.2 as Pri and dry.

    My order of DNS server is as below.

    1 gateway

    2 internal DNS

    3 public DNS provided by ISP

    I saw two or three questions when I put the internal DNS first. Special situation is when IPsec does not work, users could not access the internet through domain name because they had internal DNS that is not accessible.

    But when the door is of the first order, I don't know if users are able to access the internal Web site because gateway DNS does not have internal DNS records.

    So, my question is which. What should be the best order for installing DNS under DHCP between default gateway, internal DNS and DNS?  Our current configuration does not have same gateway address, there only internal DNS addresses only.

    dhcp pool IP CCP-pool1

    Network 10.30.1.0 255.255.255.0

    name of domaine.org

    router by default - 10.30.1.1

    -10.30.1.1 NetBIOS name server

    10.30.1.1 DNS server 10.0.0.1 10.0.0.2 24.25.5.60

    (1) I think your logic is right.

    (2) you are welcome.

    (3) I now see how the link relates to question 3. Yes, the difference between the specification of a name server for the router itself with ip name-server and clients by using the dns server is an important point.

    I am glad that you tell us that you had ip domain-lookup because it would have been my follow-up to the issue. Can you tell us exactly what the response of the router was when you tried to ping google.com? I suspect it's something in your router config. You can post a copy sanitized the router config?

    Thanks for the compliment - and for points.

    HTH

    Rick

Maybe you are looking for

  • How to copy an album in 'Photos' to burn on a DVD

    How to COPY an album (or a select group of images) in 'Photos' to burn on a DVD, in the album 'pictures '. Thank you.

  • Toshiba 55WL768 - slow change of channel SAT + no signal message

    Hello forum,. I need help because television 55wl768 responding really slow down usually when I change the channel. Often, I see the black channels with the message 'lack of signal', but there is.What can I do to solve my problem? Thank you very much

  • Re: Temperature of work Satellite L350D - 10 X

    Hello! I have a Toshiba Satellite L350D - 10 X model PSLE8E with MS Windows 7 Ultimate RC1. Everest software indicates 87 c (185) of two core processors. How do I know - it's too. Each time, my laptop is power off. What can I avoid this problem?

  • Re: PXE E61 Media test failure on Satellite phone

    I hope you can help. I have a Toshiba Satelite about 7 months, cranking up today all I get isPXE E61 Media test check cable PXE M0F failure. Cut food and retries several times but no change at all. Y at - it something wrong with her seriousley. Has t

  • drivers CD - RW 48 x 24 x 48 khypermadia

    I need the driver for my rewritable cd.  It is a media khyper 48 x 24 x 48. I can't find them.  and since I did not have a working cd player, cannot get them on the cd. can someone help me