Skip to content

Commit

Permalink
Vita study test -- remove jump to question, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Oct 25, 2022
1 parent 95a9eef commit 6618c96
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/stories/SForms.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Template: ComponentStory<typeof SForms> = (
horizontalWizardNav: horizontalNavBar,
wizardStepButtons: true,
enableForwardSkip: true,
...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q"),
...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q-NOTEXISTS"),
startingStep: 1,
debugMode: debugMode,
users: [
Expand All @@ -71,15 +71,7 @@ const Template: ComponentStory<typeof SForms> = (
{
id: Constants.ICONS.QUESTION_HELP,
behavior: iconBehavior,
},
{
id: Constants.ICONS.QUESTION_LINK,
behavior: iconBehavior,
},
{
id: Constants.ICONS.QUESTION_COMMENTS,
behavior: iconBehavior,
},
}
],
};
return (
Expand Down

0 comments on commit 6618c96

Please sign in to comment.