@override bool get answered { if (value == null) return false; return (value.isNotEmpty) && (!isNullOrEmpty(value[0])); }