'yes', 'value' => $this->random_value(), 'title' => esc_html__( 'First option', 'learnpress' ), ], [ 'is_true' => 'yes', 'value' => $this->random_value(), 'title' => esc_html__( 'Second option', 'learnpress' ), ], [ 'is_true' => 'yes', 'value' => $this->random_value(), 'title' => esc_html__( 'Third option', 'learnpress' ), ], ]; } }