PrintBatch

PrintBatches PrintBatch
Methods Supported:
  • GET – read only

Filters supported:
  • ID – primary key

  • GroupID – the ID of the group associated with this batch

$orderby is not supported.

The PrintBatches feed contains information about a group of users who have been assigned a particular snapshot of an assessment to take externally, typically through printing and scanning.

EntityType: PrintBatch
Entity Key: ID Edm.Int64 NOT NULL

The numeric ID of this batch.

Name Edm.String

The name given to this batch

SnapshotID Edm.Int32 NOT NULL

The ID of the associated AssessmentSnapshot entity.

GroupID Edm.Int32 NOT NULL

The ID of the associated Group entity.

CreatedDateTime Edm.DateTime NOT NULL
ModifiedDateTime Edm.DateTime NOT NULL
LastUploadedDateTime Edm.DateTime

The time at which the last upload for this batch took place.

AssessmentSnapshot AssessmentSnapshot

Navigation property to the associated AssessmentSnapshot.

Group Group

Navigation property to the associated Group.

PrintBatchUploads PrintBatchUpload Collection

Navigation property to a collection of PrintBatchUpload entities.

EntityType: PrintBatchUpload

New in version 2020.02.

With Questionmark OnPremise and certain configurations of Questionmark OnDemand, printing and scanning uses an external scanning process resulting in CSV files that are uploaded representing multiple participants within a print batch. Typically a single batch upload contains the scanned responses for all participants within the batch. In this case, the PrintBatchUpload entity is used to represent the uploaded CSV.

With Questionmark OnDemand, printing and scanning uses scanned bubble sheets in PDF format that are uploaded and then processed to create individual AnswerUpload entities. Print batch uploads are not used when uploading PDFs for scanning.