Skip to main content

AssessmentUpdateInput

No description

input AssessmentUpdateInput {
assessmentOf: AssessmentOf
assessmentType: AssessmentType
clientMutationId: String
experienceId: Int
gatherPeerNetwork: Boolean
hasPercentile: Boolean
hasRank: Boolean
hasScore: Boolean
hrCan: HRCanInput
hrPage: PageInput
hrResultsDisplay: ResultsDisplayInput
jsResultsDisplay: ResultsDisplayInput
industryId: Int
jobTypeId: Int
jsPage: PageInput
language: String
labellingType: AssessmentLabellingType
name: String
numberOfQuestions: Int
options: [SurveyQuestionInput]
order: Int
peerNetworks: [PeerInput]
peerNetworkStatus: AssessmentPeerNetworkStatus
questionBankIds: [Int]
questions: [SurveyQuestionInput]
randomiseQuestions: Boolean
rankOptimiser: RankOptimiserInput
rankingSurveyNameTmpl: String
rankingSurveyQuestionBodyTmpl: String
rankingSurveyQuestionTitleTmpl: String
rankingSurveyThankyouBodyTmpl: String
rankingSurveyWelcomeBodyTmpl: String
scoreOptimiser: ScoreOptimiserInput
scoringSurveyLevelsCount: Int
scoringSurveyLevelsTmpl: [AssessmentScoringLevelTmplInput]
scoringSurveyNameTmpl: String
scoringSurveyQuestionBodyTmpl: String
scoringSurveyQuestionTitleTmpl: String
scoringSurveyThankyouBodyTmpl: String
scoringSurveyWelcomeBodyTmpl: String
status: AssessmentStatus
subjectCan: SubjectCanInput
thankyouPage: PageInput
timeout: Int
traitBankIds: [Int]
traits: [TraitInput]
welcomePage: PageInput
id: Int!
}

Fields

AssessmentUpdateInput.assessmentOf ● AssessmentOf enum

What the assessment assesses

AssessmentUpdateInput.assessmentType ● AssessmentType enum

Type of assessment

AssessmentUpdateInput.clientMutationId ● String scalar

Client mutation ID

AssessmentUpdateInput.experienceId ● Int scalar

Experience ID

AssessmentUpdateInput.gatherPeerNetwork ● Boolean scalar

Gather peer neworks?

AssessmentUpdateInput.hasPercentile ● Boolean scalar

Generates percentile?

AssessmentUpdateInput.hasRank ● Boolean scalar

Generates rank?

AssessmentUpdateInput.hasScore ● Boolean scalar

Generates score?

AssessmentUpdateInput.hrCan ● HRCanInput input

hrCan flags

AssessmentUpdateInput.hrPage ● PageInput input

Descriptive page for HR users

AssessmentUpdateInput.hrResultsDisplay ● ResultsDisplayInput input

How to show results to HR users

AssessmentUpdateInput.jsResultsDisplay ● ResultsDisplayInput input

How to show results to JS users

AssessmentUpdateInput.industryId ● Int scalar

Industry ID

AssessmentUpdateInput.jobTypeId ● Int scalar

Job type ID

AssessmentUpdateInput.jsPage ● PageInput input

Descriptive page for JS users

AssessmentUpdateInput.language ● String scalar

Language of assessment

AssessmentUpdateInput.labellingType ● AssessmentLabellingType enum

Type of labelling

AssessmentUpdateInput.name ● String scalar

Name of assessment

AssessmentUpdateInput.numberOfQuestions ● Int scalar

Number of questions to use for Survey

AssessmentUpdateInput.options ● [SurveyQuestionInput] list input

List of choice questions describing assessment options

AssessmentUpdateInput.order ● Int scalar

Order of assessment

AssessmentUpdateInput.peerNetworks ● [PeerInput] list input

List of peer networks

AssessmentUpdateInput.peerNetworkStatus ● AssessmentPeerNetworkStatus enum

Status of peer networks

AssessmentUpdateInput.questionBankIds ● [Int] list scalar

List of question bank IDs to copy to assessment

AssessmentUpdateInput.questions ● [SurveyQuestionInput] list input

List of questions in assessment

AssessmentUpdateInput.randomiseQuestions ● Boolean scalar

Randomise questions when making a response?

AssessmentUpdateInput.rankOptimiser ● RankOptimiserInput input

Optimiser for ranker work

AssessmentUpdateInput.rankingSurveyNameTmpl ● String scalar

Template for ranking survey name

AssessmentUpdateInput.rankingSurveyQuestionBodyTmpl ● String scalar

Template for ranking question body

AssessmentUpdateInput.rankingSurveyQuestionTitleTmpl ● String scalar

Template for ranking question title

AssessmentUpdateInput.rankingSurveyThankyouBodyTmpl ● String scalar

Template for ranking survey thank you page

AssessmentUpdateInput.rankingSurveyWelcomeBodyTmpl ● String scalar

Template for ranking survey welcome page

AssessmentUpdateInput.scoreOptimiser ● ScoreOptimiserInput input

Optimiser for scorer work

AssessmentUpdateInput.scoringSurveyLevelsCount ● Int scalar

Number of scoring levels

AssessmentUpdateInput.scoringSurveyLevelsTmpl ● [AssessmentScoringLevelTmplInput] list input

List of templates for each scoring level, used for choice creation

AssessmentUpdateInput.scoringSurveyNameTmpl ● String scalar

Template for scoring survey name

AssessmentUpdateInput.scoringSurveyQuestionBodyTmpl ● String scalar

Template for scoring survey question body

AssessmentUpdateInput.scoringSurveyQuestionTitleTmpl ● String scalar

Template for scoring survey title body

AssessmentUpdateInput.scoringSurveyThankyouBodyTmpl ● String scalar

Template for scoring survey thank you page

AssessmentUpdateInput.scoringSurveyWelcomeBodyTmpl ● String scalar

Template for scoring survey welcome page

AssessmentUpdateInput.status ● AssessmentStatus enum

State of assessment

AssessmentUpdateInput.subjectCan ● SubjectCanInput input

subjectCan flags

AssessmentUpdateInput.thankyouPage ● PageInput input

Default assessment thank you page

AssessmentUpdateInput.timeout ● Int scalar

Default assessment timeout

AssessmentUpdateInput.traitBankIds ● [Int] list scalar

List of trait bank IDs to copy to assessment

AssessmentUpdateInput.traits ● [TraitInput] list input

Traits in assessment

AssessmentUpdateInput.welcomePage ● PageInput input

Default assessment welcome page

AssessmentUpdateInput.id ● Int! non-null scalar

ID of assessment to update

Member Of

assessmentUpdate mutation