Ouch! If none of the following work, contact help@attractiontraining.com. Remember, it could be the computer's fault.

You saw a normal training screen, giving you instructions for training. Instead of instructions for how to save your program.

You probably did not set up pictures for training on your computer. Either the target pictures or the distractor pictures have to be set that way (if you want to train on your own computer). On your training page, one of these should say you are using your computer.

You didn't see anything.

1. If you can do this.... Right click on the page, click on something like "Source", and see if you see the actual program. It starts out like this

var ntrials = 32;
var cmtrials = 12;
var i = 0;
var j = 0;

and it's long.

If you have a View option at the top of your browser, that might also let you see the source. You want page source, not frame source.

2. The program relies on something called Javascript to be working in your computer. Javascript is turned on automatically and stays on unless you turn it off. Which is very unlikely. So if you have turned it off, turn it back on. If you have your security set to the highest level, set it to the second highest level.

If you want to muck around, you can find your "Options" or "Preferences" and look for the actual box that says "Enable Javascript". It should be checked. But it usually is. Way too many websites assume Javascript.

Back to the step-by-step guide