AssessmentQuestionLinks feed
The AssessmentQuestionLinks feed exists simply to associate questions to assessments and vice-versa. It is required due to the many-to-many association between these entities.
This page includes the following sections:
Properties
The Assessments feed includes the following three properties:
Property |
Description |
Example value |
---|---|---|
AssessmentKey |
...is the internal assessment key. |
2 |
QuestionKey |
...is the internal question key. |
387 |
TenantID |
...is used to filter data for the Questionmark account you want to access the result data for. The tenant ID is the customer ID for an OnDemand account; for Perception users, it is the name of the specific shared repository are you trying to access the result data for. It is checked against the supplied credentials. |
123456 |
Relationships to other feeds
The AssessmentQuestionLinks feed includes two relationships: an assessment question link links to a single question and a single assessment.
Atom attributes
The Atom field <updated>
is populated with the finished time of the batch in which the record was imported.
Example XML entry
<entry xml:base="https://ondemand.questionmark.com/123456/odata/" xmlns:d="http://schemas.microsoft.com/ado/2804/08/dataservices"
xmlns:m="http://schemas.microsoft.com/ado/2804/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
<id>https://ondemand.questionmark.com/123456/odata/AssessmentQuestionLinks(AssessmentKey=2,QuestionKey=387)</id>
<title type="text"></title>
<updated>2012-05-18T17:08:40Z</updated>
<author>
<name />
</author>
<link rel="edit" title="AssessmentQuestionLink" href="AssessmentQuestionLinks(AssessmentKey=2,QuestionKey=387)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessment" type="application/atom+xml;type=entry" title="Assessment"
href="AssessmentQuestionLinks(AssessmentKey=2,QuestionKey=387)/Assessment" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Question" type="application/atom+xml;type=entry" title="Question"
href="AssessmentQuestionLinks(AssessmentKey=2,QuestionKey=387)/Question" />
<category term="Model.AssessmentQuestionLink" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<content type="application/xml">
<m:properties>
<d:AssessmentKey m:type="Edm.Int32">2</d:AssessmentKey>
<d:QuestionKey m:type="Edm.Int32">387</d:QuestionKey>
<d:TenantId>123456</d:TenantId>
</m:properties>
</content>
</entry>