-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmeim_schema
60 lines (60 loc) · 2.6 KB
/
meim_schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "meim_schema",
"category": "Activity",
"description": {
"en": "An assessment to measure cultural affiliation"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"isAbout": "items/meim_1_p",
"variableName": "meim_1_p"
},
{
"isAbout": "items/meim_2_p",
"variableName": "meim_2_p"
},
{
"isAbout": "items/meim_3_p",
"variableName": "meim_3_p"
},
{
"isAbout": "items/meim_4_p",
"variableName": "meim_4_p"
},
{
"isAbout": "items/meim_5_p",
"variableName": "meim_5_p"
},
{
"isAbout": "items/meim_6_p",
"variableName": "meim_6_p"
},
{
"isAbout": "items/meim_ethnic_id_p",
"variableName": "meim_ethnic_id_p"
}
],
"order": [
"items/meim_1_p",
"items/meim_2_p",
"items/meim_3_p",
"items/meim_4_p",
"items/meim_5_p",
"items/meim_6_p",
"items/meim_ethnic_id_p"
],
"shuffle": false
},
"preamble": {
"en": "In this country, people come from many different countries and cultures, and there are many different words to describe the different backgrounds or ethnic groups that people come from. Some examples of the names of ethnic groups are Hispanic or Latino, Black or African American, Asian American, Chinese, Filipino, American Indian, Mexican American, Caucasian or White, Italian American, and many others. These questions are about your ethnicity or your ethnic group and how you feel about it or react to it.",
"es": "In this country, people come from many different countries and cultures, and there are many different words to describe the different backgrounds or ethnic groups that people come from. Some examples of the names of ethnic groups are Hispanic or Latino, Black or African American, Asian American, Chinese, Filipino, American Indian, Mexican American, Caucasian or White, Italian American, and many others. These questions are about your ethnicity or your ethnic group and how you feel about it or react to it."
},
"prefLabel": {
"en": "Multi-Group Ethnic Identity - Revised Survey",
"es": "meim_es"
}
}