survey js type 3a 22rating 22 2c

Solutions on MaxInterview for survey js type 3a 22rating 22 2c by the best coders in the world

showing results for - "survey js type 3a 22rating 22 2c"
Violeta
01 Jan 2017
1var q = survey.getQuestionByName('satisfaction');
2q.maximumRateDescription = 2;
3survey.render();
Emma
10 May 2018
1var q = survey.getQuestionByName('satisfaction');
2q.mininumRateDescription = 2;
3survey.render();