- addAssertion(String, int, int, String[]) - Method in interface com.wiris.quizzes.api.Question
-
- addMetaProperty(String, String) - Method in interface com.wiris.quizzes.api.QuestionRequest
-
Add metadata to the request.
- addNewAuthorAnswer(String) - Method in interface com.wiris.quizzes.api.Slot
-
Adds a new author answer to this slot.
- addNewSlot() - Method in interface com.wiris.quizzes.api.Question
-
Adds a new slot to this question.
- addNewSlotFromModel(Slot) - Method in interface com.wiris.quizzes.api.Question
-
- addNewValidation(ValidationName) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Adds a new validation assertion that the student's answer has to fulfill in order to be correct.
- addQuizzesFieldListener(QuizzesFieldListener) - Method in interface com.wiris.quizzes.api.ui.QuizzesField
-
Add a field listener.
- analyzeHTML() - Method in interface com.wiris.quizzes.api.ui.EmbeddedAnswersEditor
-
Analyze the content of the root element searching for changes in embedded
authoring (answer) fields.
- AnswerFeedback - Interface in com.wiris.quizzes.api.ui
-
Component that produces ta feedback for a question response.
- AnswerField - Interface in com.wiris.quizzes.api.ui
-
Field for the student answer.
- AnswerFieldComponentListener - Interface in com.wiris.quizzes.api.ui
-
- AnswerFieldType - Enum in com.wiris.quizzes.api.ui
-
The possible types an answer field can be.
- areAllAnswersCorrect() - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Returns whether all the answers included in this question instance are correct
according to a previously given
QuestionResponse
from the quizzes service.
- areVariablesReady() - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Check whether the images cache is ready or it must be rebuilt.
- AssertionCheck - Interface in com.wiris.quizzes.api
-
Result of assertion evaluation.
- AuthorAnswer - Interface in com.wiris.quizzes.api
-
This class represents the criteria that will used to check if the student's answer is correct or not.
- AUTHORING - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
-
Deprecated.
Authoring (teacher) stage.
- AuthoringField - Interface in com.wiris.quizzes.api.ui
-
Field for authoring a correct answer of the question.
- AuthoringFieldType - Enum in com.wiris.quizzes.api.ui
-
The possible types an authoring field can be.
- AuxiliaryCasField - Interface in com.wiris.quizzes.api.ui
-
Field for the auxiliary Computer Algebra System field to be shown in the response form or in the
review page of a question.
- get(String) - Method in interface com.wiris.quizzes.api.Configuration
-
Get a configuration value.
- getAlgorithm() - Method in interface com.wiris.quizzes.api.Question
-
Get the algorithm that generates this question.
- getAnswerFieldComponent(AnswerFieldComponentListener) - Method in interface com.wiris.quizzes.api.ui.AnswerField
-
Get the underlying answer field component asynchronously, which can be either a MathType formula editor
or a Wiris Graph graph editor.
- getAnswerFieldType() - Method in interface com.wiris.quizzes.api.Question
-
Get the type of input field that will be used for the student answer.
- getAnswerFieldType() - Method in interface com.wiris.quizzes.api.Slot
-
Get the type of input field that will be used for the student answer.
- getAnswerGrade(int, int, Question) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- getAssertionChecks(int, int) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- getAssertionName() - Method in interface com.wiris.quizzes.api.AssertionCheck
-
Get the assertion name.
- getAuthorAnswers() - Method in interface com.wiris.quizzes.api.Slot
-
Gets the author answers for this slot.
- getChecks(Slot, AuthorAnswer) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Returns the evaluation of the set of assertions resulting of using the grading
criteria contained in the
AuthorAnswer
object to grade the answer entered
into a given
Slot
.
- getComparison() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
- getCompoundAnswerGrade(int, int, int, Question) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- getCompoundGrade(Slot, AuthorAnswer, int) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Returns the grade associated to the answer of one of the subquestions in a
compound answer question type.
- getConfiguration() - Method in class com.wiris.quizzes.api.Quizzes
-
Gives the configuration.
- getConfiguration() - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Gives the configuration.
- getCorrectAnswer(int) - Method in interface com.wiris.quizzes.api.Question
-
- getCorrectAnswersLength() - Method in interface com.wiris.quizzes.api.Question
-
- getDeprecationWarnings() - Method in interface com.wiris.quizzes.api.Question
-
- getElement() - Method in interface com.wiris.quizzes.api.ui.QuizzesComponent
-
- getFieldType() - Method in interface com.wiris.quizzes.api.ui.AnswerField
-
Get the current type of this answer field.
- getFieldType() - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Returns the type of this field.
- getFilterableValue() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Returns the value of the correct answer defined by this author answer in a format suitable for
MathFilter.filter(String)
to render it.
- getGrade(Slot, AuthorAnswer) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Returns the grade associated to the comparison between a student answer and
a correct answer between 0 (incorrect) and 1 (correct).
- getGrammarUrl() - Method in interface com.wiris.quizzes.api.Slot
-
Returns the URL of the syntax check grammar for this question.
- getInitialContent() - Method in interface com.wiris.quizzes.api.Slot
-
Gets the initial content that will be present in this slot's answer field.
- getInstance() - Static method in class com.wiris.quizzes.api.Quizzes
-
- getInstance() - Static method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Get a QuizzesBuilder.
- getMathFilter() - Method in class com.wiris.quizzes.api.Quizzes
-
Gives a MathFilter object.
- getMathFilter() - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Gives a MathFilter object.
- getMathViewer() - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
-
Create a
MathViewer
instance in order to display MathML.
- getMathViewer() - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
-
Deprecated.
Create a MathViewer instance in order to display MathML.
- getName() - Method in interface com.wiris.quizzes.api.assertion.Comparison
-
Returns the name of this comparison assertion.
- getName() - Method in interface com.wiris.quizzes.api.assertion.Syntax
-
Returns the name of this syntax assertion.
- getName() - Method in interface com.wiris.quizzes.api.assertion.Validation
-
Returns the name of this validation assertion.
- getParameter(ComparisonParameterName) - Method in interface com.wiris.quizzes.api.assertion.Comparison
-
Gets the value of a parameter in this comparison assertion.
- getParameter(SyntaxParameterName) - Method in interface com.wiris.quizzes.api.assertion.Syntax
-
Gets the value of a parameter in this syntax assertion.
- getParameter(ValidationParameterName) - Method in interface com.wiris.quizzes.api.assertion.Validation
-
Gets the value of a parameter in this validation assertion.
- getProperty(PropertyName) - Method in interface com.wiris.quizzes.api.Question
-
Get a question property.
- getProperty(PropertyName) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Get a question instance property.
- getProperty(PropertyName) - Method in interface com.wiris.quizzes.api.Slot
-
Gets the value of a property for this particular slot.
- getQuizzesComponentBuilder() - Method in class com.wiris.quizzes.api.Quizzes
-
- getQuizzesService() - Method in class com.wiris.quizzes.api.Quizzes
-
Gives a QuizzesService object.
- getQuizzesService() - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Gives a QuizzesService object.
- getQuizzesUIBuilder() - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
- getResourceUrl(String) - Method in class com.wiris.quizzes.api.Quizzes
-
Get the url of a static resource, to be linked from client-side.
- getResourceUrl(String) - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Get the url of a static resource, to be linked from client-side.
- getSlotAnswer(Slot) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Gets the value of the student answer entered in the given slot.
- getSlots() - Method in interface com.wiris.quizzes.api.Question
-
Gets the array of slots of this question.
- getStudentAnswer(int) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- getStudentAnswersLength() - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Deprecated.
- getStudentQuestion() - Method in interface com.wiris.quizzes.api.Question
-
Creates a new Question only with the data needed to properly render the
student's answer page.
- getStudentQuestionInstance() - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Creates a new
QuestionInstance
only with the data needed to properly render
the student's answer page.
- getSyntax() - Method in interface com.wiris.quizzes.api.Slot
-
Get the syntax assertion that will be applied to answers filled in this slot.
- getValidation(ValidationName) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Get the validation assertion for a given validation type.
- getValidations() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Gets the additional validation assertions that the student's answer must fulfill to be correct.
- getValue() - Method in interface com.wiris.quizzes.api.AssertionCheck
-
Get the value of the evaluation.
- getValue() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Returns the value that the student's answer will be compared to using the
Comparison
assertion.
- getValue() - Method in interface com.wiris.quizzes.api.ui.QuizzesField
-
Get the current value of this field.
- getValueAsMathML() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
- getWeight() - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Gets the weight of this author answer, i.e., the grad scored when an answer is correct according
to the criteria contained in this author answer.
- graph(String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
-
Use Wiris Graph to create a live view of the construction, presented in the GeometryFile format.
- graph(String, String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
-
- GRAPH_TRACK_INSTANCES - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Whether to use Wiris Graph's instance tracking feature to retrieve graph instances by their parents in JavaScript.
- GRAPH_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Wiris Graph URL.
- readQuestion(String) - Method in class com.wiris.quizzes.api.Quizzes
-
Creates a new
Question
object reading its contents from XML.
- readQuestion(String) - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
Creates a new
Question
object reading its contents from XML.
- readQuestionInstance(String, Question) - Method in class com.wiris.quizzes.api.Quizzes
-
- readQuestionInstance(String) - Method in class com.wiris.quizzes.api.QuizzesBuilder
-
Deprecated.
- REFERER_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Referer URL to be send to service calls.
- removeAuthorAnswer(AuthorAnswer) - Method in interface com.wiris.quizzes.api.Slot
-
Remove an author answer from this slot.
- removeEmbedded(AnswerField) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Remove the embedded feedback from a component.
- removeParameter(ComparisonParameterName) - Method in interface com.wiris.quizzes.api.assertion.Comparison
-
Removes a parameter from this comparison assertion, setting its value back to the default
value.
- removeParameter(SyntaxParameterName) - Method in interface com.wiris.quizzes.api.assertion.Syntax
-
Removes a parameter from this syntax assertion, setting its value back to the default
value.
- removeParameter(ValidationParameterName) - Method in interface com.wiris.quizzes.api.assertion.Validation
-
Removes a parameter from this syntax assertion, setting its value back to the default
value.
- removeSlot(Slot) - Method in interface com.wiris.quizzes.api.Question
-
Removes a slot from this question.
- removeValidation(Validation) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Removes a given validation from the set of validations in this author answer.
- render(String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
-
Draw a MathML expression using MathType so it can be displayed.
- renderCorrectAnswer(QuestionInstance, Slot, AuthorAnswer) - Method in interface com.wiris.quizzes.api.ui.MathViewer
-
Render the value of the correct answer contained in the given author answer,
using the syntax of the given slot.
- replaceFields(Question, QuestionInstance, Object) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
-
Filters HTML replacing each placeholder element by the Wiris Quizzes
JavaScript component.
- replaceFields(Question, QuestionInstance, Object) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
-
Deprecated.
Filters HTML replacing each placeholder element by the Wiris Quizzes
JavaScript component.
- RESOURCES_STATIC - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Whether to load resources statically.
- RESOURCES_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Static resources url.
- reuseComponent(Object) - Method in interface com.wiris.quizzes.api.ui.AnswerField
-
- REVIEW - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
-
Deprecated.
Review stage.
- Serializable - Interface in com.wiris.quizzes.api
-
Objects implementing this interface can be converted into XML text.
- serialize() - Method in interface com.wiris.quizzes.api.Serializable
-
Serializes this object.
- SERVICE_OFFLINE - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Use offline version of Wiris Quizzes service.
- SERVICE_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Quizzes web service URL.
- set(String, String) - Method in interface com.wiris.quizzes.api.Configuration
-
Set a configuration value.
- setAlgorithm(String) - Method in interface com.wiris.quizzes.api.Question
-
Set the algorithm that generates this question.
- setAnswerFieldType(AnswerFieldType) - Method in interface com.wiris.quizzes.api.Question
-
Set the type of input field that will be used for the student answer.
- setAnswerFieldType(AnswerFieldType) - Method in interface com.wiris.quizzes.api.Slot
-
Set the type of input field that will be used for the student answer.
- setAnswerWeight(double) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Set the weight of the chosen correct answer.
- setAuxiliarText(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- setAuxiliaryText(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Sets the auxiliary text of this question instance.
- setCasSession(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Sets the CAS session of this question instance.
- setComparison(ComparisonName) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
- setConfiguration(Object) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set the configuration of the authoring field.
- setCorrectAnswer(int, String) - Method in interface com.wiris.quizzes.api.Question
-
- setEditableElement(Object) - Method in interface com.wiris.quizzes.api.ui.EmbeddedAnswersEditor
-
Set the editable Document or element.
- setEditorInitialParams(Properties) - Method in interface com.wiris.quizzes.api.ui.AnswerField
-
Set initial parameters of the underlying MathType.
- setEmbedded(AnswerField) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Makes this answer feedback a floating panel sticked to the given
component.
- setFieldType(AuthoringFieldType) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Configures the type of this element.
- setInitialContent(String) - Method in interface com.wiris.quizzes.api.Slot
-
Sets the initial content that will be present in this slot's answer field.
- setLanguage(String) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
-
Set the language to be used in Wiris Quizzes UI components.
- setLanguage(String) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
-
Deprecated.
Set the language to be used in Wiris Quizzes UI components.
- setOption(String, String) - Method in interface com.wiris.quizzes.api.Question
-
- setParameter(ComparisonParameterName, String) - Method in interface com.wiris.quizzes.api.assertion.Comparison
-
Sets a parameter's value for this comparison assertion.
- setParameter(SyntaxParameterName, String) - Method in interface com.wiris.quizzes.api.assertion.Syntax
-
Sets a parameter's value for this syntax assertion.
- setParameter(ValidationParameterName, String) - Method in interface com.wiris.quizzes.api.assertion.Validation
-
Sets a parameter's value for this validation assertion.
- setParameter(String, String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Set a parameter value.
- setProperty(PropertyName, String) - Method in interface com.wiris.quizzes.api.Question
-
Set a question property.
- setProperty(PropertyName, String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Set a question instance property.
- setProperty(PropertyName, String) - Method in interface com.wiris.quizzes.api.Slot
-
Sets the value of a property.
- setRandomSeed(int) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Sets a random seed for this instance.
- setReadOnly(boolean) - Method in interface com.wiris.quizzes.api.ui.QuizzesField
-
Set the field to be read-only.
- setSlotAnswer(Slot, String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
Sets the student's answer in a given slot.
- setStudentAnswer(int, String) - Method in interface com.wiris.quizzes.api.QuestionInstance
-
- setSyntax(SyntaxName) - Method in interface com.wiris.quizzes.api.Slot
-
Sets the syntax assertion to be applied to answers filled in this slot.
- setValue(String) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Sets the value that the student's answer will be compared to using the
Comparison
assertion.
- setValue(String) - Method in interface com.wiris.quizzes.api.ui.QuizzesField
-
Set the current value of this field.
- setWeight(double) - Method in interface com.wiris.quizzes.api.AuthorAnswer
-
Gets the weight of this author answer, i.e., the grad scored when an answer is correct according
to the criteria contained in this author answer.
- showAnswerFieldInlineEditor(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Show the input method option MathType embedded.
- showAnswerFieldPlainText(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Show the input method option Plain text input field.
- showAnswerFieldPopupEditor(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Show the input method option MathType in popup.
- showAssertionsFeedback(boolean) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Whether to show the feedback for individual assertions.
- showAuxiliarCas(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showAuxiliarCasReplaceEditor(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showAuxiliarTextInput(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showAuxiliaryCas(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set the visibility of the field that allows setting an auxiliary cas in the
student response form.
- showAuxiliaryCasReplaceEditor(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Add a third option on the auxiliary cas field that allows replacing the
response editor by a CalcMe instance.
- showAuxiliaryTextInput(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set the visibility of the field that allows setting an auxiliary text input in the
student response form.
- showCorrectAnswer(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set the visibility of the correct answer input field and other associated fields.
- showCorrectAnswerFeedback(boolean) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Whether to show the line indicating the correct answer.
- showCorrectAnswerTab(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showFieldDecorationFeedback(boolean) - Method in interface com.wiris.quizzes.api.ui.AnswerFeedback
-
Whether to decorate embedded answer component.
- showGradingCriteria(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set the visibility of the grading criteria.
- showGradingFunction(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Show the equivalent by grade function assertion.
- showGraphicSyntax(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Sets the visibility of the Graphic syntax option.
- showPreviewTab(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showValidationTab(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- showVariablesDefinition(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
Set visibility of variables definition activity.
- showVariablesTab(boolean) - Method in interface com.wiris.quizzes.api.ui.AuthoringField
-
- Slot - Interface in com.wiris.quizzes.api
-
This class represents a slot that will correspond to one student answer.
- STUDIO - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
-
Deprecated.
Text/Image field with a button that launches the Wiris Quizzes Studio in a
popup.
- Syntax - Interface in com.wiris.quizzes.api.assertion
-
This object represents the expected syntax for the author answers
and the student's answer in a given
Slot
.
- SyntaxName - Enum in com.wiris.quizzes.api.assertion
-
This is a list of the possible types of syntax that answer values can have.
- SyntaxParameterName - Enum in com.wiris.quizzes.api.assertion
-
This is the list of the possible parameters that can be set to a syntax assertion.
- Validation - Interface in com.wiris.quizzes.api.assertion
-
This object represents a condition that the student's answer must fulfill
in order for it to be correct.
- ValidationName - Enum in com.wiris.quizzes.api.assertion
-
This is a list of the possible validations that can be made to a student's answer.
- ValidationParameterName - Enum in com.wiris.quizzes.api.assertion
-
This is the list of the possible parameters that can be set to a validation assertion.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.ComparisonName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.ComparisonParameterName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.SyntaxName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.SyntaxParameterName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.ValidationName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.assertion.ValidationParameterName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.PropertyName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.ui.AnswerFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.ui.AuthoringFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.wiris.quizzes.api.ui.EmbeddedAnswersEditorMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.wiris.quizzes.api.assertion.ComparisonName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.assertion.ComparisonParameterName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.assertion.SyntaxName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.assertion.SyntaxParameterName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.assertion.ValidationName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.assertion.ValidationParameterName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.PropertyName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.ui.AnswerFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.ui.AuthoringFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.wiris.quizzes.api.ui.EmbeddedAnswersEditorMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
-
Wiris Quizzes version, loaded from version.txt resource.