public class QuizzesConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANSWER_FIELD_TYPE_INLINE_EDITOR
Answer field type.
|
static java.lang.String |
ANSWER_FIELD_TYPE_POPUP_EDITOR
Answer field type.
|
static java.lang.String |
ANSWER_FIELD_TYPE_TEXT
Answer field type.
|
static java.lang.String |
GRAPH_TOOLBAR
The name of the graph toolbar
QuestionInstance parameter. |
static java.lang.String |
META_PROPERTY_QUESTION
A string identifying the question within the caller platform.
|
static java.lang.String |
META_PROPERTY_REFERER
A string identifying the caller platform.
|
static java.lang.String |
META_PROPERTY_USER
A string without personal information identifying the user within the
caller platform.
|
static java.lang.String |
OPTION_DECIMAL_SEPARATOR
Output option.
|
static java.lang.String |
OPTION_DIGIT_GROUP_SEPARATOR
Output option.
|
static java.lang.String |
OPTION_EXPONENTIAL_E
Output option.
|
static java.lang.String |
OPTION_FLOAT_FORMAT
Output option.
|
static java.lang.String |
OPTION_IMAGINARY_UNIT
Output option.
|
static java.lang.String |
OPTION_IMPLICIT_TIMES_OPERATOR
Output option.
|
static java.lang.String |
OPTION_NUMBER_PI
Output option.
|
static java.lang.String |
OPTION_PRECISION
Output option.
|
static java.lang.String |
OPTION_RELATIVE_TOLERANCE
Option.
|
static java.lang.String |
OPTION_STUDENT_ANSWER_PARAMETER
Whether to include the student answer as algorithm parameter.
|
static java.lang.String |
OPTION_STUDENT_ANSWER_PARAMETER_NAME
The name of the algorithm's parameter for the student answer.
|
static java.lang.String |
OPTION_TIMES_OPERATOR
Output option.
|
static java.lang.String |
OPTION_TOLERANCE
Option.
|
static java.lang.String |
OPTION_TOLERANCE_DIGITS
Option.
|
static java.lang.String |
PARAMETER_USER_ID
The name of the user id
QuestionInstance parameter. |
static java.lang.String |
PROPERTY_ANSWER_FIELD_TYPE
The question property key for the type of answer input field.
|
static java.lang.String |
PROPERTY_AUXILIAR_TEXT
Deprecated.
Use
PROPERTY_AUXILIARY_TEXT instead. |
static java.lang.String |
PROPERTY_AUXILIARY_TEXT
The content written by the student into the auxiliary text editor.
|
static java.lang.String |
PROPERTY_CAS_INITIAL_SESSION
The CalcMe session to be initially loaded into the auxiliary CAS.
|
static java.lang.String |
PROPERTY_CAS_SESSION
The CalcMe session written by the student into the auxiliary CAS.
|
static java.lang.String |
PROPERTY_COMPOUND_ANSWER
Whether the question with open answer is compound.
|
static java.lang.String |
PROPERTY_COMPOUND_ANSWER_GRADE
The method to combine the grades of each answer in a compound answer question.
|
static java.lang.String |
PROPERTY_COMPOUND_ANSWER_GRADE_DISTRIBUTION
If the compound answer grade method is
PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_DISTRIBUTE , the grade distribution
string. |
static java.lang.String |
PROPERTY_SHOW_AUXILIAR_TEXT_INPUT
Whether to show an auxiliary text editor to the student so he can further explain
his/her answer.
|
static java.lang.String |
PROPERTY_SHOW_AUXILIARY_TEXT_INPUT |
static java.lang.String |
PROPERTY_SHOW_CAS
Whether to show a Computer Algebra System (CAS) to the student.
|
static java.lang.String |
PROPERTY_VALUE_COMPOUND_ANSWER_FALSE
Disable compound answer.
|
static java.lang.String |
PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_AND
Logic and operator on the grades: all answers in a compound answer question must be correct.
|
static java.lang.String |
PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_DISTRIBUTE
Each answer contributes with a weight to the total grade of the question.
|
static java.lang.String |
PROPERTY_VALUE_COMPOUND_ANSWER_TRUE
Enable compound answer.
|
static java.lang.String |
PROPERTY_VALUE_SHOW_CAS_ADD
Add a CAS before the answer input field.
|
static java.lang.String |
PROPERTY_VALUE_SHOW_CAS_FALSE
Don't show any auxiliary CAS to the student.
|
static java.lang.String |
PROPERTY_VALUE_SHOW_CAS_REPLACE
Replace the input field by the CAS.
|
Constructor and Description |
---|
QuizzesConstants() |
public static final java.lang.String OPTION_RELATIVE_TOLERANCE
public static final java.lang.String OPTION_TOLERANCE
public static final java.lang.String OPTION_TOLERANCE_DIGITS
public static final java.lang.String OPTION_PRECISION
public static final java.lang.String OPTION_TIMES_OPERATOR
public static final java.lang.String OPTION_IMAGINARY_UNIT
public static final java.lang.String OPTION_EXPONENTIAL_E
public static final java.lang.String OPTION_NUMBER_PI
public static final java.lang.String OPTION_IMPLICIT_TIMES_OPERATOR
public static final java.lang.String OPTION_FLOAT_FORMAT
Name | Format | Description |
---|---|---|
Digit grouping | ',' | Whether to separate digits in groups using the digit group separator string (defined in options section). |
Name | Format | Description |
---|---|---|
Computerized scientific | 'e', 'E' | The result is formatted as a decimal number in computerized scientific notation with 'e' or 'E' symbol respectively. For example 6.022E+23. Precision is the number of significant digits. |
Fixed decimal | 'f' | The result is formatted as a decimal number. Precision is the number of digits after the decimal mark. |
Computerized automatic | 'g', 'G' | The result is formatted using computerized scientific notation or decimal format, depending on the precision and the value after rounding, with 'e' or 'E' symbol respectively. Precision is the number of significant digits. |
Scientific | 'me' | The result is formatted as a decimal number in standard scientific notation: 1.03ยท10^23. Precision is the number of significant digits. |
Automatic | 'mg' | The same as 'g', but using 'me' instead of 'e' when scientific notation is needed. |
Floating decimal | 'mr' | The result is formatted as a decimal number with floating point notation. Precision is the number of significant digits. |
public static final java.lang.String OPTION_DECIMAL_SEPARATOR
public static final java.lang.String OPTION_DIGIT_GROUP_SEPARATOR
public static final java.lang.String OPTION_STUDENT_ANSWER_PARAMETER
OPTION_STUDENT_ANSWER_PARAMETER_NAME
.public static final java.lang.String OPTION_STUDENT_ANSWER_PARAMETER_NAME
public static final java.lang.String PROPERTY_ANSWER_FIELD_TYPE
public static final java.lang.String ANSWER_FIELD_TYPE_INLINE_EDITOR
public static final java.lang.String ANSWER_FIELD_TYPE_POPUP_EDITOR
public static final java.lang.String ANSWER_FIELD_TYPE_TEXT
public static final java.lang.String META_PROPERTY_REFERER
public static final java.lang.String META_PROPERTY_QUESTION
public static final java.lang.String META_PROPERTY_USER
public static final java.lang.String PROPERTY_COMPOUND_ANSWER
public static final java.lang.String PROPERTY_VALUE_COMPOUND_ANSWER_TRUE
public static final java.lang.String PROPERTY_VALUE_COMPOUND_ANSWER_FALSE
public static final java.lang.String PROPERTY_COMPOUND_ANSWER_GRADE
public static final java.lang.String PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_AND
public static final java.lang.String PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_DISTRIBUTE
public static final java.lang.String PROPERTY_COMPOUND_ANSWER_GRADE_DISTRIBUTION
PROPERTY_VALUE_COMPOUND_ANSWER_GRADE_DISTRIBUTE
, the grade distribution
string. The value must be a space separated list of percentages, such as "20% 40% 40%".public static final java.lang.String PROPERTY_SHOW_CAS
public static final java.lang.String PROPERTY_VALUE_SHOW_CAS_FALSE
public static final java.lang.String PROPERTY_VALUE_SHOW_CAS_ADD
public static final java.lang.String PROPERTY_VALUE_SHOW_CAS_REPLACE
public static final java.lang.String PROPERTY_CAS_INITIAL_SESSION
public static final java.lang.String PROPERTY_CAS_SESSION
public static final java.lang.String PROPERTY_SHOW_AUXILIAR_TEXT_INPUT
public static final java.lang.String PROPERTY_SHOW_AUXILIARY_TEXT_INPUT
@Deprecated public static final java.lang.String PROPERTY_AUXILIAR_TEXT
PROPERTY_AUXILIARY_TEXT
instead.public static final java.lang.String PROPERTY_AUXILIARY_TEXT
public static final java.lang.String PARAMETER_USER_ID
QuestionInstance
parameter.public static final java.lang.String GRAPH_TOOLBAR
QuestionInstance
parameter.Copyright © 2021 Maths for More S.L. All Rights Reserved.