Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 2 of 2

Thread: Multiple choice items with custom format

  1. #1

    Multiple choice items with custom format

    Using html file, I set multiple choice items with Item type of "Custom".
    e.g.,
    <input type="checkbox" name="<ml.varname>_03" value="1">
    <input type="checkbox" name="<ml.varname>_03" value="2">
    <input type="checkbox" name="<ml.varname>_03" value="3">

    The problem is that only the last selection of checkbox is recorded.
    For example, if 1 and 3 are chosen, only 3 is recorded.

    How can I make all checked items recorded?

  2. #2
    Join Date
    Mar 2009
    Posts
    401
    It seems as though this problem may be able to be remedied by implementing three variables to intercept the data, and then changing the HTML as followed:
    <input type="checkbox" name="<ml.varname>_01" value="1">
    <input type="checkbox" name="<ml.varname>_02" value="2">
    <input type="checkbox" name="<ml.varname>_03" value="3">

    Does this make sense?

Similar Threads

  1. Creating Custom items
    By pallavi.chilappagari in forum MediaLab Older Versions: How Do I...
    Replies: 11
    Last Post: 02-20-2010, 04:19 AM
  2. Custom items
    By Cnslab in forum MediaLab Older Versions: Sharing Area
    Replies: 2
    Last Post: 02-20-2010, 03:55 AM
  3. DATA saved in byquestionnaire format is missing in byvariablename format
    By elebel in forum MediaLab Older Versions: Troubleshooting
    Replies: 3
    Last Post: 03-03-2008, 05:10 PM
  4. Quickstyles & Custom Items
    By ryalch in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 01-17-2007, 04:10 PM
  5. Going to the next screen using Custom Items
    By kristen.wwu in forum MediaLab Older Versions: General Questions
    Replies: 3
    Last Post: 10-26-2006, 02:12 PM

Posting Permissions

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