Which widget I can use for multi-selection purpose and which attribute type has multiple values to select from?

0
I tried using the enumeration type attribute but it didn't work because enumeration is used for only one correct answer.   This picture is showing types of attributes available. attribute types 
asked
1 answers
0

You could try the Multiselect Enumeration Widget, or else create an entity that contains objects for each option and create a many-to-many association. Then use a reference set selector, combobox or simple checkbox set selector widget.

answered