Get all completion details

get

/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{selectedCourseOfferingsUniqID}/child/completionDetails

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Learner Learning Records resource and used to uniquely identify an instance of Learner Learning Records. The client should not generate the hash key value. Instead, the client should query on the Learner Learning Records collection resource in order to navigate to a specific instance of Learner Learning Records to get the hash key.
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds the completion details for assignments that match the specified primary key criteria.
      Finder Variables:
      • activityId; integer; Application-generated primary key, surrogate key.
    • findByActivityAssignmentRecordIdAndActivityId: Finds the completion details for assignments that match the specified assignment criteria.
      Finder Variables:
      • activityAssignmentRecordId; integer; Application-generated primary key, surrogate key.
      • activityId; integer; Application-generated primary key, surrogate key.
      • dataSecurityPrivilege; string.
    • findByCompletionDetailsFilters: Finds the completion details of an assignment record that match the specified criteria.
      Finder Variables:
      • activityAttemptStatus; string; Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
      • activityExpectedEffort; string; Expected effort for the activity.
      • activitySectionNumber; string; Number identifying the activity section.
      • activityTitle; string; Title of the activity.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • activityAssignmentRecordId; integer; Activity assignment record Id of the activity attempt.
    • activityAttemptAEUnits; string; Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • activityAttemptAEUnitsMeaning; string; Description for the activityAttemptAEUnitsMeaning attribute value.
    • activityAttemptActualEffort; number; Actual effort by the learner to complete the activity.
    • activityAttemptActualScore; number; Actual score achieved by the learner for the activity attempt.
    • activityAttemptAssignedToDisplayName; string; Display name of the person to whom the activity attempt is assigned.
    • activityAttemptAssignedToId; integer; Friendly number identifying the person to whom the activity attempt is assigned.
    • activityAttemptAssignedToNumber; string; Friendly number identifying the person to whom the activity attempt is assigned.
    • activityAttemptAssignedToType; string; Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • activityAttemptAssignedToTypeMeaning; string; Description for the activity attempt assigned to type.
    • activityAttemptComplDate; string; Completion date of the activity attempt.
    • activityAttemptDeepLink; string; Deep link URL for the activity when opened in a browser. It opens the learning item activity player.
    • activityAttemptEmbedLink; string; Deep link URL to embed the activity page in other pages.
    • activityAttemptExemptedDate; string; Attempt exemption date of the activity attempt.
    • activityAttemptExemptedRC; string; Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • activityAttemptExemptedRCMeaning; string; Description for the activityAttemptExemptedRCMeaning attribute value.
    • activityAttemptId; number; Application-generated primary key.
    • activityAttemptLocked; string; Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • activityAttemptNextAction; string; Next action of the activity when learner does the activity.
    • activityAttemptNumber; string; Number of attempts on the self-paced activity.
    • activityAttemptStartedDate; string; Date when the activity was attempted by the learner.
    • activityAttemptStatus; string; Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • activityAttemptStatusMeaning; string; Description for the activityAttemptStatusMeaning attribute value.
    • activityComplRequirement; string; Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • activityComplRequirementMeaning; string; Description for the activityComplRequirementMeaning attribute value.
    • activityContentDisplayMode; string; Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • activityCoverArtLink; string; URL to open the cover art directly from the browser.
    • activityDate; string; Date when the activity is performed. This is applicable only for instructor-led activity.
    • activityDescription; string; Description for the activity.
    • activityDisplayOrder; number; Display order of the activities.
    • activityEffortUnits; string; Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • activityEffortUnitsMeaning; string; Description for the activity effort units.
    • activityEndTime; string; Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • activityExpectedEffort; string; Expected effort for the activity.
    • activityId; integer; Application-generated primary key of the activity.
    • activityLearnerMarkCompl; string; Indicates whether the learner can mark the activity as completed.
    • activityNumber; string; Friendly number for identifying the activity in the UI.
    • activityPassingScore; number; Passing score for the activity.
    • activitySecComplRequired; number; Completion requirement for the activity section.
    • activitySectionAttemptCompletionProgress; number; Number of activities completed in a section.
    • activitySectionAttemptLocked; string; Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • activitySectionAttemptStatus; string; Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • activitySectionAttemptStatusMeaning; string; Description for the activitySectionAttemptStatus attribute value.
    • activitySectionDescription; string; Description for the activity section.
    • activitySectionDisplayOrder; number; Display order of the activity section.
    • activitySectionId; number; Application-generated primary key column.
    • activitySectionLongDescription; string; Long description of the learning activity.
    • activitySectionNumber; string; Number identifying the activity section.
    • activitySectionTitle; string; Name of the activity section.
    • activitySectionTotalActivities; number; Total number of activities in the section.
    • activityShortDescription; string; Description for the learning content activity.
    • activityStartTime; string; Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • activityTimeZone; string; Activity time zone. This is applicable only for instructor-led activity.
    • activityTitle; string; Title of the activity.
    • activityTotalAttempts; number; Total attempts on the activity by the learner .
    • activityType; string; Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • activityTypeMeaning; string; Description for the activity type.
    • addToCalendarLink; string; Link to download the .ics file to add to the calendar. This is applicable only for instructor-led activity.
    • completionItemId; integer; Application-generated primary key of the completion item.
    • completionItemNumber; string; Friendly number for identifying the completion item.
    • dataSecurityPrivilege; string; Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • dataSecurityPrivilegeMeaning; string; Description for the dataSecurityPrivilegeMeaning attribute value.
    • eLearnMarkCompletionOnOpen; string; Set the eLearning to complete on learning opening.
    • elearnAttemptReview; string; Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • elearnAttemptReviewMeaning; string; Description for the elearnAttemptReview attribute value.
    • elearnAttemptsAllowed; number; Maximum number of attempts allowed on the assessment self-paced activity.
    • elearnCoverArtLink; string; URL to open the eLearning cover art directly from the browser.
    • elearnDisableContentReview; string; Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • elearnDisableReview; string; Disable reviews on the self-paced activity.
    • elearnDisableReviewForPassedAttempts; string; Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • elearnHideActualScore; string; Hide score on the self-paced activity.
    • elearnId; number; Application-generated primary key for the eLearning content of the self-paced activity.
    • elearnNumber; string; Number for identifying the content that backs the self-paced activity.
    • elearnQuestionnaireId; integer; Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • elearnQuestionnaireNumber; string; Question number of a question in the eLearning.
    • elearnRecordedAttemptsRule; string; Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • elearnRecordedAttemptsRuleMeaning; string; Description fore the elearnRecordedAttemptsRule attribute value.
    • elearnRichMediaLink; string; URL to open the video directly from the browser.
    • elearnRichMediaSrcLink; string; Link to the rich media source file.
    • elearnShortDescription; string; Description for the learning content of the self-paced activity.
    • elearnShowResponseFeedback; string; Show response feedback on the self-paced activity.
    • elearnTimePERAttempt; number; Time limit per attempt on the assessment self-paced activity.
    • elearnTimePERAttemptUnits; string; Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • elearnTimePERAttemptUnitsMeaning; string; Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • elearnTitle; string; Name of the learning content of the self-paced activity.
    • elearnType; string; Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • elearnTypeMeaning; string; Description for the elearnTypeMeaning attribute value.
    • parentLearningItemSubType; string; Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • parentLearningItemSubTypeMeaning; string; Description learningItemSubType attribute value.
    • sectionAttemptComplDate; string; Date when the learner successfully completed this activity section.
    • virtualClassroomInformation; string; Additional information on the virtual classroom, if used in the activity.
    • virtualClassroomJoinLink; string; Link to join the virtual classroom, if used in the activity. This is applicable only for instructor-led activity.
    • virtualClassroomType; string; Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • virtualClassroomTypeMeaning; string; Description for the virtual classroom type.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-item-response
