Rak
05/25/2018, 2:28 PMval question34 = QuestionAndAnswer(
"Have you redlined?",
ElementType.DROP_DOWN,
mapOf(
Pair(YES, null),
Pair(NO, null)
),
null,
"FLD34",
true)