fixed missing ai_user category

This commit is contained in:
2026-02-03 21:13:29 +01:00
parent 36280a6ff8
commit a35670aa72
4 changed files with 22 additions and 13 deletions

View File

@@ -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'
]}
})