Skip to content

DoCurious API Reference / types / PendingReview

Interface: PendingReview

Defined in: types/challenge.types.ts:817

A Track Record awaiting teacher review, displayed in the teacher's review queue.

Remarks

Includes denormalized student and challenge info for list rendering without additional API calls. The full trackRecord is populated on demand when the teacher opens the review detail view.

Extended by

Properties

assignmentId?

optional assignmentId: string

Defined in: types/challenge.types.ts:823


challenge

challenge: object

Defined in: types/challenge.types.ts:833

coverImageUrl?

optional coverImageUrl: string

id

id: string

title

title: string


challengeId

challengeId: string

Defined in: types/challenge.types.ts:820


communityId

communityId: string

Defined in: types/challenge.types.ts:821


communityName

communityName: string

Defined in: types/challenge.types.ts:822


entryCount

entryCount: number

Defined in: types/challenge.types.ts:842


student

student: object

Defined in: types/challenge.types.ts:826

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


submittedAt

submittedAt: string

Defined in: types/challenge.types.ts:840


trackRecord?

optional trackRecord: TrackRecord

Defined in: types/challenge.types.ts:845


trackRecordId

trackRecordId: string

Defined in: types/challenge.types.ts:818


userId

userId: string

Defined in: types/challenge.types.ts:819


verificationAttempts

verificationAttempts: number

Defined in: types/challenge.types.ts:841

DoCurious Platform Documentation