diff --git a/src/Plugin/WebformElement/RadiosQuiz.php b/src/Plugin/WebformElement/RadiosQuiz.php
index afb2275..59105a9 100644
--- a/src/Plugin/WebformElement/RadiosQuiz.php
+++ b/src/Plugin/WebformElement/RadiosQuiz.php
@@ -101,9 +101,6 @@ class RadiosQuiz extends Radios implements QuizInterface {
    */
   protected function getAnswer($element, WebformSubmissionInterface $webform_submission) {
     $answer = $webform_submission->getElementData($element['#webform_key']);
-    if (isset($element['#options'][$answer])) {
-      $answer = $element['#options'][$answer];
-    }
     return $this->typedDataManager->create($this->typedDataManager->createDataDefinition($this->getAnswerDataTypeId()), $answer);
   }
 