Type: object
Show Source
  • Title: Activity Assignment Record ID
    Read Only: true
    Activity assignment record Id of the activity attempt.
  • Title: Actual Effort
    Read Only: true
    Actual effort by the learner to complete the activity.
  • Title: Activity Attempt Actual Score
    Read Only: true
    Actual score achieved by the learner for the activity attempt.
  • Title: Actual Effort Units
    Read Only: true
    Maximum Length: 120
    Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
  • Title: Actual Effort Units Description
    Read Only: true
    Maximum Length: 4000
    Description for the activityAttemptAEUnitsMeaning attribute value.
  • Title: Activity Attempt Assignee
    Read Only: true
    Maximum Length: 30
    Display name of the person to whom the activity attempt is assigned.
  • Title: Activity Attempt Assignee Person ID
    Read Only: true
    Friendly number identifying the person to whom the activity attempt is assigned.
  • Title: Activity Attempt Assignee Person Number
    Read Only: true
    Maximum Length: 30
    Friendly number identifying the person to whom the activity attempt is assigned.
  • Title: Activity Attempt Assignee Type
    Read Only: true
    Maximum Length: 30
    Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
  • Title: Activity Attempt Assignee Type Description
    Read Only: true
    Description for the activity attempt assigned to type.
  • Title: Activity Attempt Completed Date
    Read Only: true
    Completion date of the activity attempt.
  • Title: Activity Attempt Exempted Date
    Read Only: true
    Attempt exemption date of the activity attempt.
  • Title: Activity Attempt Exempted Reason Code
    Read Only: true
    Maximum Length: 30
    Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
  • Title: Activity Attempt Exempted Reason Code Description
    Read Only: true
    Maximum Length: 4000
    Description for the activityAttemptExemptedRCMeaning attribute value.
  • Title: Activity Attempt ID
    Read Only: true
    Application-generated primary key.
  • Title: Activity Attempt Locked
    Read Only: true
    Maximum Length: 1
    Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
  • Title: Activity Attempt Next Action
    Read Only: true
    Maximum Length: 19
    Next action of the activity when learner does the activity.
  • Title: Activity Attempt Number
    Read Only: true
    Maximum Length: 30
    Number of attempts on the self-paced activity.
  • Title: Activity Attempt Started Date
    Read Only: true
    Date when the activity was attempted by the learner.
  • Title: Activity Attempt Status
    Maximum Length: 32
    Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
  • Title: Activity Attempt Status Description
    Read Only: true
    Maximum Length: 4000
    Description for the activityAttemptStatusMeaning attribute value.
  • Activity Completion Predecessor Hints
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
  • Title: Activity Completion Requirement
    Read Only: true
    Maximum Length: 120
    Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
  • Title: Activity Completion Requirement Description
    Read Only: true
    Maximum Length: 4000
    Description for the activityComplRequirementMeaning attribute value.
  • Activity Content Attempts
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
  • Read Only: true
    Maximum Length: 30
    Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
  • Title: Activity Date
    Read Only: true
    Date when the activity is performed. This is applicable only for instructor-led activity.
  • Title: Activity Description
    Read Only: true
    Maximum Length: 4000
    Description for the activity.
  • Read Only: true
    Long description for the activity.
  • Title: Activity Position
    Read Only: true
    Display order of the activities.
  • Title: Activity Effort Units
    Read Only: true
    Maximum Length: 120
    Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
  • Title: Activity Effort Units Description
    Read Only: true
    Maximum Length: 4000
    Description for the activity effort units.
  • Title: Activity End Date
    Read Only: true
    Activity end time expressed in UTC format.
  • Title: Activity End Time
    Read Only: true
    Maximum Length: 32
    Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
  • Title: Expected Effort
    Read Only: true
    Maximum Length: 83
    Expected effort for the activity.
  • Title: Activity ID
    Read Only: true
    Application-generated primary key of the activity.
  • Title: Learner Can Mark Activity Complete
    Read Only: true
    Maximum Length: 1
    Indicates whether the learner can mark the activity as completed.
  • Title: Activity Number
    Read Only: true
    Maximum Length: 30
    Friendly number for identifying the activity in the UI.
  • Title: Passing Score
    Read Only: true
    Passing score for the activity.
  • Title: Activity Section Required Activities
    Read Only: true
    Completion requirement for the activity section.
  • Title: Activity Section Attempt Completion Progress
    Read Only: true
    Number of activities completed in a section.
  • Title: Activity Section Attempt Locked
    Read Only: true
    Maximum Length: 1
    Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
  • Title: Activity Section Attempt Status
    Read Only: true
    Maximum Length: 32
    Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
  • Title: Activity Section Attempt Status Description
    Read Only: true
    Maximum Length: 4000
    Description for the activitySectionAttemptStatus attribute value.
  • Activity Section Completion Predecessor Hints
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
  • Title: Activity Section Description
    Read Only: true
    Maximum Length: 4000
    Description for the activity section.
  • Title: Activity Section Position
    Read Only: true
    Display order of the activity section.
  • Title: Activity Section ID
    Read Only: true
    Application-generated primary key column.
  • Title: Long Description
    Read Only: true
    Long description of the learning activity.
  • Title: Activity Section Number
    Read Only: true
    Maximum Length: 30
    Number identifying the activity section.
  • Title: Activity Section Title
    Read Only: true
    Maximum Length: 250
    Name of the activity section.
  • Title: Activity Section Total Activities
    Read Only: true
    Total number of activities in the section.
  • Title: Activity Short Description
    Read Only: true
    Maximum Length: 4000
    Description for the learning content activity.
  • Title: Activity Start Date
    Read Only: true
    Activity start time expressed in UTC format.
  • Title: Activity Start Time
    Read Only: true
    Maximum Length: 32
    Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
  • Title: Activity Time Zone
    Read Only: true
    Maximum Length: 30
    Activity time zone. This is applicable only for instructor-led activity.
  • Title: Activity Title
    Read Only: true
    Maximum Length: 250
    Title of the activity.
  • Title: Activity Total Attempts
    Read Only: true
    Total attempts on the activity by the learner .
  • Title: Activity Type
    Read Only: true
    Maximum Length: 32
    Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
  • Title: Activity Type Description
    Read Only: true
    Maximum Length: 4000
    Description for the activity type.
  • Classrooms
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
  • Read Only: true
    Application-generated primary key of the completion item.
  • Read Only: true
    Maximum Length: 30
    Friendly number for identifying the completion item.
  • Title: Data Security Privilege
    Read Only: true
    Maximum Length: 32
    Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
  • Title: Data Security Privilege Description
    Read Only: true
    Maximum Length: 4000
    Description for the dataSecurityPrivilegeMeaning attribute value.
  • Title: eLearning Attempt Review
    Read Only: true
    Maximum Length: 120
    Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
  • Title: eLearning Attempt Review Description
    Read Only: true
    Maximum Length: 4000
    Description for the elearnAttemptReview attribute value.
  • Title: eLearning Attempts Allowed
    Read Only: true
    Maximum number of attempts allowed on the assessment self-paced activity.
  • Title: eLearning Disable Content Review
    Read Only: true
    Maximum Length: 1
    Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
  • Title: eLearning Disable Review
    Read Only: true
    Maximum Length: 1
    Disable reviews on the self-paced activity.
  • Title: eLearning Disable Review for Passed Attempts
    Read Only: true
    Maximum Length: 1
    Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
  • Title: eLearning Hide Actual Score
    Read Only: true
    Maximum Length: 1
    Hide score on the self-paced activity.
  • Title: eLearning ID
    Read Only: true
    Application-generated primary key for the eLearning content of the self-paced activity.
  • Title: eLearning Mark Completion on Open
    Read Only: true
    Maximum Length: 1
    Set the eLearning to complete on learning opening.
  • Title: eLearning Number
    Read Only: true
    Maximum Length: 30
    Number for identifying the content that backs the self-paced activity.
  • Title: Questionnaire ID
    Read Only: true
    Unique identifier of the questionnaire that backs the assessment self-paced activity.
  • Title: Questionnaire Number
    Read Only: true
    Maximum Length: 19
    Question number of a question in the eLearning.
  • Title: eLearning Recorded Attempts Rule
    Read Only: true
    Maximum Length: 120
    Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
  • Title: eLearning Recorded Attempts Rule Description
    Read Only: true
    Maximum Length: 4000
    Description fore the elearnRecordedAttemptsRule attribute value.
  • Title: eLearning Description
    Read Only: true
    Maximum Length: 4000
    Description for the learning content of the self-paced activity.
  • Title: eLearning Show Response Feedback
    Read Only: true
    Maximum Length: 1
    Show response feedback on the self-paced activity.
  • Title: eLearning Time per Attempt
    Read Only: true
    Time limit per attempt on the assessment self-paced activity.
  • Title: eLearning Time per Attempt Units
    Read Only: true
    Maximum Length: 30
    Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
  • Title: eLearning Time per Attempt Units Description
    Read Only: true
    Maximum Length: 4000
    Description for the elearnTimePERAttemptUnitsMeaning attribute value.
  • Title: eLearning Title
    Read Only: true
    Maximum Length: 250
    Name of the learning content of the self-paced activity.
  • Title: eLearning Type
    Read Only: true
    Maximum Length: 80
    Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
  • Title: eLearning Type Description
    Read Only: true
    Maximum Length: 4000
    Description for the elearnTypeMeaning attribute value.
  • Instructors
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
  • Links
  • Offered Languages
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
  • Offered Locations
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
  • Title: Parent Assigned Learning Item Subtype
    Read Only: true
    Maximum Length: 32
    Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
  • Title: Parent Assigned Learning Item Subtype Description
    Read Only: true
    Maximum Length: 4000
    Description learningItemSubType attribute value.
  • Questionnaire Responses
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
  • Related Materials
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
  • Title: Activity Section Completion Date
    Read Only: true
    Date when the learner successfully completed this activity section.
  • Title: Virtual Classroom Information
    Read Only: true
    Maximum Length: 19
    Additional information on the virtual classroom, if used in the activity.
  • Title: Virtual Classroom Type
    Read Only: true
    Maximum Length: 40
    Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
  • Title: Virtual Classroom Type Description
    Read Only: true
    Description for the virtual classroom type.
