Skip to main content

AssessmentCreateInput

No description

input AssessmentCreateInput {
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
assessmentSubscriptionLevel: SubscriptionLevelType!
}

Fields

AssessmentCreateInput.assessmentOf ● AssessmentOf enum

What the assessment assesses

AssessmentCreateInput.assessmentType ● AssessmentType enum

Type of assessment

AssessmentCreateInput.clientMutationId ● String scalar

Client mutation ID

AssessmentCreateInput.experienceId ● Int scalar

Experience ID

AssessmentCreateInput.gatherPeerNetwork ● Boolean scalar

Gather peer neworks?

AssessmentCreateInput.hasPercentile ● Boolean scalar

Generates percentile?

AssessmentCreateInput.hasRank ● Boolean scalar

Generates rank?

AssessmentCreateInput.hasScore ● Boolean scalar

Generates score?

AssessmentCreateInput.hrCan ● HRCanInput input

hrCan flags

AssessmentCreateInput.hrPage ● PageInput input

Descriptive page for HR users

AssessmentCreateInput.hrResultsDisplay ● ResultsDisplayInput input

How to show results to HR users

AssessmentCreateInput.jsResultsDisplay ● ResultsDisplayInput input

How to show results to JS users

AssessmentCreateInput.industryId ● Int scalar

Industry ID

AssessmentCreateInput.jobTypeId ● Int scalar

Job type ID

AssessmentCreateInput.jsPage ● PageInput input

Descriptive page for JS users

AssessmentCreateInput.language ● String scalar

Language of assessment

AssessmentCreateInput.labellingType ● AssessmentLabellingType enum

Type of labelling

AssessmentCreateInput.name ● String scalar

Name of assessment

AssessmentCreateInput.numberOfQuestions ● Int scalar

Number of questions to use for Survey

AssessmentCreateInput.options ● [SurveyQuestionInput] list input

List of choice questions describing assessment options

AssessmentCreateInput.order ● Int scalar

Order of assessment

AssessmentCreateInput.peerNetworks ● [PeerInput] list input

List of peer networks

AssessmentCreateInput.peerNetworkStatus ● AssessmentPeerNetworkStatus enum

Status of peer networks

AssessmentCreateInput.questionBankIds ● [Int] list scalar

List of question bank IDs to copy to assessment

AssessmentCreateInput.questions ● [SurveyQuestionInput] list input

List of questions in assessment

AssessmentCreateInput.randomiseQuestions ● Boolean scalar

Randomise questions when making a response?

AssessmentCreateInput.rankOptimiser ● RankOptimiserInput input

Optimiser for ranker work

AssessmentCreateInput.rankingSurveyNameTmpl ● String scalar

Template for ranking survey name

AssessmentCreateInput.rankingSurveyQuestionBodyTmpl ● String scalar

Template for ranking question body

AssessmentCreateInput.rankingSurveyQuestionTitleTmpl ● String scalar

Template for ranking question title

AssessmentCreateInput.rankingSurveyThankyouBodyTmpl ● String scalar

Template for ranking survey thank you page

AssessmentCreateInput.rankingSurveyWelcomeBodyTmpl ● String scalar

Template for ranking survey welcome page

AssessmentCreateInput.scoreOptimiser ● ScoreOptimiserInput input

Optimiser for scorer work

AssessmentCreateInput.scoringSurveyLevelsCount ● Int scalar

Number of scoring levels

AssessmentCreateInput.scoringSurveyLevelsTmpl ● [AssessmentScoringLevelTmplInput] list input

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

AssessmentCreateInput.scoringSurveyNameTmpl ● String scalar

Template for scoring survey name

AssessmentCreateInput.scoringSurveyQuestionBodyTmpl ● String scalar

Template for scoring survey question body

AssessmentCreateInput.scoringSurveyQuestionTitleTmpl ● String scalar

Template for scoring survey title body

AssessmentCreateInput.scoringSurveyThankyouBodyTmpl ● String scalar

Template for scoring survey thank you page

AssessmentCreateInput.scoringSurveyWelcomeBodyTmpl ● String scalar

Template for scoring survey welcome page

AssessmentCreateInput.status ● AssessmentStatus enum

State of assessment

AssessmentCreateInput.subjectCan ● SubjectCanInput input

subjectCan flags

AssessmentCreateInput.thankyouPage ● PageInput input

Default assessment thank you page

AssessmentCreateInput.timeout ● Int scalar

Default assessment timeout

AssessmentCreateInput.traitBankIds ● [Int] list scalar

List of trait bank IDs to copy to assessment

AssessmentCreateInput.traits ● [TraitInput] list input

Traits in assessment

AssessmentCreateInput.welcomePage ● PageInput input

Default assessment welcome page

AssessmentCreateInput.assessmentSubscriptionLevel ● SubscriptionLevelType! non-null enum

Subcription level of this assessment

Member Of

assessmentCreate mutation