@@ -32,7 +32,7 @@ It is your responsibility to make sure the index remains within range! You can
...
@@ -32,7 +32,7 @@ It is your responsibility to make sure the index remains within range! You can
It is sensible to always ensure your `stack_seed` does not create run-time errors. Notice that although the `mod` function does return `0` we have avoided possible zero indexes when defining `n1`.
It is sensible to always ensure your `stack_seed` does not create run-time errors. Notice that although the `mod` function does return `0` we have avoided possible zero indexes when defining `n1`.
Of course, there are many other ways to map deployed seeds onto systematic deployment of variants. Using consecutive integers from \(1, \ldots, n\) as the starting point is probably simplest and easiest to maintain. For this reason there is a special option to do this on the deploy variants page.
Of course, there are many other ways to map deployed seeds onto systematic deployment of variants. Using consecutive integers from \(1, \ldots, n\) as the starting point is probably simplest and easiest to maintain. For this reason there is a special option to do this on the deploy variants page. There is also an option to use consecutive integers from \(n, \ldots, m\).
$string['deployduplicateerror']='Duplicate question notes detected in the deployed variants. We strongly recommend each question note is only deployed once, otherwise you will have difficulty collecting meaningful stats when grouping by variant. Please consider deleting some variants with duplicate notes.';
$string['deployduplicateerror']='Duplicate question notes detected in the deployed variants. We strongly recommend each question note is only deployed once, otherwise you will have difficulty collecting meaningful stats when grouping by variant. Please consider deleting some variants with duplicate notes.';
$string['deploytoomanyerror']='STACK will try to deploy up to at most 100 new variants in any one request. No new variants deployed.';
$string['deploytoomanyerror']='STACK will try to deploy up to at most 100 new variants in any one request. No new variants deployed.';
$string['deploymanynonew']='Too many repeated existing question notes were generated.';
$string['deploymanynonew']='Too many repeated existing question notes were generated.';