Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:create:functions:answers [19.04.2015 10:36] – [Tips] alexander.ritter | en:create:functions:answers [21.04.2024 20:17] (current) – admin |
---|
| |
| |
''void **answers**(string //questionID//, [array //items//])'' | ''void **answers**(string //questionID//, [array //items//, array //options//])'' |
| |
* //questionID//\\ The 4-figure question ID to be displayed. | * //questionID//\\ The 4-figure question ID to be displayed. |
* //items// (optional)\\ Only display selected items or options. | * //items// (optional)\\ Show only some of the items or options (those with the item identifiers listed here). Please see the notes on ''answersOption()'' below. |
| * //options// (optionally)\\ Display options like in ''[[:en:create:functions:answersOption]]'', will only be applied to this question. |
| |
| |