Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 4 of 4

Thread: Data saving to SPSS as "ok" instead of numbers

  1. #1

    Data saving to SPSS as "ok" instead of numbers

    Hello,

    I am using Custom items in Media lab --- radio buttons, text boxes, drop down menus, etc---and I am having problems getting the data to save correctly in SPSS when I have multiple questions. It will show the variable name as the column title but then the only data listed under it is the word "ok". I have tried everything to get it to work, I even tried backtracking using the "multiple radio buttons" test file on this site.

    Here is the code I use for one of my questions with the variable name "relig":

    <form method="post">
    <tr>
    <td>Do you consider yourself to be a member of a particular religion, such as Christianity (Orthodox, Catholic, or Protestant), Judaism, Buddhism, Hinduism, or Islam?</td>
    <br>
    <td align="center"><input type=radio name="<ml.varname>_01" value="1" class="radio">Yes</td>
    <td align="center"><input type=radio name="<ml.varname>_01" value="2" class="radio">No</td>
    <br>
    </tr>
    </form>
    <form method="post">
    If so, which religion?
    <input name="relig2">
    <input type="submit" value="Continue"">
    </form>


    Help me please! Thank you!

  2. #2
    Join Date
    Nov 2005
    Posts
    3,328
    Are you using a variables (v) parameter? In the case you describe, you would normally use (v2) to indicate that you have 2 variables to record. Your would then use <ml.varname>_01 and <ml.varname)_02 to refer to those two variables in your HTML code. OR you could refer to them explicitly as relig_01 and relig_02.

    Note: Normally, if you have just one variable, you can skip the v parameter and just use <ml.varname> or, in this case, relig.

  3. #3

    Data saving in alphabetical order, not survey order

    Now that I have the data saving properly, I notice that it is saving the data to SPSS with the variable names in alphabetical order.

    How do I get it to save in SPSS with the variable names in the order in which I put them in my questionnaire?

    Thank you!

  4. #4
    Join Date
    Nov 2005
    Posts
    3,328
    No luck there. The native .SAV formatted file is only created in the byVariableName format. You would have to use one of the alternate data file formats located in the byQuestionnaire data folder. See also the data FAQ in the user's guide for help on the other data formats.

    -Blair

Similar Threads

  1. Make participant move slider before pressing "continue"
    By JBeaudry in forum MediaLab Older Versions: How Do I...
    Replies: 6
    Last Post: 10-06-2010, 04:07 PM
  2. All of my data say "99"
    By sehill in forum MediaLab Older Versions: General Questions
    Replies: 2
    Last Post: 03-05-2008, 04:36 AM
  3. Essay Qn: "Runtime Error 76, Path not Found"
    By jswong2@uiuc.edu in forum MediaLab Older Versions: Troubleshooting
    Replies: 10
    Last Post: 01-17-2008, 03:02 PM
  4. Order of variables in "byquestionnaire" data file?
    By Dportnoy in forum MediaLab Older Versions: General Questions
    Replies: 1
    Last Post: 10-19-2007, 05:50 PM
  5. Scoring open ended responses as "correct"
    By jarvis24 in forum DirectRT Older Versions: Suggestions
    Replies: 0
    Last Post: 02-09-2007, 08:23 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
  •