__( 'Measure what content is engaging, and what content to create.', 'userfeedback-lite' ) ); } /** * @inheritdoc * * @return array */ public function get_config() { return array( 'questions' => array( array( 'type' => 'radio-button', 'title' => __( 'Did you find this content engaging?', 'userfeedback-lite' ), 'config' => array( 'options' => array( __( 'Yes', 'userfeedback-lite' ), __( 'No', 'userfeedback-lite' ), ), ), ), array( 'type' => 'long-text', 'title' => __( 'What content would you like us to create?', 'userfeedback-lite' ), ), ), ); } }