Skip to content

DoCurious API Reference / types / PendingReview

Interface: PendingReview

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

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.

Properties

assignmentId?

optional assignmentId: string

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


challenge

challenge: object

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

coverImageUrl?

optional coverImageUrl: string

id

id: string

title

title: string


challengeId

challengeId: string

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


communityId

communityId: string

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


communityName

communityName: string

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


entryCount

entryCount: number

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


student

student: object

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

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


submittedAt

submittedAt: string

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


trackRecord?

optional trackRecord: TrackRecord

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


trackRecordId

trackRecordId: string

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


userId

userId: string

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


verificationAttempts

verificationAttempts: number

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

DoCurious Platform Documentation