Javascripttobubble or another workaround

Hello everyone

i am building a learning platform where courses are uploaded

just like the above, the course content is created “Lesson”, this lesson 1 has these filed (lesson title, lesson summary, video file), as shown below

so when continue is clicked, it creates a thing to save the Lesson and leave the quiz field in the database empty,

and it bring the option to have Quiz added to the Lesson,

such that we can add multiple quizzes to the CURRENT LESSON (lesson 1), as shown below

so here is the seemly challenge being faced, such that i want to input a save button which will save that is extract all these data from each of the quiz and will save it with the same Lesson,
The one i did initially was to input save button for each quiz, but the issue was for each new quiz that is saved, the previous quiz is cleared off in the database.

So i am open to either Javascripttobubble workaround like https://design-test-app.bubbleapps.io/version-test/access_rg_inputs?debug_mode=true By adamhholmes, the only issue being faced with this is that i don’t know how to write a javascript for the details of my project

or

Backend like this video https://www.youtube.com/watch?v=9bZePMal_ac . the only issue here is the example used is for a single input not a list of item in my case.

i hope i could get some step by step help to this

Hi! I have made a video for this particular use-case :slight_smile:

This method allows you to save your own custom objects. You will just need to figure out how you want your data stored.

What is the summary of method you have suggested? Is it using satellite/orchestra plugins?

No plugins.

thank you for your comment

i have watched the video sent and i could use somethings there, i will try implementing and if there is challenge i will get back.

although i kinda foresee divers, i will get back

1 Like