Create tests using a data file for questions

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

  1. #1

    Default Create tests using a data file for questions

    Is it possible to pull questions from a data file into flash without having to
    create new frames for every question. This would be a multiple choice test.
    We currently hand type the questions into multiple frames and grade at the end.

    Thanks

    Trainersteve Guest

  2. Similar Questions and Discussions

    1. PDF::Create (or alike) to create watermark for existing pdf file?
      Dear perl-ists: I tried out PDF::Create 0.01 (from cpan), and it is great. kudos, fabian. creates wonderful, clean, small valid pdf output. my...
    2. How can I marshall File::Stat, and do file tests?
      Basically, I'm building a Hash of paths to their File::Stat, and Marshal.dumping it. Later I'll load it, and compare the current filesystem state...
    3. File Browser - data questions
      According to "Classroom in a Book": The file browser can display certain info about digital images if the camera exports EXIF data. 1.What is...
    4. Why are all the data gone after a few searching tests
      Hello, everyone: I got a problem while testing the database. First I tried a few searches and it was successful. But After I went back to search...
    5. sco 505 - create windoze exe file that will create a unix disk
      Hi, I wonder if this is possible, I want to put some files on a floppy disk from my SCO unix box, then I want that disk to be converted to a file...
  3. #2

    Default Re: Create tests using a data file for questions

    Yes.
    You can load the data as application/x-www-form-urlencoded or as XML data
    structures.

    For content type application/x-www-form-urlencoded see
    [url]http://livedocs.macromedia.com/flash/8/main/00002329.html[/url]. The format is a
    single line of text with not returns such as &var1=val1&var2=val2&var3=val3
    etc.

    Look at [url]http://livedocs.macromedia.com/flash/8/main/00002872.html[/url] for XML.


    MotionMaker 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