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: app/assets/quiz/guiding_questions1.json
+22-4
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
"title": "Background",
3
3
"type": "object",
4
4
"properties": {
5
-
"firstquestion": {
6
-
"title": "How would you describe the type of product are you planning to make? For example, is the product a substance, a formulated chemical product, a material, or an article? Is it a homogenous or heterogenous material? What is the product?",
5
+
"How would you describe the type of product are you planning to make? For example, is the product a substance, a formulated chemical product, a material, or an article? Is it a homogenous or heterogenous material? What is the product?": {
7
6
"description": "For a complicated product with many components, it may be valuable to complete PrISM for each component as opposed to only for the whole product.",
8
7
"type": "string"
9
8
},
@@ -28,8 +27,7 @@
28
27
"title": "Feedstock priorities",
29
28
"type": "object",
30
29
"properties": {
31
-
"question": {
32
-
"title": "What is the preferred feedstock goal or goals? Please select all that apply.",
30
+
"What is the preferred feedstock goal or goals? Please select all that apply.": {
"title": "Introduction to Production and Manufacturing",
3
+
"type": "object",
4
+
"properties": {
5
+
"chemicalInventory" : {
6
+
"title": "See Resource: Chemical Inventory:",
7
+
"type": "object",
8
+
"properties": {
9
+
"chemsUsed": {
10
+
"title": "What chemicals and materials are used during production and manufacturing? Consider reagents, catalysts, auxiliaries, and ingredients intentionally added to provide performance properties.",
11
+
"description" : "(See Chemical Inventory)",
12
+
"type": "string"
13
+
},
14
+
"usedHazardous": {
15
+
"title": "Are the chemicals used during production and manufacturing hazardous?",
16
+
"type": "string",
17
+
"enum": ["Yes", "No", "I don't know"]
18
+
},
19
+
"chemManufacturing": {
20
+
"title": "What chemicals and materials are produced during production and manufacturing?",
21
+
"description": "(See Chemical Inventory)",
22
+
"type" : "string"
23
+
},
24
+
"manufacturingHazard": {
25
+
"title": "Are the chemicals produced during production and manufacturing hazardous?",
26
+
"type": "string",
27
+
"enum": ["Yes", "No", "I don't know"]
28
+
},
29
+
"workerHazards": {
30
+
"title": "Are the chemicals used or produced in a form that is hazardous to workers? For example, if wood is used in manufacturing, are you producing wood dust which is an inhalation hazard?",
31
+
"type": "string",
32
+
"enum": ["Yes", "No", "I don't know"]
33
+
},
34
+
"chemInhaled": {
35
+
"title": "Are the chemicals in a form that can be inhaled, ingested or absorbed through the skin?",
36
+
"type": "string",
37
+
"enum": ["Yes", "No", "I don't know"]
38
+
}
39
+
},
40
+
"dependencies": {
41
+
"workerHazards": {
42
+
"oneOf": [
43
+
{
44
+
"properties" : {
45
+
"workerHazards": {
46
+
"enum": [
47
+
"Yes"
48
+
]
49
+
},
50
+
"What is the hazard?": {
51
+
"type": "string"
52
+
}
53
+
}
54
+
}
55
+
]
56
+
}
57
+
}
58
+
},
59
+
"exposureAssessment": {
60
+
"title": "See Resource: Exposure Assessment:",
61
+
"type": "object",
62
+
"properties": {
63
+
"exposedWho": {
64
+
"title": "Who is likely to be exposed to production chemicals during production and manufacturing? Workers? Nearby communities?",
65
+
"description": "Check all that apply.",
66
+
"type": "array",
67
+
"items": {
68
+
"type": "string",
69
+
"enum": [
70
+
"Workers",
71
+
"Workers' families (e.g. by workers carrying dust home on clothing)",
72
+
"Nearby communities",
73
+
"Farther out communities (e.g. downstream)",
74
+
"Unsure/don't know"
75
+
]
76
+
},
77
+
"uniqueItems": "true"
78
+
},
79
+
"exposedHow": {
80
+
"title": "For chemicals used and produced during production and manufacturing, what are the likely routes of exposure?",
81
+
"type": "array",
82
+
"items": {
83
+
"type": "string",
84
+
"enum": [
85
+
"Oral",
86
+
"Dermal",
87
+
"Inhalation",
88
+
"Other",
89
+
"Don't Know"
90
+
]
91
+
},
92
+
"uniqueItems": "true"
93
+
}
94
+
}
95
+
},
96
+
"hazardAssessment": {
97
+
"title": "See Resource: Hazard Assessment:",
98
+
"type": "object",
99
+
"properties": {
100
+
"screeningAssessment": {
101
+
"title": "Have you conducted a screening chemical hazard assessment on the chemicals used and produced?",
"title": "Have you conducted a comprehensive chemical hazard assessment, particularly on chemicals for which there is worker and/or community exposure?",
"title": "See Resource: Stakeholder Considerations:",
120
+
"type": "object",
121
+
"properties": {
122
+
"neighbors": {
123
+
"title": "Are there potential impacts be to workers and those who live around the production or manufacturing facility who may be exposed to chemicals used in production and manufacturing? Chemicals don't need to be hazardous to be a nuisance to neighbors (e.g. odors).",
124
+
"type": "string",
125
+
"enum": ["Yes", "No", "I don't know"]
126
+
}
127
+
}
128
+
},
129
+
"lifecycle": {
130
+
"title": "See Resource: Life Cycle Considerations:",
131
+
"type": "object",
132
+
"properties": {
133
+
"productionWaste": {
134
+
"title": "What wastes are created during production and manufacturing?",
135
+
"type": "string"
136
+
},
137
+
"hazardousWaste": {
138
+
"title": "Are these wastes hazardous?",
139
+
"type": "string",
140
+
"enum": ["Yes", "No", "I don't know"]
141
+
},
142
+
"wasteDisposal": {
143
+
"title": "How are these wastes disposed of?",
144
+
"type": "array",
145
+
"items": {
146
+
"type": "string",
147
+
"enum": [
148
+
"Landfill",
149
+
"Waste-to-energy",
150
+
"Recycling",
151
+
"Industrial composting",
152
+
"Wastewater treatment plant (down the drain)",
153
+
"Direct discharge to environement",
154
+
"Other (fill in box)",
155
+
"I don't know"
156
+
]
157
+
},
158
+
"uniqueItems": "true"
159
+
},
160
+
"measurement": {
161
+
"title": "Do you measure the use of energy, water and materials and the generation of waste in order to benchmark a product against other products to maximize resource efficiency?",
0 commit comments