I'm following this link to define custom tutorial id and version using YAML metadata.
https://rstudio.github.io/learnr/publishing.html#tutorial_identifiers
Then, I use filesystem_storage option (see below) to save tutorial states to the shiny server pro.
According to the documentation, the states should be saved in the directory "The direcotry will contain tutorial state data partitioned by user_id, tutorial_id, and tutorial_version (in that order)"
However, the custom tutorial_id and tutorial_version I specified was not used, instead it uses the default tutorial_id (Network origin and path of tutorial) and tutorial_version (1.0).
Can anyone shed light on this?