Skip navigation links
A C D E F G H I L M N O P Q R S T U V W 

A

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
Deprecated.
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
Listener interface providing a callback method to AnswerField.getAnswerFieldComponent(com.wiris.quizzes.api.ui.AnswerFieldComponentListener) function.
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.

C

CACHE_DIR - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Used by quizzes api to save the image cache and other temporal files.
CALC_ENABLED - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Enable CalcMe to edit the algorithm.
CALC_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
CalcMe URL.
com.wiris.quizzes.api - package com.wiris.quizzes.api
 
com.wiris.quizzes.api.assertion - package com.wiris.quizzes.api.assertion
 
com.wiris.quizzes.api.ui - package com.wiris.quizzes.api.ui
 
Comparison - Interface in com.wiris.quizzes.api.assertion
This object represents the way in which an AuthorAnswer answer will be compared to the corresponding student's answer.
ComparisonName - Enum in com.wiris.quizzes.api.assertion
This is a list of the possible ways in which an student's answer and a correct answer can be compared.
ComparisonParameterName - Enum in com.wiris.quizzes.api.assertion
This is the list of the possible parameters that can be set to a comparison assertion.
Configuration - Interface in com.wiris.quizzes.api
Contains the configuration values for this instance of Wiris Quizzes.
CONFIGURATION_FILE - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Path of configuration.ini file.
ConfigurationKeys - Class in com.wiris.quizzes.api
Configuration key names.
ConfigurationKeys() - Constructor for class com.wiris.quizzes.api.ConfigurationKeys
 
contentChanged(QuizzesField) - Method in interface com.wiris.quizzes.api.ui.QuizzesFieldListener
The value of the field object just changed.
contentChangeStarted(QuizzesField) - Method in interface com.wiris.quizzes.api.ui.QuizzesFieldListener
A user action has started that will end with a QuizzesFieldListener.contentChanged(com.wiris.quizzes.api.ui.QuizzesField) event.
copy(AuthorAnswer) - Method in interface com.wiris.quizzes.api.AuthorAnswer
 
copy(Slot) - Method in interface com.wiris.quizzes.api.Slot
 
CROSSORIGINCALLS_ENABLED - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Make Cross-Origin calls in client-side environment.

D

DELIVERY - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
Delivery (student) stage.
DEPLOYMENT_ID - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
The identifier of this deployment of Wiris Quizzes.

E

