@$(touser) $(eval r=(a,b)=> Math.floor(Math.random()*(b-a+1))+a; p=r(1,100); o=r(0,10);if(p>10){o=r(11,94)}if(p>20){o=r(95,100)}if(p>95){o=r(100,95)} o;)
I want to add text to a field. Each % required (10% = Bad 11-94% = Good 95-100% =Awesome)
I newbie in read code please teach me Thx