Create a question answered by writing a prompt which uses AI to generate the answer. This question will be automatically generated for the student in the code editor under the parent quiz of this question (redacted).

interface PromptEngineeringQuestionMember {
    $unknown?: undefined;
    allowInternet?: undefined;
    checkstyle?: undefined;
    codeStructureTest?: undefined;
    codingQuestion?: undefined;
    connectRubric?: undefined;
    customTest?: undefined;
    flake8?: undefined;
    ioTest?: undefined;
    javaCompile?: undefined;
    junit5?: undefined;
    jupyterNotebook?: undefined;
    mcq?: undefined;
    negativeMatch?: undefined;
    output?: undefined;
    positiveMatch?: undefined;
    program?: undefined;
    promptEngineeringQuestion: AutoTestRedactedPromptEngineeringQuestionStepOutput;
    pytest?: undefined;
    quiz?: undefined;
    regexMatch?: undefined;
    runIf?: undefined;
    runIn?: undefined;
    runInNotebook?: undefined;
    selectAllQuestion?: undefined;
    simpleMatch?: undefined;
    simplePythonTest?: undefined;
    snapshot?: undefined;
    substringMatch?: undefined;
    testHide?: undefined;
    testTimeoutEach?: undefined;
    testUploadFiles?: undefined;
    weight?: undefined;
}

Properties

$unknown?: undefined
allowInternet?: undefined
checkstyle?: undefined
codeStructureTest?: undefined
codingQuestion?: undefined
connectRubric?: undefined
customTest?: undefined
flake8?: undefined
ioTest?: undefined
javaCompile?: undefined
junit5?: undefined
jupyterNotebook?: undefined
mcq?: undefined
negativeMatch?: undefined
output?: undefined
positiveMatch?: undefined
program?: undefined
pytest?: undefined
quiz?: undefined
regexMatch?: undefined
runIf?: undefined
runIn?: undefined
runInNotebook?: undefined
selectAllQuestion?: undefined
simpleMatch?: undefined
simplePythonTest?: undefined
snapshot?: undefined
substringMatch?: undefined
testHide?: undefined
testTimeoutEach?: undefined
testUploadFiles?: undefined
weight?: undefined