__( 'Learn how customers currently rate your website experience.', 'userfeedback-lite' ) ); } /** * @inheritdoc * * @return array */ public function get_config() { return array( 'questions' => array( array( 'type' => 'radio-button', 'title' => __( 'On a scale of 1-5, how would you rate your experience? ', 'userfeedback-lite' ), 'config' => array( 'options' => array( 1, 2, 3, 4, 5 ), ), ), ), ); } }