+
+ {question.questionTypes === '1'? (
+ this.handleRadioChange(index, e.target.value)}
+ >
+ A
+ this.handleAnswerOptionChange(index, 'A', e.target.value)}
+ />
+
+ ) : (
+ this.handleCheckboxChange(index,'A', values,)}>
+ A
+ this.handleAnswerOptionChange(index, 'A', e.target.value)}
+ />
+
+ )}
+ {question.questionTypes === '1'? (
+ this.handleRadioChange(index, e.target.value)}
+ style={{ marginLeft: 20 }}
+ >
+ B
+ this.handleAnswerOptionChange(index, 'B', e.target.value)}
+ />
+
+ ) : (
+ this.handleCheckboxChange(index,'B',values)}>
+ B
+ this.handleAnswerOptionChange(index, 'B', e.target.value)}
+ />
+
+ )}
+
+
+ {question.questionTypes === '1'? (
+ this.handleRadioChange(index, e.target.value)}
+ >
+ C
+ this.handleAnswerOptionChange(index, 'C', e.target.value)}
+ />
+
+ ) : (
+ this.handleCheckboxChange(index,'C', values)}>
+ C
+ this.handleAnswerOptionChange(index, 'C', e.target.value)}
+ />
+
+ )}
+ {question.questionTypes === '1'? (
+ this.handleRadioChange(index, e.target.value)}
+ style={{ marginLeft: 20 }}
+ >
+ D
+ this.handleAnswerOptionChange(index, 'D', e.target.value)}
+ />
+
+ ) : (
+ this.handleCheckboxChange(index,'D',values)}>
+ D
+ this.handleAnswerOptionChange(index, 'D', e.target.value)}
+ />
+
+ )}
+
+
+