You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of dropdown menus in the middle of a sentence to form a complete sentence. It's a matter of frontend (dropdown menus) and figuring out how to have multiple quiz-type answers in a question. This is very useful in History to test knowledge in dates, in Portuguese eventually, and in Philosophy.
Basically I'm going to create a new model called FillInTheBlank that has for attributes a question (to have all the information related to author, body, discipline, etc...), a list of lists of answers (basically groups of 4 answers with an answer marked as correct, each group corresponds to a dropdown menu on the page) and a number of fields in the question (to be able to do iterations and stuff like that). The order of the answers in the list would be the same as on the screen, so there are no mix-ups.
We have to use lists because it allows us to have field variability, i.e., the user can decide how many fields he wants in the question. If there is a more suitable structure, let me know.
All the attributes of the question would work as normal except image which we would have to leave null always and the body. However, for the latter I found a solution. We go to each textbox on the page (there are number of fields +1 textboxes, if we name them decently, we can iterate over them I guess like in HTML) and add the text from each of them putting each time the iterator changes (when moving on to the next text) some underscores to indicate the blank space.
I think that doing it this way the general functionality of the application remains the same and in my opinion we can use the functions that are already defined for the operations of this new model. Maybe we need to write functions for this model that iterate over the answers and do what the other functions do, only repeatedly.
Usage of dropdown menus in the middle of a sentence to form a complete sentence. It's a matter of frontend (dropdown menus) and figuring out how to have multiple quiz-type answers in a question. This is very useful in History to test knowledge in dates, in Portuguese eventually, and in Philosophy.
What should be done:
The text was updated successfully, but these errors were encountered: