-
António Venâncio, 93689, Beatnancio
-
Ana Aurora Nora, 93573, Aurora2000
The list of pull requests associated with this feature is:
- Question
- Added field
OPEN_ANSWER_QUESTION
- Added field
- SpockTest
- Added field
OPEN_ANSWER_1
- Added field
OPEN_ANSWER_2
- Added field
- ErrorMessage
- Added field
EMPTY_ANSWER
- Added field
- Updator
- Added method
void update(OpenQuestion openAnswerQuestion)
- Added method
- Visitor
- Added method
void visitQuestionDetails(OpenQuestion question)
- Added method
- QuestionsXmlImport
- Added method
QuestionDetailsDto importOpenAnswerQuestion(Element questionElement)
- Added method
- XmlQuestionExportVisitor
- Added method
void visitQuestionDetails(OpenQuestion question)
- Added method
- Visitor
- Added method
void visitQuestionDetails(OpenQuestion openAnswerQuestion)
- Added method
We define one success test, one insuccess test, and tests for invalid input. The direct links to these are:
- CreateQuestion.groovy
- RemoveQuestionTest.groovy
- UpdateQuestionTest.groovy
- ImportExportOpenQuestion.groovy
The screenshot includes the test coverage results associated with the new/changed entities:
- Miguel Silva, ist193739, miguel-dasilva
- Nuno Carvalho, ist193744, nfnvsc
The list of pull requests associated with this feature is:
- No new entities were added, just changed existing ones.
- MultipleChoiceQuestion
- Changed field
Options
- Changed
setOptions
method - Changed
getCorrectOptionsId
method
- Added
getCorrectOptionsRelevance
method
- Changed
getCorrectAnswerRepresentation
method - Changed
getCorrectAnswers
method
- Changed field
- QuestionsXmlImport
- Added field
optionDto.setRelevance(relevance)
- Added field
- XMLQuestionExportVisitor
- Changed method, added
optionElement.setAttribute("relevance", String.valueOf(option.getRelevance()))
- Changed method, added
- Option
- Added field
relevance
This entities were changed due to when making the question side of the project we got an idea on how to implement the future answer side
- Added field
- MultipleChoiceAnswerItem
- Changed field
optionsID
- Changed field
- AnswersXMLExportVisitor
- Changed field -> now returns multiple options that the user can choose
- AnswersXMLImport
- Changed field
optionsID
is now a list
- Changed field
We define one success tests one insuccess test, and tests for invalid input. The direct links to these are:
- CreateExternalCourseExecutionServiceSpockTest.groovy
- CreateQuestionTest.groovy
- UpdateQuestionTest.groovy
- RemoveQuestionTest.groovy
The screenshot includes the test coverage results associated with the new/changed entities:
- Francisco Rodrigues, ist193711, franciscosaiote
- Issues assigned: #12
- Gustavo Pinto, ist189627, g2pinto
-
Issues assigned: #7
-
Issues assigned to both members:
-
The list of pull requests associated with this feature is:
- Question
- Added field
public static final String ITEM_COMBINATION_QUESTION = "item_combination"
- Added field
We define one success test, one insuccess test, and tests for invalid input. The direct links to these are:
-
UpdateICQuestionTest +Sucess teste #251 +Sucess teste #203 +Sucess teste #156 +Sucess teste #93
-
ImportExportItemCombinationQuestionTest +Success teste #53 +Success teste #64 +Success teste #98
The screenshot includes the test coverage results associated with the new/changed entities: