Help creating a test


Author
Message
abunf23
abunf23
New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)
Group: Forum Members
Posts: 2, Visits: 5
Hello,
this might a too trivial for most but I've never worked with Millisecond or any other form of test-creating tool before.
I just need a simple test:

a textbox where participants can enter any text (unlimited) while a timer runs in the background (possibly visible for the participants).

Can anyone help me create the test?

Thank you!!
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 102K
abunf23 - 7/6/2023
Hello,
this might a too trivial for most but I've never worked with Millisecond or any other form of test-creating tool before.
I just need a simple test:

a textbox where participants can enter any text (unlimited) while a timer runs in the background (possibly visible for the participants).

Can anyone help me create the test?

Thank you!!

<block exampleblock>
/ trials = [1=openended.entertext]
</block>

<openended entertext>
/ stimulusframes = [1=text.instruction, clock.timer]
/ size = (90%, 80%)
/ position = (50%, 95%)
/ multiline = true
/ timeout = 60000
</openended>

<text instruction>
/ items = ("Enter text below. You have one minute.")
/ position = (50%, 5%)
</text>

<clock timer>
/ position = (90%, 5%)
/ mode = timer
/ timeout = 60000
</clock>


abunf23
abunf23
New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)New Member (27 reputation)
Group: Forum Members
Posts: 2, Visits: 5
Dave - 7/6/2023
abunf23 - 7/6/2023
Hello,
this might a too trivial for most but I've never worked with Millisecond or any other form of test-creating tool before.
I just need a simple test:

a textbox where participants can enter any text (unlimited) while a timer runs in the background (possibly visible for the participants).

Can anyone help me create the test?

Thank you!!

<block exampleblock>
/ trials = [1=openended.entertext]
</block>

<openended entertext>
/ stimulusframes = [1=text.instruction, clock.timer]
/ size = (90%, 80%)
/ position = (50%, 95%)
/ multiline = true
/ timeout = 60000
</openended>

<text instruction>
/ items = ("Enter text below. You have one minute.")
/ position = (50%, 5%)
</text>

<clock timer>
/ position = (90%, 5%)
/ mode = timer
/ timeout = 60000
</clock>


Thank you so much
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search