{
type: "radios",
label: "Identify the dolphin's name from the photo",
model: "dolphin",
values: [
{ common_name: "White-beaked dolphin", binomial_nomenclature:"Lagenorhynchus albirostris" },
{ common_name: "Peale's dolphin", binomial_nomenclature:"Lagenorhynchus australis" },
{ common_name: "Northern right whale dolphin", binomial_nomenclature:"Lissodelphis borealis" },
{ common_name: "Common bottlenose dolphin", binomial_nomenclature:"Tursiops truncatus" },
{ common_name: "Long-beaked common dolphin", binomial_nomenclature:"Delphinus capensis" },
{ common_name: "Pacific white-sided dolphin", binomial_nomenclature:"Lagenorhynchus obliquidens" },
{ common_name: "Pantropical spotted dolphin", binomial_nomenclature:"Stenella attenuata" },
{ common_name: "Chilean dolphin", binomial_nomenclature:"Cephalorhynchus eutropia" }
],
radiosOptions: {
value:"binomial_nomenclature",
name:"common_name"
}
}