Best approach for nested records
For this school project i have an Exam resource that has categories. A category can have questions. What would be the best approach?
Requirments
- Categories must be sortable/addable
- Questions must be sortable/addable
- I want my records seperate in their own tables (not json field)
This made think that the Repeater (or Builder) would be perfect to just nest Repeater (categories) > Repeater (questions).
Problems
- Cant drag a question from a category, to another category (moving the child repeater item to parent repeater item)
Is there something better available for this, couldnt find any plugins meeting these requirements
0 Replies