Is your feature request related to a problem? Please describe.
Currently, the time for each step is fixed at 10 minutes, which may not accurately represent the actual time required for each tutorial.
Describe the solution you'd like
Introduce a 'total_time' variable to dynamically calculate and display the total time for all steps in the tutorial.
Additional context
By updating the design of the model and adding a 'total_time' field at the time of setting up the document, which will be updated on each new step's creation inside the specific tutorial.
Benefits
Accurate representation of the total time required for the entire tutorial.
Enhanced user experience in planning and executing the tutorial.
Current Tutorial View

Which is showing fixed time of 10 min
Would like to work on this
Yes