a MYSTERY wrapped in an ARRAY wrapped in a QUIZ

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default a MYSTERY wrapped in an ARRAY wrapped in a QUIZ


    i'd like to make a quiz that can be set to randomly present 50
    questions until all 50 are done. i guess i have to use an array to
    avoid duplicate questions but i could use a hand to start.

    the quiz part is cool it's the array bit i need help with.

    Nex
    yo mama Guest

  2. Similar Questions and Discussions

    1. Throwing out 5 boxes Sol 7 still wrapped
      Hate to throw these away if someone can use them. Just make it worth my time to box/ship -rj
    2. .net client + Axis 1.1 server + wrapped param: null result
      I have used the following settings in our web services: .net framework 1.1 web services client Axis 1.1 server (in wsdd file, set...
    3. Character in "c" format wrapped :-( resend
      Greetings; this is a resend; my ISP's news server has for some weeks not been uploading postings to the world (aaarrrgghh...) so I hope this gets...
    4. Display "wrapped"
      Doug Laidlaw wrote: Eventually the screen froze. On rebooting all was O.K. Perhaps related to my e2sfck prob I just posted in this NG?? ...
    5. CSS Wrapped Line Indent
      Hi, On the menu on this page http://dev-medicine.emory.edu/divisions/pulm/ I've used CSS to set a 12px indent on the sub-menu items. On the...
  3. #2

    Default Re: a MYSTERY wrapped in an ARRAY wrapped in a QUIZ

    Goto Falshkit.com and look up random number generators. You will find a
    non-repeating radnom number generator that you can take apart and use. This
    is an easy core for your application.



    "yo mama" <asif@punker.com> wrote in message
    news:e59gmvcgeo0tr49t0c8tn9uqhemui6irda@4ax.com...
    >
    > i'd like to make a quiz that can be set to randomly present 50
    > questions until all 50 are done. i guess i have to use an array to
    > avoid duplicate questions but i could use a hand to start.
    >
    > the quiz part is cool it's the array bit i need help with.
    >
    > Nex

    LOQUTUS Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139