- The database contains {{tokenCount}} tokens of manner adverbials, split across XXXX types. These data - primarily - stem from the - MiMA questionnaire research among native speakers, which was conducted in the following manner. By - studying - (dialect) - reference grammars and the broader linguistic literature, and by consulting native speakers, we first - made a - selection - of languages/language varieties that proved interesting for our research purposes. Next, we made - questionnaires - to + The database contains 33,384 translations of 252 prompts (including unattested patterns), from 326 + respondents covering 89 Dutch and Frisian varieties. Excluding unattested patterns, it contains + 10,054 translations of 221 prompts. The database also contains 25,249 grammaticality judgments of + 740 prompts, from 342 respondents covering 102 Germanic varieties. These data primarily + stem from the MiMA questionnaire research among native speakers, which was conducted in the following manner. By + studying (dialect) reference grammars and the broader linguistic literature, and by consulting native speakers, we first + made a selection of languages/language varieties that proved interesting for our research purposes. + Next, we made questionnaires to systematically chart the possible and impossible patterns in the morphosyntax of the manner adverbials - in these - languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in + in these languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in collaboration with the Meertens Panel. The Frisian data were diff --git a/frontend/src/app/likert-filters/likert-filters.component.ts b/frontend/src/app/likert-filters/likert-filters.component.ts index 8b1029e..a435c24 100644 --- a/frontend/src/app/likert-filters/likert-filters.component.ts +++ b/frontend/src/app/likert-filters/likert-filters.component.ts @@ -43,26 +43,32 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { mode: 'text', placeholder: $localize`Search in all Fields`, manual: 'query' - }, { - name: $localize`Question`, + }, { + name: `Judgment`, + field: 'judgmentId', + icon: faThumbtack, + mode: 'dropdown', + placeholder: $localize`Judgment ID` + }, { + name: $localize`Paradigm`, field: 'mainQuestionId', icon: faComment, mode: 'dropdown', - placeholder: $localize`Select Question(s)` + placeholder: $localize`Select Paradigm(s)` }, { - name: $localize`Question Text`, + name: $localize`Paradigm (Text search)`, field: 'mainQuestion', icon: faCommentDots, mode: 'text', placeholder: '' }, { - name: $localize`Sub-Question`, - field: 'subQuestionTextId', - icon: faComment, - mode: 'dropdown', - placeholder: $localize`Select Sub-Question(s)` - }, { - name: $localize`Sub-Question Text`, + // name: $localize`Sub-Question`, + // field: 'subQuestionTextId', + // icon: faComment, + // mode: 'dropdown', + // placeholder: $localize`Select Sub-Question(s)` + // }, { + name: $localize`Manner Adverbial`, field: 'subQuestion', icon: faCommentDots, mode: 'text', @@ -97,12 +103,6 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { icon: faRankingStar, mode: 'dropdown', placeholder: $localize`Select Score` - }, { - name: `Judgment`, - field: 'judgmentId', - icon: faThumbtack, - mode: 'dropdown', - placeholder: $localize`Judgment ID` }]; constructor( diff --git a/frontend/src/app/questionnaire-item/questionnaire-item.component.html b/frontend/src/app/questionnaire-item/questionnaire-item.component.html index 43476e5..1b24421 100644 --- a/frontend/src/app/questionnaire-item/questionnaire-item.component.html +++ b/frontend/src/app/questionnaire-item/questionnaire-item.component.html @@ -39,7 +39,7 @@