Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 6 of 6

Thread: Repeating a custom item that has multiple questions?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2005
    Posts
    3,328
    Sounds like you have read the section in the guide on custom items, yes? If not, here is a link to it online:

    www.empirisoft.com/medialab/help/custom_items.htm

    I think what you are looking for may be this:

    Combining this:
    Code:
    <form method="post">
      <ml.wording>
      <input name="<ml.varname>">
      <input type="submit" value="Continue"">
    </form>
    With this:
    Code:
    <form method="post">
      Name three good movies:<br><br>
      <input name="movies_01"><br>
      <input name="movies_02"><br>
      <input name="movies_03"><br><br>
      <input type="submit" value="Continue">
    </form>
    And getting this:
    Code:
    <form method="post">
      Name three <ml.wording>:<br><br>
      <input name="<ml.varname>_01"><br>
      <input name="<ml.varname>_02"><br>
      <input name="<ml.varname>_03"><br><br>
      <input type="submit" value="Continue">
    </form>
    Just make sure you list (v3) as a parameter each time you call the custom item. If that works for you, let me know!

    -Blair
    Last edited by jarvis24; 01-10-2007 at 04:15 PM.

Similar Threads

  1. Custom item - Autosum
    By akipaki_sf5 in forum MediaLab Older Versions: Sharing Area
    Replies: 16
    Last Post: 12-06-2008, 02:31 PM
  2. Hiring a programmer for a custom item?
    By jarvis24 in forum MediaLab Older Versions: How Do I...
    Replies: 3
    Last Post: 11-17-2006, 08:26 AM
  3. Multiple Questions per Questionnaire?
    By ggarofal in forum MediaLab Older Versions: General Questions
    Replies: 10
    Last Post: 10-24-2006, 03:14 PM
  4. Require three responses on a Multiple Response item
    By jarvis24 in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 09-22-2006, 10:40 AM
  5. custom item with background image
    By rkozink in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 05-04-2006, 01:10 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
  •