Nested Schema : Activity Completion Predecessor Hints
Type: array
Title: Activity Completion Predecessor Hints
The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
Show Source
Nested Schema : Activity Content Attempts
Type: array
Title: Activity Content Attempts
The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
Show Source
Nested Schema : Activity Section Completion Predecessor Hints
Type: array
Title: Activity Section Completion Predecessor Hints
The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
Show Source
Nested Schema : Classrooms
Type: array
Title: Classrooms
The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
Show Source
Nested Schema : Instructors
Type: array
Title: Instructors
The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
Show Source
Nested Schema : Offered Languages
Type: array
Title: Offered Languages
The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
Show Source
Nested Schema : Offered Locations
Type: array
Title: Offered Locations
The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
Show Source
Nested Schema : Questionnaire Responses
Type: array
Title: Questionnaire Responses
The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
Show Source
Nested Schema : Related Materials
Type: array
Title: Related Materials
The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityCompletionPredecessorHint-item-response
Type: object
Show Source
  • Title: Activity Predecessor Attempt Assignee Type
    Read Only: true
    Maximum Length: 30
    Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
  • Title: Activity Predecessor Attempt Assignee Type Description
    Read Only: true
    Description for the activity attempt assigned to type.
  • Title: Activity Predecessor Attempt Locked
    Read Only: true
    Maximum Length: 1
    Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
  • Title: Activity Predecessor Attempt Number
    Read Only: true
    Maximum Length: 30
    Friendly number for identifying the activity attempt.
  • Title: Activity Predecessor Attempt Status
    Read Only: true
    Maximum Length: 32
    Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
  • Title: Activity Predecessor Number
    Read Only: true
    Maximum Length: 30
    Friendly number for identifying the activity.
  • Title: Activity Predecessor Title
    Read Only: true
    Maximum Length: 255
    Title of the activity.
  • Links
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-item-response
Type: object
Show Source
Nested Schema : Questionnaire Responses
Type: array
Title: Questionnaire Responses
The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-item-response
Type: object
Show Source
Nested Schema : Question Responses
Type: array
Title: Question Responses
The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
Type: object
Show Source
  • Title: Answer Code
    Read Only: true
    Maximum Length: 240
    The answer code that a participant chose when responding to a single choice question.
  • Title: Answer Code List
    Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Comments
    Maximum Length: 4000
    Additional comments provided by the participant when responding to a question.
  • Title: Answer
    Attachment provided by the participant when responding to a question.
  • Title: Answer List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Answer Short Description
    Read Only: true
    Maximum Length: 240
    Text of the answer chosen by a participant when responding to a single choice question.
  • Title: Answer Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Choice List Code
    Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the question response.
  • Title: Creation Date
    Read Only: true
    Date on which the question response was created.
  • Title: Last Update Date
    Read Only: true
    Date on which the question response was updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the question response.
  • Links
  • Title: Question Answer Id
    Surrogate identifier of the answer that a participant chose when responding to a single choice question.
  • Title: Question Code
    Maximum Length: 240
    Alphanumeric value that uniquely identifies a question defined for a subscriber.
  • Title: Question Id
    Surrogate identifier for the question.
  • Title: Questionnaire Question Id
    Surrogate identifier for the question in a questionnaire.
  • Question Response Attachments
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
  • Title: Question Response Id
    Surrogate identifier for the question response.
  • Title: Question Text
    Read Only: true
    Maximum Length: 2000
    Text of the question that a participant responds to.
  • Title: Answer Score
    Read Only: true
    Calculated score for the responses provided for a question by a participant.
