IMPORTANT: Questionmark recommendeds using the Delivery Odata API (click here for documentation) for new integrations, not the QMWISe API. Although we currently continue to issue maintenance updates to this API to support customers with current QMWISe-based integrations, we are no longer adding new methods/functionality to QMWISe. 

CreateAssessmentResultInfoList

Applies to the following products: 
Questionmark Perception
Applies to the following Perception versions: 
Perception 5.7
Perception 5.4
Perception 5.2
Perception 5.1
Name CreateAssessmentResultInfoList

Description

This method process a list of assessment information (which includes the Assessment ID) and creates a new assessment record in the database for new each assessment in the list. It returns the number of new records created.

Input

  • AssessmentResultInfoList - nillable; type AssessmentResultInfoList
    • AssessmentResultInfo - optional, unbounded; type AssessmentResultInfo
      • Assessment_ID - optional;

        type string

      • Revision

        type int

      • Session_Name - optional;

        type string

      • Session_Author - optional;

        type string

      • Whether_Time_Limit

        type boolean

      • Time_Limit

        type int

      • Number_Sections

        type short

      • Description - optional;

        type string

      • Last_Updated - optional;

        type string

      • When_Modified - optional;

        type string

Output
  • NumberRecordsCreated

    type int