Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:display_question [2022/09/13 18:15] – external edit 127.0.0.1 | a_f:a:display_question [2025/03/05 05:55] (current) – [Example] sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== DISPLAY QUESTION ====== | ====== DISPLAY QUESTION ====== | ||
| Line 5: | Line 5: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | + | ||
| - | '' | + | '' |
| - | + | ArithmeticExpression() | |
| - | where ArithmeticOperation is the operation that produces a string (usually just a string literal). | + | |
| + | | ||
| + | | ||
| + | [ | ||
| + | '' | ||
| + | ] | ||
| + | [ | ||
| + | '' | ||
| + | ] | ||
| + | | ||
| + | where | ||
| + | - ArithmeticOperation is the operation that produces a string (usually just a string literal). | ||
| + | - MTITLE: | ||
| + | - YESNAME: optional name of the " | ||
| + | - NONAME: | ||
| ===== Example ===== | ===== Example ===== | ||
| - | <code aim> | + | <code aim> |
| - | + | ||
| - | '' | + | |
| The reply of the user can be checked using the Reply attribute of the predefined object Question, for example: | The reply of the user can be checked using the Reply attribute of the predefined object Question, for example: | ||