Skip to content

DoCurious API Reference / types / StudentTrackRecordSummary

Interface: StudentTrackRecordSummary

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

Summary of a student's track record for display in community views. Extends PendingReview with the track record status so teachers can see all student track records, not just submitted ones.

Extends

Properties

assignmentId?

optional assignmentId: string

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

Inherited from

PendingReview.assignmentId


challenge

challenge: object

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

coverImageUrl?

optional coverImageUrl: string

id

id: string

title

title: string

Inherited from

PendingReview.challenge


challengeId

challengeId: string

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

Inherited from

PendingReview.challengeId


communityId

communityId: string

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

Inherited from

PendingReview.communityId


communityName

communityName: string

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

Inherited from

PendingReview.communityName


entryCount

entryCount: number

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

Inherited from

PendingReview.entryCount


status

status: TrackRecordStatus

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


student

student: object

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

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string

Inherited from

PendingReview.student


submittedAt

submittedAt: string

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

Inherited from

PendingReview.submittedAt


trackRecord?

optional trackRecord: TrackRecord

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

Inherited from

PendingReview.trackRecord


trackRecordId

trackRecordId: string

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

Inherited from

PendingReview.trackRecordId


updatedAt

updatedAt: string

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


userId

userId: string

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

Inherited from

PendingReview.userId


verificationAttempts

verificationAttempts: number

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

Inherited from

PendingReview.verificationAttempts

DoCurious Platform Documentation