Arquisoft / wiq_en1b

wiq_en1b
https://youtu.be/r2XqDUHj3zU
0 stars 1 forks source link

Implementing the Question Generator #36

Closed UO289845 closed 5 months ago

UO289845 commented 5 months ago

We need to start implementing the question generator, or at least the most basic version of it. I remind you here that the question type that we will implement is the population. I think that one aproach that we can follow is to split the module into different parts:

For testing the wrong answers, more specifically, the reaction that the method has to receiving wrong parameters, both @ErdemYabaci and @sinne10 must work together and decide the best approach, but probably it must throw an exception of some sorts.

A branch will now be created, from which each of the you should create our own branch in which the module will be actually developed. Once it is done , it will be poseted here.

If you have any question, doubt, problem, suggestion, idea or other feel free to post it here.

UO289845 commented 5 months ago
UO289845 commented 5 months ago

You might have seen a similar issue a few minutes ago. You can ignore it. Everything related to this will be posted in this issue, not the other.

UO289845 commented 5 months ago

WARNING

The project setup has been modified to fit better the design of the aplication. The project is now inside the services package of the backend.

Merges

I will use this to remind you all how the merges are supposed to be done:

UO289845 commented 5 months ago

For @sinne10 , you will see how teh signature of some of the methods have change a bit, so take it into account for the test. And apart from that, probably only the positive test will pass (those who test that the application does what's expected when given the correct inputs). The negative test won't pass yet since there's little to none defensive programming yet, but you should not worry about it.