extractanswers() Function

Function

extractanswers( questions, text )

Returns an array of strings that respond to the questions provided. The expected format of the question and answer text is the format returned by insertquestions().

See also: insertquestions()

Parameters

Keyword Type Description

questions

Text Array

Array of questions.

text

Text

Text representing the questions and answers.

Returns

Text Array

Examples

extractanswers({"What is your name?", "What is your age?"}, "1. What is your name? Ben 2. What is your age? 47 <<<###>>>") returns {"Ben", "47"}

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK