Browse: Home / Hooks /

learndash_module_ai_quiz_creation_parsed_response

apply_filters( 'learndash_module_ai_quiz_creation_parsed_response',  LearnDashCoreModulesAIQuiz_CreationDTOParsed_Response $parsed_response,  LearnDashCoreModulesAIQuiz_CreationDTORequest $request,  string $response )

Filters the parsed response data.


Description #


Parameters #

$parsed_response

(LearnDashCoreModulesAIQuiz_CreationDTOParsed_Response) Response data that is already parsed.

$request

(LearnDashCoreModulesAIQuiz_CreationDTORequest) Request parameters.

$response

(string) Original response by AI.


Return #

(LearnDashCoreModulesAIQuiz_CreationDTOParsed_Response) Parsed response DTO that will be processed.


Source #

File: src/Core/Modules/AI/Quiz_Creation/Parser.php


Changelog #

Changelog
Version Description
4.8.0 Introduced.