fixed missing ai_user category
This commit is contained in:
@@ -157,9 +157,9 @@ def get_filter_combinations(survey: QualtricsSurvey, category: str = None) -> li
|
||||
]}
|
||||
})
|
||||
combinations.append({
|
||||
'name': 'AIUser-Infrequent',
|
||||
'name': 'AIUser-RarelyNever',
|
||||
'filters': {'ai_user': [
|
||||
'Once a month', 'Less than once a month', 'Once a week'
|
||||
'Once a month', 'Less than once a month', 'Once a week', 'Rarely/Never'
|
||||
]}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user