| SurveyMessage Enumeration |
Enumeration of the survey messages
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum SurveyMessage
Public Enumeration SurveyMessage
public enum class SurveyMessage
Members
| Member name | Value | Description |
---|
| CannotCreateTable | 1 |
Cannot create a database table
|
| ResponseExpected | 2 |
A response is expected for question `%q`
|
| OnlyOneResponseRequired | 3 |
You can only give one response for question `%q`
|
| ResponseMustBeNumeric | 4 |
Response to question `%q` must be numeric
|
| ResponseMustBeBetween | 5 |
Response to question `%q` must be between %1 and %2
|
| ResponseMustBeAbove | 6 |
Response to question `%q` must be above %1
|
| ResponseMustBeUnder | 7 |
Response to question `%q` must be under %1
|
| OnlyNResponses | 8 |
You can only give %1 responses to `%q`
|
| ForbiddenResponse | 9 |
You cannot give response `%1` to question `%q`
|
| SurveyNotLoaded | 10 |
The survey is not loaded
|
| IncorrectPassword | 11 |
The password is incorrect
|
| Specify | 12 |
Please specify...
|
| RankBetweenOneAndN | 13 |
Ranking must be between 1 an %1 for question `%q`
|
| RankMissing | 14 |
Rank %1 is missing for question `%q`
|
| DuplicateRank | 15 |
Rank %1 has been given more than once for question `%q`
|
| Other | 16 |
Other
|
| New | 17 |
New
|
| OtherSpecify | 18 |
Other (specify)
|
| DontKnow | 19 |
Don't know
|
| SemiOpenResponseRequired | 20 |
You must specify the semi-open response
|
| ResponseCannotBeDecimal | 21 |
You must specify the semi-open response
|
| NotValidDate | 22 |
Please enter a valid date for question `%q`
|
| NotValidTime | 23 |
Please enter a valid time for question `%q`
|
| QuotasClosed | 24 |
The quotas are closed for `%1`
|
| Calendar | 25 |
... (text of date picker button)
|
| AtLeastNResponseRequired | 26 |
Please select at least %1 for question `%q`
|
See Also