Nested Schema : Question Response Attachments
Type: array
Title: Question Response Attachments
The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
Type: object
Show Source
Nested Schema : Question Responses
Type: array
Title: Question Responses
The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
Type: object
Show Source
  • Title: Answer Code
    Read Only: true
    Maximum Length: 240
    The answer code that a participant chose when responding to a single choice question.
  • Title: Answer Code List
    Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Comments
    Maximum Length: 4000
    Additional comments provided by the participant when responding to a question.
  • Title: Answer
    Attachment provided by the participant when responding to a question.
  • Title: Answer List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Answer Short Description
    Read Only: true
    Maximum Length: 240
    Text of the answer chosen by a participant when responding to a single choice question.
  • Title: Answer Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Choice List Code
    Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the question response.
  • Title: Creation Date
    Read Only: true
    Date on which the question response was created.
  • Title: Last Update Date
    Read Only: true
    Date on which the question response was updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the question response.
  • Links
  • Title: Question Answer Id
    Surrogate identifier of the answer that a participant chose when responding to a single choice question.
  • Title: Question Code
    Maximum Length: 240
    Alphanumeric value that uniquely identifies a question defined for a subscriber.
  • Title: Question Id
    Surrogate identifier for the question.
  • Title: Questionnaire Question Id
    Surrogate identifier for the question in a questionnaire.
  • Question Response Attachments
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
  • Title: Question Response Id
    Surrogate identifier for the question response.
  • Title: Question Text
    Read Only: true
    Maximum Length: 2000
    Text of the question that a participant responds to.
  • Title: Answer Score
    Read Only: true
    Calculated score for the responses provided for a question by a participant.
