Can you create a HIT with multiple answers?

Discussion in 'Requesters' started by kapauldo, Sep 21, 2012.

  1. kapauldo

    kapauldo Member

    Joined:
    Sep 21, 2012
    Messages:
    7
    Likes Received:
    0
    I'm new to mturk, and I cannot figure out how to add mutiple text fields to a HIT. Is this possible? Also, where do the answers go? Do they get populated back into your CSV?

    THanks,
    kevin
     
  2. Stlrfn

    Stlrfn Banned

    Joined:
    Jan 22, 2012
    Messages:
    413
    Likes Received:
    0
    Yes it is possible you just need to add the html for each new text field E.G.:

    <p>Reply 1:</p>
    <p><input type="text" size="25" id="Tag1" name="Reply1" /></p>
    <p>Reply 2:</p>
    <p><input type="text" size="25" id="Tag2" name="Reply2" /></p>
    <p>Reply 3:</p>
    <p><input type="text" size="25" id="Tag3" name="Reply3" /></p>


    This will give you 3 text fields named "Reply 1-3" name= will be the title of the data that gets exported to your csv.

    name= will also be the title of each column when you open it in Excel or the like.
     

Share This Page