Forum Discussion
- lnd_amaralContributor
function randomAnswer(){
var answer = ["A", "B", "C", "D"];
return answer[RandomInt(0,3)];
}
function RandomInt(min, max){
return Math.floor(Math.random() * (max - min + 1)) + min;
} - murugans1011Regular ContributorIn the Data generator click the 'Value from a set and add the required values in 'Custom Values' then click 'generate'
Related Content
- 7 years ago
- 6 years ago
Recent Discussions
- 4 minutes ago