NIPO ODIN Version 5.17

*PICT (codes option)

Purpose

Displays a picture on a code.

Syntax

*PICT <n|[expression1]> <m|[expression2]>

Description

This command is always used on a code definition and must be specified after this code on the same line. A picture is displayed identified by the picture number. The picture comes from the picture library (P-file).

Arguments

n|expression1
A positive or negative integer or expression that indicates the vertical shift of the picture in pixels. When the value is positive, the direction of the shift is upwards. When the value is negative, the direction of the shift is downwards.

m|expression2
The value m is a positive integer or expression which indicates the picture number in the picture file (P-file).

Remarks

  • Shifting up and down is currently only supported for NIPO CAWI, but the first argument must be specified for NIPO CATI and NIPO CAPI.
  • Pictures must come from the survey picture library (surveyP file). Directly referring to a filename or referring to another picture library is not supported for pictures after codes.

Example

*QUESTION 1 *CODES 65L2
Which flag do you like best?

1: *PICT 11 United Kingdom


2: *PICT 12 France


3: *PICT 13 Germany


4: *PICT 14 Italy


5: *PICT 15 United States of America


6: *PICT 16 Japan


Result:

Embedded PNG Image Template (Styled)

See Also