Appearance
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?
optionalassignmentId:string
Defined in: types/challenge.types.ts:823
challenge
challenge:
object
Defined in: types/challenge.types.ts:833
coverImageUrl?
optionalcoverImageUrl: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?
optionalavatarUrl:string
displayName
displayName:
string
id
id:
string
submittedAt
submittedAt:
string
Defined in: types/challenge.types.ts:840
trackRecord?
optionaltrackRecord: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