We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psiturk.showPage(pagename)
Set the BODY content using an HTML object that has been preloaded using psiturk.preloadPages.
BODY
psiturk.preloadPages
Example:
psiturk.preloadPages(['instructions.html', 'block1.html', 'block2.html'); psiturk.showPage('instructions.html');