public interface AuthoringField extends QuizzesField
QuizzesComponentBuilder
.Modifier and Type | Method and Description |
---|---|
AuthoringFieldType |
getFieldType()
Returns the type of this field.
|
void |
setConfiguration(java.lang.Object configuration)
Set the configuration of the authoring field.
|
void |
setFieldType(AuthoringFieldType type)
Configures the type of this element.
|
void |
showAnswerFieldInlineEditor(boolean visible)
Show the input method option MathType embedded.
|
void |
showAnswerFieldPlainText(boolean visible)
Show the input method option Plain text input field.
|
void |
showAnswerFieldPopupEditor(boolean visible)
Show the input method option MathType in popup.
|
void |
showAuxiliarCas(boolean visible)
Deprecated.
Use
showAuxiliaryCas(boolean) instead. |
void |
showAuxiliarCasReplaceEditor(boolean visible)
Deprecated.
Use
showAuxiliaryCasReplaceEditor(boolean) instead. |
void |
showAuxiliarTextInput(boolean visible)
Deprecated.
Use
showAuxiliaryTextInput(boolean) instead. |
void |
showAuxiliaryCas(boolean visible)
Set the visibility of the field that allows setting an auxiliary cas in the
student response form.
|
void |
showAuxiliaryCasReplaceEditor(boolean visible)
Add a third option on the auxiliary cas field that allows replacing the
response editor by a CalcMe instance.
|
void |
showAuxiliaryTextInput(boolean visible)
Set the visibility of the field that allows setting an auxiliary text input in the
student response form.
|
void |
showCorrectAnswer(boolean visible)
Set the visibility of the correct answer input field and other associated fields.
|
void |
showCorrectAnswerTab(boolean visible)
Deprecated.
|
void |
showGradingCriteria(boolean visible)
Set the visibility of the grading criteria.
|
void |
showGradingFunction(boolean visible)
Show the equivalent by grade function assertion.
|
void |
showGraphicSyntax(boolean visible)
Sets the visibility of the Graphic syntax option.
|
void |
showPreviewTab(boolean visible)
Deprecated.
Use
showCorrectAnswer(boolean) instead. |
void |
showValidationTab(boolean visible)
Deprecated.
Use
showGradingCriteria(boolean) instead. |
void |
showVariablesDefinition(boolean visible)
Set visibility of variables definition activity.
|
void |
showVariablesTab(boolean visible)
Deprecated.
Use
showVariablesDefinition(boolean) instead. |
addQuizzesFieldListener, getValue, setReadOnly, setValue
getElement
void setFieldType(AuthoringFieldType type)
QuizzesComponent.getElement()
call.AuthoringFieldType getFieldType()
void setConfiguration(java.lang.Object configuration)
configuration
- A JSON object containing the configuration of the authoring field.@Deprecated void showCorrectAnswerTab(boolean visible)
showCorrectAnswer(boolean)
;visible
- Whether to show or hide the correct answer.@Deprecated void showValidationTab(boolean visible)
showGradingCriteria(boolean)
instead.visible
- Whether to show or hide the tab.@Deprecated void showVariablesTab(boolean visible)
showVariablesDefinition(boolean)
instead.visible
- Whether to show or hide the tab.@Deprecated void showPreviewTab(boolean visible)
showCorrectAnswer(boolean)
instead.visible
- Whether to show or hide the activity.void showVariablesDefinition(boolean visible)
visible
- Whether to show or hide the activity.void showGradingCriteria(boolean visible)
visible
- Whether to show or hide the grading criteria.void showCorrectAnswer(boolean visible)
visible
- Whether to show or hide the correct answer fields.@Deprecated void showAuxiliarCas(boolean visible)
showAuxiliaryCas(boolean)
instead.visible
- Whether to show the auxiliary cas option.void showAuxiliaryCas(boolean visible)
visible
- Whether to show the auxiliary cas option.@Deprecated void showAuxiliarCasReplaceEditor(boolean visible)
showAuxiliaryCasReplaceEditor(boolean)
instead.visible
- Whether to show this replacing option.void showAuxiliaryCasReplaceEditor(boolean visible)
visible
- Whether to show this replacing option.@Deprecated void showAuxiliarTextInput(boolean visible)
showAuxiliaryTextInput(boolean)
instead.visible
- Whether to show the auxiliary text input option.void showAuxiliaryTextInput(boolean visible)
visible
- Whether to show the auxiliary text input option.void showGradingFunction(boolean visible)
visible
- Whether to show the grading function assertion.void showGraphicSyntax(boolean visible)
visible
- Whether to show the graphic syntax option.void showAnswerFieldInlineEditor(boolean visible)
visible
- Whether to show the MathType embedded input method option.void showAnswerFieldPopupEditor(boolean visible)
visible
- Whether to show the MathType in popup input method option.void showAnswerFieldPlainText(boolean visible)
visible
- Whether to show the Plain text input field input method option.Copyright © 2021 Maths for More S.L. All Rights Reserved.