I've got a quiz. There is a content type to create a question. I've added a textfield to it (which will show a link to where the user can find the answer).
When I look at the question itself the textfield has been added and is being displayed on the screen. But when the question is part of the quiz, the textfield isn't there anymore (not on the screen, nor in the code).
Who can help me?
Maybe I need to add some kind of hook to the Quiz module but I don't know how hooks/custom modules work.
Thanks in advance.