Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5

Thread: Quiz - Advanced

  1. #1
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    2

    Star Quiz - Advanced

    I am trying to design a quiz, but my experience with Autoplay is rather limited. I would like to contract the skill set of an advanced user to help me design this.
    The basic premise of the quiz is to present a sound file with four options to identify the file (one being correct, and the other three being incorrect).
    The first page would be a registration page requesting the user's basic contact information (name, company, email address, phone, and permission to be added to our database). Upon successful registration the quiz taker would go to first page of the quiz.
    There will be up to 10 quiz questions, therefore, 10 audio files.
    The quiz should be able to calculate the number correct out of 10.
    The quiz should offer hint dialogs for each audio file.
    The quiz submit the results of the quiz to our database (can be a simple csv file).

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Send me a PM I would be willing to help adapt the quiz template that is included in AMS7 to meet your needs.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Jul 2008
    Posts
    88

    Will Help

    ok.. i will help u..
    basicly my program would be like this
    1. form to fill contac information
    2. form to write quiz questions
    3. folder to put your audio files
    4 database file

    send ur email to pcsource@mail.com

  4. #4
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I have updated the quiz template to contain the capability to play audio files and show hints if available. Once you build the template there are two audio files one for true and one for false that go with the sample quiz. The audio files will play automatically, if you don't want this you can change the setting in the global functions.

    The new actions are controlled by a few new functions defined in the global functions area.

    Here is what a question looks like with hints added

    <item>
    <question type="mc">What number comes immediately after 1?</question>
    <hints>
    <hint>some hint here</hint>
    <hint>another hint here</hint>
    </hints>
    <answer correct="y">2</answer>
    <answer>3</answer>
    <answer>4</answer>
    <answer>5</answer>
    </item>

    and here is one with an audio file

    <item>
    <question type="tf">The number 25 is greater than 30?</question>
    <audio>/AutoPlay/Audio/false.wav</audio>
    <answer>True</answer>
    <answer correct="y">False</answer>
    </item>

    This template does not contain the registration component but would be easy enough to add as would the submitting data.

    HTH
    Tigg
    Attached Files
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  5. #5
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    2
    Huge thank you! I'm testing the template now.

Similar Threads

  1. SAMPLE: Quiz Maker & Quiz Solver PACK!
    By S0mbre in forum AutoPlay Media Studio 7.5 Examples
    Replies: 8
    Last Post: 11-29-2008, 10:56 PM
  2. Random Quiz?
    By andre in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 03-18-2006, 03:12 AM
  3. Another Quiz Question!!
    By stickck in forum AutoPlay Media Studio 5.0
    Replies: 31
    Last Post: 10-12-2005, 10:40 PM
  4. Quiz results
    By mindstitchdr in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 03-08-2005, 11:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts