Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 12 of 12

Thread: Creating Custom items

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2006
    Posts
    2

    Multiple radios display

    I've succeeded running multiple radios and obtaining the data from each of the items. However, for the empty custom items in the questionnaire (the ones that stand there as dummies just to capture data on their variable name), medialab seems to force itself to display an html page (despite the fact I did not name a file!) - which leads to an error screen on the browser (no page available). How do I convince medialab to just use the added custom lines for data saving from the previous html file rather than trying to display additional custom items? Thanks!

  2. #2
    Join Date
    Nov 2005
    Posts
    3,328
    May be a version issue. The feature that gets MediaLab to skip any custom item without a filename came in v2006.1.28. If you have a version that's prior to that, try installing the latest version from the download page.

  3. #3
    Join Date
    Oct 2006
    Posts
    3

    Multiple questions per screen!

    I'm trying to do the multiple questions per screen but i'm not able to do that. How do i do that?
    Also, i'm trying to open the Questionnaire file on the zip file posted, and it is empty. Please, i need help with this.
    Thank you.

  4. #4
    Join Date
    Nov 2005
    Posts
    3,328
    barbara--you need to copy the zipped files to a foplder before you can work with them. If you try to open the .que file while it's still in the zip file, it will appear empty.

  5. #5

    HTML data help

    Hello,

    I created several questionnaires using the websites MediaLab recommended. I then tried to run it and even though it shows up fine in the MediaLab application, it will not save any of the data.

    I was reading the "Help" section on "Custom Items" but I still do not understand why it will not save. Is it my variable names?

    Here is a sample...

    Code:
    <html>
    <body>
    <form action="post">
    <select name="visit#">
    <option value="none"></option>
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    <option value="4">4</option>
    </select>
    </form>
    Last edited by jarvis24; 04-24-2008 at 11:51 AM.

  6. #6
    Join Date
    Nov 2005
    Posts
    3,328
    There are a couple things I see right off but I don't know if they would be the cause of data not being written. First, I would avoid using a character like "#" in your variable name. I would suggest using "visit" rather than "visit#". Also, you use "action = post" but it should be "method = post".

    There is a nice demographics sample in the sharing area that shows the proper syntax for a variety of custom question types. See:
    http://www.empirisoft.com/support/showthread.php?t=1091

    If you make those changes and the data still are not showing up, make sure the variable name in the MediaLab questionnaire matches--e.g., in this case the ML variable should also be "visits".

  7. #7

    Radios.zip Not Working

    I am having trouble using Custom items with radio buttons. When the data are stored, the entry is var_01=4 instead of 4. The sample in Radios.zip (above) stored "ok" as the responses--the numbers assigned to the buttons (1,2,3) do not get recorded. The response times are recorded but no values for the items. Also, the ml.subs does not work. If I put <ml.wording> directly in the html code, it works fine.

    [edited by moderator]
    Last edited by jarvis24; 02-20-2010 at 04:08 AM.

Similar Threads

  1. Creating a calendar (case 14023)
    By prnowlin in forum MediaLab Older Versions: Sharing Area
    Replies: 2
    Last Post: 04-15-2014, 05:05 PM
  2. Randomly presenting n of N items
    By jarvis24 in forum DirectRT Older Versions: How Do I...
    Replies: 1
    Last Post: 10-02-2006, 06:39 PM
  3. Creating Passwords
    By L Gray in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 07-06-2006, 12:28 PM
  4. Creating Conditions
    By darkkat28 in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 04-25-2006, 08:38 AM
  5. Place an overall time limit on a series of items?
    By jarvis24 in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 02-27-2006, 10:17 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
  •