Fixed Survey to follow convention that a value of 0 for maxResponsesPerUser
should imply unlimited. Updated tests and docs to match.
This commit is contained in:
parent
13bec1ac46
commit
07e03c7b15
3 changed files with 51 additions and 29 deletions
|
|
@ -960,9 +960,9 @@ directly inside the answer_loop for other types of questions.|,
|
|||
},
|
||||
|
||||
'maxResponsesPerUser' => {
|
||||
message => q|The number of times the user can attempt to get the correct answer on each question. The default is 1.|,
|
||||
message => q|The number of times the user can attempt to get the correct answer on each question. 0 means unlimited. The default is 1.|,
|
||||
context => q|Description of a template variable for a template Help page.|,
|
||||
lastUpdated => 1168643566,
|
||||
lastUpdated => 1238131023,
|
||||
},
|
||||
|
||||
'survey questions template title' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue