Interface SafeProgramPearsonQuestionSource

This source is from a Pearson question a user is testing out.

interface SafeProgramPearsonQuestionSource {
    code: string;
    question: PearsonContextTemplateQuestionReference;
}

Properties

Properties

code: string

The code submitted to try the question with.

The question being tried.