Katie,
I'm sorry for the delay, I don't receive emails for this group.
This should be possible. In my example file, there are two files you'd need to change.
First, for sexualityiat.mxml, you'd want to replace this line:
public var cat4:String = "Sexually Unattractive";
with
public var cat4:String = "";
Then, in the file helper.actionscript, in blocks 3, 4, 6, and 7, you'll want to replace these lines:
L5.text = "or";
L6.text = cat4;
with this:
L5.text = "";
L6.text = "";
I hope that makes sense. Basically, this makes the task the same, but removes the fourth category.
Cody