Nested Schema : Question Response Attachments
Type: array
Title: Question Response Attachments
The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
Type: object
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activitySectionCompletionPredecessorHint-item-response
Type: object
Show Source
  • Title: Activity Section Predecessor Attempt Assignee Type
    Read Only: true
    Maximum Length: 30
    Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
  • Title: Activity Section Predecessor Attempt Assignee Type Description
    Read Only: true
    Description for the activity section attempt assigned to type.
  • Title: Activity Section Predecessor Attempt Locked
    Read Only: true
    Maximum Length: 1
    Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
  • Title: Activity Section Predecessor Attempt Number
    Read Only: true
    Maximum Length: 30
    Friendly number for identifying the activity section attempt.
  • Title: Activity Section Predecessor Attempt Status
    Read Only: true
    Maximum Length: 32
    Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
  • Title: Activity Section Predecessor Number
    Read Only: true
    Maximum Length: 30
    Friendly number identifying the activity section.
  • Title: Activity Section Predecessor Title
    Read Only: true
    Maximum Length: 255
    Title of the activity section.
  • Links
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
Show Source
Nested Schema : Classroom Descriptive Flexfields
Type: array
Title: Classroom Descriptive Flexfields
The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-attachments-item-response
Type: object
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-classroomDFFs-item-response
Type: object
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-instructors-item-response
Type: object
Show Source
Nested Schema : Instructor Descriptive Flexfields
Type: array
Title: Instructor Descriptive Flexfields
The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-instructors-instructorDFF-item-response
Type: object
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-offeredLanguages-item-response
Type: object
Show Source
  • Title: Language
    Read Only: true
    Maximum Length: 255
    Language of the selected offering associated with the learning record.
  • Title: Language Code
    Read Only: true
    Maximum Length: 30
    Language code of the selected offering associated with the learning record.
  • Title: Language Code Description
    Read Only: true
    Maximum Length: 4000
    Description for the languageCode attribute value.
  • Links
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-offeredLocations-item-response
Type: object
Show Source
  • Links
  • Title: Location City
    Read Only: true
    Maximum Length: 60
    City where the offering is delivered for the selected offering associated with the learning record.
  • Title: Location Country
    Read Only: true
    Maximum Length: 60
    Country where the offering is delivered for the selected offering associated with the learning record.
  • Title: Location Name
    Read Only: true
    Maximum Length: 93
    City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-item-response
