Group: Awaiting Activation
Posts: 72,
Visits: 192
|
Hi, I'd like Ps to spend at least 3 minutes in response to a prompt. How do I code Inquisit so that Ps can't advance until 3 minutes have elapsed? The current code is below:
V
<survey prime_c> / pages = [1=describe_c] / responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0) / itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0) / itemspacing = 2% / showpagenumbers = false / finishlabel = "Next" / branch = [block.mood_c] ------------------------------------------------------------------------------------ *** PAGES **** ------------------------------------------------------------------------------------
<surveypage describe_c> / caption = "Please answer the following questions" / fontstyle = ("Verdana", -16, true, false, false, false, 5, 0) / questions = [1=describetext_c] </surveypage>
<textbox describetext_c> / caption = "Please think about a time ... Describe in detail ..." / multiline = true / textboxsize = (70, 50) / size = (70, 50) </textbox>
|