Show / Hide Table of Contents

Class AssessmentConstants

Inheritance
System.Object
AssessmentConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Assessment
Assembly: Appearition.SDK.dll
Syntax
public static class AssessmentConstants

Fields

View Source

ASSESSMENT_GENERATE_EMPTY_QUERY

Declaration
public const string ASSESSMENT_GENERATE_EMPTY_QUERY = "Please provide at least one Category Id and one Level Of Proficiency Id to generate an assessment."
Field Value
Type Description
System.String
View Source

ASSESSMENT_GENERATE_FAILURE

Declaration
public const string ASSESSMENT_GENERATE_FAILURE = "Unable to create any assessment with the proficiency levels of id {0} and categores of id {1}."
Field Value
Type Description
System.String
View Source

ASSESSMENT_GENERATE_INVALID_GENERATORS

Declaration
public const string ASSESSMENT_GENERATE_INVALID_GENERATORS = "It seems some generators were unable to get any templates. Ensure there is at least one definition per generator type."
Field Value
Type Description
System.String
View Source

ASSESSMENT_GENERATE_NO_QANDA

Declaration
public const string ASSESSMENT_GENERATE_NO_QANDA = "No Q&A data was found while trying to generate the assessment of id {0} and name {1}"
Field Value
Type Description
System.String
View Source

ASSESSMENT_GENERATE_NULL

Declaration
public const string ASSESSMENT_GENERATE_NULL = "Not all required data was provided during the generation process."
Field Value
Type Description
System.String
View Source

ASSESSMENT_GENERATE_SUCCESS

Declaration
public const string ASSESSMENT_GENERATE_SUCCESS = "Assessment of name {0} and id {1} was successfully generated."
Field Value
Type Description
System.String
View Source

ASSESSMENT_LIST_FAILURE

Declaration
public const string ASSESSMENT_LIST_FAILURE = "An error occured when trying to fetch the Assessments from the channel of id {0}"
Field Value
Type Description
System.String
View Source

ASSESSMENT_LIST_SUCCESS

Declaration
public const string ASSESSMENT_LIST_SUCCESS = "Assessments of the channel {0} have been successfully fetched!"
Field Value
Type Description
System.String
View Source

ASSESSMENT_LIST_SUCCESS_OFFLINE

Declaration
public const string ASSESSMENT_LIST_SUCCESS_OFFLINE = "Assessments of the channel {0} have been successfully loaded offline!"
Field Value
Type Description
System.String
View Source

ASSESSMENT_SUBMIT_FAILURE

Declaration
public const string ASSESSMENT_SUBMIT_FAILURE = "An error occured when trying to submit the Assessment of id {0} and name {1} to the channel of id {2}"
Field Value
Type Description
System.String
View Source

ASSESSMENT_SUBMIT_INVALID

Declaration
public const string ASSESSMENT_SUBMIT_INVALID = "The provided Assessment's data is invalid or not completed."
Field Value
Type Description
System.String
View Source

ASSESSMENT_SUBMIT_SUCCESS

Declaration
public const string ASSESSMENT_SUBMIT_SUCCESS = "The Assessment of id {0} and name {1} completed by user {2} was successfully submitted to the channel of id {3}"
Field Value
Type Description
System.String
View Source

DEFAULT_AMOUNT_OF_CORRECT_ANSWERS

Declaration
public const int DEFAULT_AMOUNT_OF_CORRECT_ANSWERS = 1
Field Value
Type Description
System.Int32
View Source

DEFAULT_AMOUNT_OF_WRONG_ANSWERS

The default amount of wrong answer to generate for questions which do not force any quantity.

Declaration
public const int DEFAULT_AMOUNT_OF_WRONG_ANSWERS = 3
Field Value
Type Description
System.Int32
View Source

GENERATOR_CATEGORY_TYPE_ANY_AMOUNT

Amount of categories generated when asking for "any" during the CategoryTypeGenerator.

Declaration
public const int GENERATOR_CATEGORY_TYPE_ANY_AMOUNT = 3
Field Value
Type Description
System.Int32
View Source

QUESTION_PROPERTY_CORRECT_MESSAGE_KEY

Declaration
public const string QUESTION_PROPERTY_CORRECT_MESSAGE_KEY = "CorrectMessage"
Field Value
Type Description
System.String
View Source

QUESTION_PROPERTY_INCORRECT_MESSAGE_KEY

Declaration
public const string QUESTION_PROPERTY_INCORRECT_MESSAGE_KEY = "IncorrectMessage"
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX