up Inquisit Language Reference

currentblock property

The name of the currently running block.

Member of

<script>

Remarks

This property indicates which block, if any, is currently running.

Examples

The following displays the value of currentblock in a text stimulus:

<text sometext>
/ items= ("currentblock = <% script.currentblock %>")
</text>

The following displays the value of currentblock in an instruction page:

<page somepage>
currentblock = <% script.currentblock %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.