Type: object
Show Source
Nested Schema : Question Responses
Type: array
Title: Question Responses
The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-item-response
Type: object
Show Source
  • Title: Answer Code
    Read Only: true
    Maximum Length: 240
    The answer code that a participant chose when responding to a single choice question.
  • Title: Answer Code List
    Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Comments
    Maximum Length: 4000
    Additional comments provided by the participant when responding to a question.
  • Title: Answer
    Attachment provided by the participant when responding to a question.
  • Title: Answer List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Answer Short Description
    Read Only: true
    Maximum Length: 240
    Text of the answer chosen by a participant when responding to a single choice question.
  • Title: Answer Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Choice List Code
    Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the question response.
  • Title: Creation Date
    Read Only: true
    Date on which the question response was created.
  • Title: Last Update Date
    Read Only: true
    Date on which the question response was updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the question response.
  • Links
  • Title: Question Answer Id
    Surrogate identifier of the answer that a participant chose when responding to a single choice question.
  • Title: Question Code
    Maximum Length: 240
    Alphanumeric value that uniquely identifies a question defined for a subscriber.
  • Title: Question Id
    Surrogate identifier for the question.
  • Title: Questionnaire Question Id
    Surrogate identifier for the question in a questionnaire.
  • Question Response Attachments
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
  • Title: Question Response Id
    Surrogate identifier for the question response.
  • Title: Question Text
    Read Only: true
    Maximum Length: 2000
    Text of the question that a participant responds to.
  • Title: Answer Score
    Read Only: true
    Calculated score for the responses provided for a question by a participant.
