Trial Design

Command: createForm
Summary This command creates a new form underneath the “parent” form. The form will be placed at the location as programmed in the forms template tab. Tab...
Tue, Nov 8, 2022 at 12:57 PM
Command: currentDate
Summary This command returns the current complete date. Attributes none Parameters none Example <script scriptId="futureDate"> ...
Tue, Nov 8, 2022 at 12:58 PM
Command: currentDateTime
Summary This command returns the current complete date and time. Attributes none Parameters none Example <script scriptId="currentTimeD...
Thu, Oct 6, 2022 at 2:56 PM
Command: dateDiff
Summary This command calculates the difference between a “from date” and a “to date”. When partial dates are used, then the minimum difference between the ...
Tue, Nov 8, 2022 at 3:15 PM
Command: datePath
Summary This command retrieves a date value from the specified “path”. The path must specify a value that resolves to a date. Attributes path (required...
Tue, Nov 8, 2022 at 1:03 PM
Command: numberPath
Summary This command retrieves a number value from the specified ‘path’. The path must specify a value that resolves to a number. Attributes path (requ...
Tue, Nov 8, 2022 at 1:20 PM
Command: stringPath
Summary This command retrieves a string value from the specified ‘path’. The path must specify a value that resolves to a string. Attributes path (re...
Tue, Nov 8, 2022 at 1:28 PM
Attributes: Previous Value
Summary The previous value attributes can be used to access the question value present at form load. Two such attributes exist to access both the previous ...
Thu, Nov 17, 2022 at 8:45 AM
Command: divide
Summary This command returns the result of the parameters. If a division by zero is calculated the command returns the numerator. Attributes none Par...
Tue, Nov 8, 2022 at 1:03 PM
Command: email
Summary This article covers the email command.  Description This command sends an email to the specified target with the provided subject and body. Em...
Thu, Jul 20, 2023 at 4:37 PM