EDITOR_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
MathType URL.
EMBEDDED_ANSWERS_EDITOR - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
Controller for editing embedded answers question in a HTML editor.
EmbeddedAnswersEditor - Interface in com.wiris.quizzes.api.ui
Extension of AuthoringField that allows to use an HTML editor to create questions with embedded open answers within the text.
EmbeddedAnswersEditorMode - Enum in com.wiris.quizzes.api.ui
The modes in which an EmbeddedAnswersEditor can filter the HTML.
execute(QuestionRequest) - Method in interface com.wiris.quizzes.api.QuizzesService
Makes a remote call to Wiris Quizzes web service and returns its result.
executeAsync(QuestionRequest, QuizzesServiceListener) - Method in interface com.wiris.quizzes.api.QuizzesService
Makes an asynchronous remote call to Wiris Quizzes web service.
expandVariables(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
Given a html with placeholders #a, #b for variables, it replaces each placeholder for its value.
expandVariablesMathML(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
Like QuestionInstance.expandVariables(String) but the result is a single MathML equation.
expandVariablesText(String) - Method in interface com.wiris.quizzes.api.QuestionInstance
Like QuestionInstance.expandVariables(String) but only text variables are used and the result is plain text (not escaped for XML/HTML).

F

filter(String) - Method in interface com.wiris.quizzes.api.MathFilter
Replaces all occurrences of MathML expressions, enclosed in <math> tags, into <img> tags suitable to be directly send to a browser.
filter(Object) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Render all the MathML expressions and plot all the constructions inside a HTML page.
filterConstructions(Object) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Plot all the Graph constructions inside a HTML page.
filterHTML(String, EmbeddedAnswersEditorMode) - Method in interface com.wiris.quizzes.api.ui.EmbeddedAnswersEditor
Make the necessary transformations to HTML before it can be use to be edited in authoring (teacher) stage, or to be rendered in delivery (student) or review stages.
filterMathML(Object) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Render all the MathML expressions inside a HTML page.

G

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
Gets the comparison assertion that is to be used to compare the student's answer to AuthorAnswer.getValue().
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
Deprecated.
getCorrectAnswersLength() - Method in interface com.wiris.quizzes.api.Question
Deprecated.
Use the arrays Question.getSlots() and Slot.getAuthorAnswers() instead.
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
Get a Quizzes object.
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
Deprecated.
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.

H

HAND_ENABLED - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Enable Handwriting input field type.
HAND_LOGTRACES - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Log traces of current answers that use Handwriting to train the recognition engine.
HAND_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
MathType Handwriting URL.
HTTPPROXY_HOST - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
HTTP proxy host name or IP.
HTTPPROXY_PASS - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
HTTP proxy authentication password.
HTTPPROXY_PORT - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
HTTP proxy port.
HTTPPROXY_USER - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
HTTP proxy username.

I

INLINE_EDITOR - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
Synonym for QuizzesConstants.ANSWER_FIELD_TYPE_INLINE_EDITOR.
INLINE_STUDIO - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
The full Wiris Quizzes Studio directly embedded.
isAnswerCorrect(int) - Method in interface com.wiris.quizzes.api.QuestionInstance
isEmpty() - Method in interface com.wiris.quizzes.api.QuestionRequest
Whether there are processes in this request.
isSlotAnswerCorrect(Slot) - Method in interface com.wiris.quizzes.api.QuestionInstance
Returns whether the answer entered in a given slot is correct according to previously given QuestionResponse from the quizzes service.

L

LICENSE_ID - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
The identifier of your license to use Wiris Quizzes.

M

MathFilter - Interface in com.wiris.quizzes.api
Converts MathML into HTML image tags using the MathType render service.
MathViewer - Interface in com.wiris.quizzes.api.ui
Helper class for displaying MathML and graphic content.
MAXCONNECTIONS - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Maximum number of concurrent connections to web services.

N

newAnswerFeedback(QuestionInstance, Slot, AuthorAnswer) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
Create a QuizzesComponent with the feedback for an student's response based on the instance assertion checks.
newAnswerFeedback(Question, QuestionInstance, int, int) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
Deprecated.
Create a QuizzesComponent with the feedback for the index-th student response based on the instance assertion checks.
newAnswerField(QuestionInstance, Slot) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
Create a QuizzesField for the student answer input field corresponding to a given Slot.
newAnswerField(Question, QuestionInstance, int) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
Deprecated.
Create a QuizzesField for the index-th student answer input field.
newAuthoringField(Question, Slot, AuthorAnswer) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
Create a QuizzesField that allows the user to define the grading criteria of a given AuthorAnswer.
newAuthoringField(Question, QuestionInstance, int, int) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
Deprecated.
Create a QuizzesField for the index-th correct answer input field.
newAuxiliarCasField(Question, QuestionInstance, int) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
Deprecated.
Create a CalcMe app component related to the index-th user answer.
newAuxiliaryCasField(QuestionInstance, Slot) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
Create a CalcMe app component related to the student answer corresponding to a given Slot.
newEmbeddedAnswersEditor(Question, QuestionInstance) - Method in interface com.wiris.quizzes.api.ui.QuizzesComponentBuilder
Create an EmbeddedAnswersEditor object.
newEmbeddedAnswersEditor(Question, QuestionInstance) - Method in interface com.wiris.quizzes.api.ui.QuizzesUIBuilder
Deprecated.
Create an EmbeddedAnswersEditor object.
newEmbeddedAuthoringElement() - Method in interface com.wiris.quizzes.api.ui.EmbeddedAnswersEditor
Create a new HTML element to be inserted in the text as a placeholder for an embedded answer.
newEvalMultipleAnswersRequest(String[], String[], Question, QuestionInstance) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Like QuizzesBuilder.newEvalRequest(java.lang.String, java.lang.String, com.wiris.quizzes.api.Question, com.wiris.quizzes.api.QuestionInstance) but this method allows to compare several student's answers with several correct answers.
newEvalRequest(String, String, Question, QuestionInstance) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Creates a new QuestionRequest object suitable to send to the quizzes service in order to evaluate a student answer against a correct answer.
newFeaturedAssertionsRequest(Question) - Method in class com.wiris.quizzes.api.Quizzes
Create a QuestionRequest that deduces the possible assertions for the correct answers of the question.
newFeaturedSyntaxAssertionsRequest(Question) - Method in class com.wiris.quizzes.api.Quizzes
Create a QuestionRequest that deduces the possible syntax assertions for the correct answers of the question.
newFeedbackRequest(String, QuestionInstance) - Method in class com.wiris.quizzes.api.Quizzes
Create a QuestionRequest that evaluates the student answer(s) and gets the variables to be used in the feedback.
newFeedbackRequest(String, Question, QuestionInstance) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Create a QuestionRequest that evaluates the student answer(s) and gets the variables to be used in the feedback.
newGradeRequest(QuestionInstance) - Method in class com.wiris.quizzes.api.Quizzes
Creates a new QuestionRequest object suitable to send to the quizzes service in order to evaluate a set of student answers against a set of correct answers using a defined criteria.
newMultipleAnswersGradeRequest(String[], String[]) - Method in class com.wiris.quizzes.api.Quizzes
Like Quizzes.newSimpleGradeRequest(String, String) but this method allows to compare several student's answers with several correct answers using the default comparison criteria.
newQuestion() - Method in class com.wiris.quizzes.api.Quizzes
Creates a new empty Question object.
newQuestion() - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Creates a new empty Question object.
newQuestionInstance(Question) - Method in class com.wiris.quizzes.api.Quizzes
Creates a new QuestionInstance object from the given Question.
newQuestionInstance() - Method in class com.wiris.quizzes.api.QuizzesBuilder
newQuestionInstance(Question) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Creates a new QuestionInstance object from the given Question.
newSimpleGradeRequest(String, String) - Method in class com.wiris.quizzes.api.Quizzes
Creates a new QuestionRequest object suitable to send to the quizzes service in order to evaluate a student answer against a correct answer using the default criteria.
newVariablesRequest(String, QuestionInstance) - Method in class com.wiris.quizzes.api.Quizzes
Creates a new QuestionRequest object suitable to send to the quizzes service in order to get variable values generated from an algorithm.
newVariablesRequest(String, Question, QuestionInstance) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Creates a new QuestionRequest object suitable to send to the quizzes service in order to get variable values generated from an algorithm.
newVariablesRequestWithQuestionData(String, QuestionInstance) - Method in class com.wiris.quizzes.api.Quizzes
Creates a new QuestionRequest object suitable to send to the quizzes service in order to get variable values generated from an algorithm, but, unlike the function Quizzes.newVariablesRequest(String, QuestionInstance), this function automatically includes in the QuestionRequest object the variable requests for the placeholders that are present in any of the Question data fields, such as correct answers and initial contents.

O

onGetAnswerFieldComponent(Object) - Method in interface com.wiris.quizzes.api.ui.AnswerFieldComponentListener
Callback function.
onResponse(QuestionResponse) - Method in interface com.wiris.quizzes.api.QuizzesServiceListener
Will be called when the Wiris Quizzes service answers the call.

P

plot(String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Draw a construction, presented in the GeometryFile format, with Wiris Graph.
plot(String, String, String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Same as MathViewer.plot(String) but allows customization of the plotter dimensions.
POPUP_EDITOR - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
Synonym for QuizzesConstants.ANSWER_FIELD_TYPE_POPUP_EDITOR.
PropertyName - Enum in com.wiris.quizzes.api
The list of properties that can be set to a Question or a Slot.
PROXY_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Used to call web services from JS avoiding XSS issues.

Q

Question - Interface in com.wiris.quizzes.api
The data defining a question.
QuestionInstance - Interface in com.wiris.quizzes.api
The data defining, toghether with a Question object, a particular instance of a question.
QuestionRequest - Interface in com.wiris.quizzes.api
The request object for the Wiris Quizzes web service.
QuestionResponse - Interface in com.wiris.quizzes.api
The response object of a Wiris Quizzes service call.
Quizzes - Class in com.wiris.quizzes.api
This is the class that builds all Wiris Quizzes API objects.
QUIZZES_LOGGING_LEVEL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Logging level for Quizzes telemetry service integration.
QUIZZES_TRACKING_ENABLED - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Default tracking configuration for Quizzes telemetry service integration.
QuizzesBuilder - Class in com.wiris.quizzes.api
Deprecated.
Use Quizzes instead.
QuizzesComponent - Interface in com.wiris.quizzes.api.ui
Abstract root type for all Wiris Quizzes user interface components.
QuizzesComponentBuilder - Interface in com.wiris.quizzes.api.ui
Entry point to the Wiris Quizzes user interface API.
QuizzesField - Interface in com.wiris.quizzes.api.ui
Abstract root type for those interactive components that have a value.
QuizzesFieldListener - Interface in com.wiris.quizzes.api.ui
Interface to be implemented in order to get the events from QuizzesField components.
QuizzesService - Interface in com.wiris.quizzes.api
Wiris Quizzes web service driver.
QuizzesServiceListener - Interface in com.wiris.quizzes.api
The listener for performing asynchronous calls to the Wiris Quizzes service.
QuizzesUIBuilder - Interface in com.wiris.quizzes.api.ui
Deprecated.
QuizzesUIConstants - Class in com.wiris.quizzes.api.ui
QuizzesUIConstants() - Constructor for class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
 

R

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
Creates a new QuestionInstance object reading its contents from XML.
readQuestionInstance(String) - Method in class com.wiris.quizzes.api.QuizzesBuilder
Deprecated.
Creates a new QuestionInstance object reading its contents from XML.
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.

S

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
Sets the type of comparison that will be used to compare the student's answer to AuthorAnswer.getValue().
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
Deprecated.
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
Deprecated.
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.

T

TELEMETRY_TOKEN - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Tracking configuration for Quizzes telemetry service integration.
TELEMETRY_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Url endpoint of the Telemetry API
TEXT_FIELD - Static variable in class com.wiris.quizzes.api.ui.QuizzesUIConstants
Deprecated.
Synonym for QuizzesConstants.ANSWER_FIELD_TYPE_TEXT.
thumbnail(String) - Method in interface com.wiris.quizzes.api.ui.MathViewer
Does the same as then MathViewer.plot(String) function but the resulting plot has a reduced image that acts as a thumbnail of the actual plot, rather than being full-scale.

U

update(QuestionResponse) - Method in interface com.wiris.quizzes.api.QuestionInstance
It saves the evaluation or variables contained in the given QuestionResponse object.
updateFromStudentQuestionInstance(QuestionInstance) - Method in interface com.wiris.quizzes.api.QuestionInstance
Saves the content in given question instance that may be changed by the student.

V

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.

W

WIRIS_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Wiris Cas applet URL.
WIRISLAUNCHER_URL - Static variable in class com.wiris.quizzes.api.ConfigurationKeys
Wiris Cas JNLP launcher URL.
A C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2021 Maths for More S.L. All Rights Reserved.