Step @Model.StepNumber of @Model.TotalSteps
@if (Model.CurrentStep == OnboardingSteps.Welcome)
{
Story intelligence setup
Welcome to PlotDirector
Answer a few quick questions so PlotDirector can shape the first setup around the way you write.
}
else if (Model.CurrentStep == OnboardingSteps.WritingJourney)
{
Your starting point
Where are you in your writing journey?
}
else if (Model.CurrentStep == OnboardingSteps.WritingSoftware)
{
Writing workflow
What software do you write in?
}
else
{
Setup preferences
Your setup is saved
PlotDirector will use these answers as later story intelligence setup is added.
- Writing journey
- @DisplayJourney(Model.WritingJourney)
- Writing software
- @DisplaySoftware(Model.WritingSoftware)
}