a b/AWS/quizes/Chapter1_Quizes.json
1
[
2
    {
3
        "question": "Which of the following are quantitative biomarkers?",
4
        "type": "many_choice",
5
        "shuffle_answers": true,
6
        "answers": [
7
            {
8
                "answer": "Inosine-5'-Monophosphate Dehydrogenase [IMPDH] Activity",
9
                "correct": true,
10
                "feedback": "Correct.  IMPDH enzyme activity can be quantitatively measured."
11
            },
12
            {
13
                "answer": "Association of Single Nucleotide Polymorphisms with Known Biomarkers of Alzheimer's Disease",
14
                "correct": true,
15
                "feedback": "Correct.  The abundance of the SNP can be measured in the population and associated with AD through genome-wide association studies (GWAS)"
16
            },
17
            {
18
                "answer": "Visual Observation of Potential Melanoma",
19
                "correct": false,
20
                "feedback": "Incorrect.  Visual observation of potential skin cancer may suggest that additional tests are necessary."
21
            },
22
            {
23
                "answer": "Single Cell Transcriptomics Analysis of Leukocytes",
24
                "correct": true,
25
                "feedback": "Correct.  While specific transcriptomic biomarkers may be observed, the general pattern of transcription may also indicate a change in state."
26
            },
27
            {
28
                "answer": "Discoloration of Eyes and Skin.",
29
                "correct": false,
30
                "feedback": "Incorrect.  Chronic discoloration may indicate disease but are not themselves quantitative."
31
            }
32
        ]
33
    },
34
    {
35
        "question": "Which of the following biomarkers are part of a standard blood test?",
36
        "type": "many_choice",
37
        "shuffle_answers": true,
38
        "answers": [
39
            {
40
                "answer": "High-Density/Low-Density Lipoproteins",
41
                "correct": true,
42
                "feedback": "Correct.  HDL/LDL are the classic cholesterol biomarkers."
43
            },
44
            {
45
                "answer": "Bilirubin",
46
                "correct": true,
47
                "feedback": "Correct.  Bilirubin is an indicator of liver health."
48
            },
49
            {
50
                "answer": "Tau Protein",
51
                "correct": false,
52
                "feedback": "Incorrect.  Tau protein is a biomarker of Alzheimer's Disease but is not part of a standard blood test."
53
            },
54
            {
55
                "answer": "Thyroid-Stimulating Hormone",
56
                "correct": true,
57
                "feedback": "Correct.  Thyroid-stimulating hormone is an indicator of thyroid health."
58
            },
59
            {
60
                "answer": "BRC1A Polymorphism rs799917",
61
                "correct": false,
62
                "feedback": "Incorrect.  SNP's are not typically measured as part of a standard blood test except in specific cases."
63
            },
64
                        {
65
                "answer": "Platelets",
66
                "correct": true,
67
                "feedback": "Correct.  The abundance of different types of blood cells are the primary biomarkers measured in a standard blood test."
68
            }
69
        ]
70
    },
71
    {
72
        "question": "Variations in the APOE gene can indicate a predisposition to Alzheimer's disease.  Based on the BEST Glossary, what type(s) of biomarker is such a variant?",
73
        "type": "many_choice",
74
        "shuffle_answers": true,
75
        "answers": [
76
            {
77
                "answer": "Susceptibility/Risk",
78
                "correct": true,
79
                "feedback": "Correct.  APOE variants do not in and of themselves indicate the patient will get AD but they do indicate increased risk."
80
            },
81
            {
82
                "answer": "Diagnostic",
83
                "correct": false,
84
                "feedback": "Incorrect.  While APOE variants can be used for diagnosis, in this particular case, the disease has not yet developed."
85
            },
86
            {
87
                "answer": "Monitoring",
88
                "correct": false,
89
                "feedback": "Incorrect.  While the protein product of APOE (apolipiprotein E) could be used as a monitoring biomarker, the gene variants themselves will not change over the course of the disease."
90
            },
91
            {
92
                "answer": "Prognostic",
93
                "correct": true,
94
                "feedback": "Correct.  The specific variants present may indicate the severity of the AD that might develop."
95
            },
96
            {
97
                "answer": "Predictive",
98
                "correct": true,
99
                "feedback": "Correct.  The specific variant may indicate how a patient with the variant who develops AD might respond to a treatment compared to a patient without the variant."
100
            },
101
            {
102
                "answer": "Response",
103
                "correct": false,
104
                "feedback": "Incorrect.  The variant will not change in response to treatment and thus gives no indication on the effect of the treatment."
105
            },
106
            {
107
                "answer": "Safety",
108
                "correct": false,
109
                "feedback": "Incorrect.  The variant will not change in response to treatment and thus cannot indicate toxic effects of the treatment."
110
            }
111
        ]
112
    },
113
        {
114
        "question": "In a transcriptomics analysis of stomach cancer, you identify 30 genes that are significantly upregulated in cancer cells.  Can these transcripts be used as clinical biomarkers?",
115
        "type": "many_choice",
116
        "shuffle_answers": true,
117
        "answers": [
118
            {
119
                "answer": "Yes.  The high correlation of the transcripts with disease states and low p-values indicate that they are good biomarkers.",
120
                "correct": false,
121
                "feedback": "Incorrect.  While your assumption may turn out to be true, statistical significance and correlation are not definitive proof that the transcripts are directly related to the disease state."
122
            },
123
            {
124
                "answer": "Yes.  The transcripts are biologically relevant based on pathway analysis.",
125
                "correct": false,
126
                "feedback": "Incorrect.  While the transcripts may be biological relevant, they may not be practical as biomarkers."
127
            },
128
            {
129
                "answer": "No.  The pathway analysis indicates no obvious biological rationale for the transcript expression.",
130
                "correct": false,
131
                "feedback": "Incorrect.  Your assumption may be correct that the observed effect is an indirect correlation.  However, you cannot rule out a novel direct effect without further verification."
132
            },
133
            {
134
                "answer": "No.  Transcripts are bad biomarkers.",
135
                "correct": false,
136
                "feedback": "Incorrect.  A transcript is a perfectly valid biomarker, but as with any biomarker, its properties will determine its utility as a biomarker."
137
            },
138
            {
139
                "answer": "Maybe.  Additional experimental tests such as qPCR are necessary.",
140
                "correct": true,
141
                "feedback": "Correct.  Biomarkers discovered through omics-based analysis should always be experimentally validated."
142
            },
143
            {
144
                "answer": "Maybe.  That's for the clinicians and engineers to figure out.",
145
                "correct": true,
146
                "feedback": "Correct.  While your biomarkers may be statistically and biologically significant, a useful clinical biomarker must be practical in a clinical setting."
147
            }
148
        ]
149
    },
150
]