Yeah, you’re right on the latter point, we need to construct a data structure required by the package.
To elaborate a bit more on the details, this is for an EduTech project where the students will traverse a maze by answering questions.
Hence the administrators will need to be able to construct the maze through the nodes and links (with the nodes being questions and the links being answers.)
The main difficulty is with creating inter-connected data in a single Content Type (ie a link will reference previously nodes as the edges). Do you have an idea of how I could solve this issue?
Does that make more sense?