Interface PutPearsonCodingQuestionSource

The data to create a coding question.

interface PutPearsonCodingQuestionSource {
    assignmentId: number;
}

Properties

Properties

assignmentId: number

The assignment id from which we should retrieve the contents of this question.

This assignment should have a published ATv2 snapshot.