array( array( 'type' => 'radio-button', 'title' => __( 'On a scale of 1-5, how would you rate your experience? ', 'userfeedback' ), 'config' => array( 'options' => array( 1, 2, 3, 4, 5 ), ), ), ), ); } }