Dies ist eine alte Version des Dokuments!
void urnPutAway([string questionID])
The function urnPutAway() is only relevant when previously in the questionnaire the function urnDraw() with the value 'man' for the third parameter (store) was called up. In this case, determine when the combination should be stored using urnPutAway().
urnDraw().Note: Until the ballot has been devalued, other respondents can draw the same ballot. This can cause uneven distributions, which will be corrected automatically however.
Tip: Leave out urnPutAway(), in order to implement a random draw with replacement, if you want to draw a combination (i.e. not just a number). Otherwise use random().