Question and QuestionTranslation

Questions Question
Methods Supported:
  • GET – read only

Filters supported:
  • ID – primary key

  • QuestionType – see note in entity type on space padding

The Questions feed contains records describing all the questions in the assessment catalog.

QuestionTranslations QuestionTranslation

An auxiliary feed to Questions containing translated versions of the Questions.

EntityType: Question
Entity Key: ID Edm.Int64 NOT NULL
Revision Edm.Int32 NOT NULL
Language Edm.String
Status Edm.Int16 NOT NULL
Description Edm.String
Author Edm.String
Editor Edm.String
CreatedDateTime Edm.DateTime NOT NULL
ModifiedDateTime Edm.DateTime NOT NULL
QuestionType Edm.String
QuestionTranslations QuestionTranslation Collection
Rubric Rubric
Answers Answer Collection
EntityType: QuestionTranslation
Entity Key: ID Edm.Int64 NOT NULL
Entity Key: Language Edm.String NOT NULL
Revision Edm.Int32 NOT NULL
Status Edm.Int16 NOT NULL
Description Edm.String
Author Edm.String
Editor Edm.String
CreatedDateTime Edm.DateTime NOT NULL
ModifiedDateTime Edm.DateTime NOT NULL
Question Question