You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/features/ux_creation/ChooseStudyMethods.vue
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,19 @@ const methodsByCategory = {
61
61
description:'Real-time sessions with facilitator guidance and immediate feedback',
62
62
icon:'mdi-account-voice',
63
63
color:'success',
64
-
available:true
64
+
available:false,
65
+
comingSoon:true
66
+
65
67
},
66
68
{
67
69
id:METHOD_DEFINITIONS.CARD_SORTING.id,
68
70
name:'Card Sorting (Unmoderated)',
69
71
description:'Participants organize cards independently, without the presence of a moderator, allowing data to be collected on how they group and categorize information according to their own logic.',
0 commit comments