Nested Schema : Question Response Attachments
Type: array
Title: Question Response Attachments
The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
Type: object
Show Source
Nested Schema : Question Responses
Type: array
Title: Question Responses
The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
Type: object
Show Source
  • Title: Answer Code
    Read Only: true
    Maximum Length: 240
    The answer code that a participant chose when responding to a single choice question.
  • Title: Answer Code List
    Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Comments
    Maximum Length: 4000
    Additional comments provided by the participant when responding to a question.
  • Title: Answer
    Attachment provided by the participant when responding to a question.
  • Title: Answer List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Answer Short Description
    Read Only: true
    Maximum Length: 240
    Text of the answer chosen by a participant when responding to a single choice question.
  • Title: Answer Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
  • Title: Choice List Code
    Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice List
    Maximum Length: 2000
    Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Choice Short Description
    Read Only: true
    Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the question response.
  • Title: Creation Date
    Read Only: true
    Date on which the question response was created.
  • Title: Last Update Date
    Read Only: true
    Date on which the question response was updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the question response.
  • Links
  • Title: Question Answer Id
    Surrogate identifier of the answer that a participant chose when responding to a single choice question.
  • Title: Question Code
    Maximum Length: 240
    Alphanumeric value that uniquely identifies a question defined for a subscriber.
  • Title: Question Id
    Surrogate identifier for the question.
  • Title: Questionnaire Question Id
    Surrogate identifier for the question in a questionnaire.
  • Question Response Attachments
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
  • Title: Question Response Id
    Surrogate identifier for the question response.
  • Title: Question Text
    Read Only: true
    Maximum Length: 2000
    Text of the question that a participant responds to.
  • Title: Answer Score
    Read Only: true
    Calculated score for the responses provided for a question by a participant.
Nested Schema : Question Response Attachments
Type: array
Title: Question Response Attachments
The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
Type: object
Show Source
Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-relatedMaterials-item-response
Type: object
Show Source
Back to Top