{
    types: {
        'Quality': {
            pluralLabel: 'Qualities'
        }
    },
    items: [
       {   type:    'Quality', 
           label:   'low',
           description: 'This is a video that is so grainy or shaky that it is hard to see, or where key dancers are often obscured'
       },
       {   type:    'Quality',
           label:   'ok',
           description: 'This is a video which, while not perfect, is steady enough to follow, and effectively tracks the key dancers.'
       },
       {   type:     'Quality',
           label:    'high',
           description: 'This is a video shot from a tripod, or a particularly steady hand, that perfectly tracks the key dancers.'
       }
    ]
}