“Cheat Sheet” of HTML syntax for creating Mechanical Turk HITs

When creating Mechanical Turk HITs, it’s necessary to use HTML syntax. This is a list of 20 examples of HTML syntax (tags and attributes) for accomplishing common tasks in Mechanical Turk HITs. These 20 examples don’t cover the entirety of HTML, but they cover all the HTML that is typically needed to setup a Mechanical Turk HIT.  A single-page version suitable for printing can be downloaded here.

Continue reading ““Cheat Sheet” of HTML syntax for creating Mechanical Turk HITs”

The CSS I add to a new Qualtrics survey

To my eye, the “page width” used by Qualtrics with most of their themes is too narrow. Even on a small-screen laptop, it leaves a lot of side margin.  The issue isn’t merely aesthetic; a wider screen gives me a little more room for wider labels above closed-ended response options.

I use the following CSS code to give a little more width to the space Qualtrics uses for survey questions. This code is added in Qualtrics “Look & Feel,” under “Style.”

Continue reading “The CSS I add to a new Qualtrics survey”