def choices=['ACFS','ARROW','AURA','CIP','CARE'] def html='' choices.each{ html=html+""" ${it as String} """ return html } def choice2=['T3','INFRA','SPIDER','FIERCE','CARE'] def html1='' choice2.each{ html1=html1+""" ${it as String} """ } return html1